[SimBot-commits] CVS: simbot/tools create_wx_station_db.pl, 1.8, 1.9
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2007-05-16 09:09:11
|
Update of /cvsroot/simbot/simbot/tools In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8534/tools Modified Files: create_wx_station_db.pl Log Message: Looks like NOAA moved their FTP server... Index: create_wx_station_db.pl =================================================================== RCS file: /cvsroot/simbot/simbot/tools/create_wx_station_db.pl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -p -r1.8 -r1.9 --- create_wx_station_db.pl 26 Feb 2007 02:43:00 -0000 1.8 +++ create_wx_station_db.pl 16 May 2007 09:09:03 -0000 1.9 @@ -121,7 +121,7 @@ if($response->is_error) { # METAR reports. Let's find codes to remove... print "Downloading METAR directory listing (this may take a while)... "; -$response = $ua->get('ftp://weather.noaa.gov/data/observations/metar/stations/'); +$response = $ua->get('ftp://tgftp.nws.noaa.gov/data/observations/metar/stations/'); if($response->is_error) { print STDERR "Failed! " . $response->code . ' ' . $response->message . "\n"; |