summaryrefslogtreecommitdiff
blob: b7190c04f9fe7be241ae3ed48e859b3224ec7c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/GrabWeather
+++ b/GrabWeather
@@ -12,7 +12,8 @@
 
 $ReportDir  = '.wmWeatherReports';
 #$WeatherSrc = 'ftp://weather.noaa.gov/data/observations/metar/decoded';
-$WeatherSrc = 'http://weather.noaa.gov/pub/data/observations/metar/decoded';
+#$WeatherSrc = 'http://weather.noaa.gov/pub/data/observations/metar/decoded';
+$WeatherSrc = 'http://tgftp.nws.noaa.gov/data/observations/metar/decoded/';
 
 use strict; 
 use vars qw( $ReportDir $WeatherSrc );