Fleetcode by scripting

This is the place to get help with Digital Atmosphere, suggest improvements, and get tips.
Post Reply
Stefan Lichius
Member
Posts: 88
Joined: Sun Nov 23, 2003 4:34 pm
Location: Leverkusen, GERMANY
Contact:

Fleetcode by scripting

Post by Stefan Lichius »

Hi all,

I produce every morning a weather map of europe with the synop surface data and the fronts by fleetcode. (http://www.gdhm.de/gdhm_bodenkarte.gif).
My question:
Is it possible to import the fleetcode data automatic by scripting?
Until now I`m downloading it by hand, import it and put it on the map.
Any idea is appreciated.

thanks,
Stefan
Fred
Senior Member
Posts: 198
Joined: Tue Nov 25, 2003 4:22 pm
Location: Suoi Tien, Vietnam

Post by Fred »

Try this (I took it from different scripts)

download,http://ftp.hb-yacht.ch/ASXX21.@D@S00,d:\Mijn Documenten\Digital Atmosphere\data\fleet.dat
ingest,d:\Mijn Documenten\Digital Atmosphere\data\*.*
fleet

Greetings

Fred
Wally Mayo
Senior Member
Posts: 254
Joined: Thu Feb 05, 2004 11:36 pm
Location: Roanoke, VA
Contact:

Post by Wally Mayo »

I use...

download,http://ftp.hb-yacht.ch/ASXX21.@D0000,c: ... \fleet.inf
ingest,c:\digatm\data\fleet.inf
fleetf,0,
fleethl,0,

That's for 00Z, sub 0600, 1200, etc. for the 0000 after the letter D
There is probably a way to get the "last" current file auto, but I haven't needed figure out that one yet.
Fred
Senior Member
Posts: 198
Joined: Tue Nov 25, 2003 4:22 pm
Location: Suoi Tien, Vietnam

Fleetcode

Post by Fred »

Hello Wally

The only difference between our scripts is ASXX21.@D@S00. I end with @S to get the main synoptic hour (06,12,18: see page 62 of the manual) and add 00 to it.

Can you try this and let me know if it's correct?

Greetings

Fred
Post Reply