Script problems v1.0n
Posted: Fri Jul 09, 2004 4:07 pm
V1.0n / XP
I have made a script:
------------------------
download,http://131.54.133.44/cgi-bin/ProductSea ... 63,d:\Mijn Documenten\Digital Atmosphere\data\Nederland.dat
;
download,http://www.atmos.albany.edu/weather/dat ... mo,d:\Mijn Documenten\Digital Atmosphere\data\metar.dat
;
same for synop, buoy, radiosonde, lightning etc.
;
import,d:\Mijn Documenten\Digital Atmosphere\data\*.*
-----------------------
This script gives a problem. Nederland.dat (the 1st entry) does not work in the script but it works perfect in the normal data retrieval. Looking in the downloaded file shows that it gives some headers: <HTML><BODY><PRE>SINL06 KAWN 091500 AAXX 09151 06210.
So for testing I made a script with just the entry for Nederland.dat. Running this it turned out that also metar, synop etc. from previous runs were decoded. This does not happen when I get it with the normal data retrieval.
Fred
I have made a script:
------------------------
download,http://131.54.133.44/cgi-bin/ProductSea ... 63,d:\Mijn Documenten\Digital Atmosphere\data\Nederland.dat
;
download,http://www.atmos.albany.edu/weather/dat ... mo,d:\Mijn Documenten\Digital Atmosphere\data\metar.dat
;
same for synop, buoy, radiosonde, lightning etc.
;
import,d:\Mijn Documenten\Digital Atmosphere\data\*.*
-----------------------
This script gives a problem. Nederland.dat (the 1st entry) does not work in the script but it works perfect in the normal data retrieval. Looking in the downloaded file shows that it gives some headers: <HTML><BODY><PRE>SINL06 KAWN 091500 AAXX 09151 06210.
So for testing I made a script with just the entry for Nederland.dat. Running this it turned out that also metar, synop etc. from previous runs were decoded. This does not happen when I get it with the normal data retrieval.
Fred