metar: whoops, fix taf url.
parent
4ab9ef90c3
commit
98be09e8ea
|
@ -718,7 +718,7 @@ GENERIC: taf ( station -- taf )
|
||||||
M: station taf cccc>> taf ;
|
M: station taf cccc>> taf ;
|
||||||
|
|
||||||
M: string taf
|
M: string taf
|
||||||
"http://tgftp.nws.noaa.gov/data/forecasts/stations/%s.TXT"
|
"http://tgftp.nws.noaa.gov/data/forecasts/taf/stations/%s.TXT"
|
||||||
sprintf http-get nip ;
|
sprintf http-get nip ;
|
||||||
|
|
||||||
GENERIC: taf. ( station -- )
|
GENERIC: taf. ( station -- )
|
||||||
|
|
Loading…
Reference in New Issue