diff --git a/code/common/weather_metar.pl b/code/common/weather_metar.pl index 6b34018c5..efb559808 100644 --- a/code/common/weather_metar.pl +++ b/code/common/weather_metar.pl @@ -35,8 +35,7 @@ . $station; } else { - $url = "http://weather.noaa.gov/cgi-bin/mgetmetar.pl?Submit=SUBMIT&cccc=" - . $station; + $url = "http://aviationweather.gov/adds/metars/?station_ids=$station&chk_metars=on"; } my $weather_metar_file = $config_parms{data_dir} . '/web/weather_metar.html';