Page 1 of 1

Re: script assistance

Posted: Sat Jan 29, 2005 8:32 am
by tornadoforecaster
Guys:

I know this is going to sound weird especially since older farts like me should "know" more about this than I know. I'm wondering if someone could help me prepare a working script which would download the data, make the charts, then ftp them to my website. I can fill you in more about this offlist, so email me. Link below...

Again, I know this is kind of a silly request, but I could use the help.
Thanks,
Randy <forecaster@charter.net>

Posted: Sat Jan 29, 2005 11:43 am
by Fred
Hello Randy

Maybe we can help each other. I explain in a direct mail.

Greetings

Fred

Posted: Sat Jan 29, 2005 4:59 pm
by Guest
We all might like to see the scripts.

Re: script assistance

Posted: Sat Jan 29, 2005 10:38 pm
by tornadoforecaster
Anonymous wrote:We all might like to see the scripts.
Guest,

Well once we've finished the script, we may post it online for others to modify and use, if they want.

Randy

Posted: Thu Mar 17, 2005 12:58 pm
by Wally Mayo
Here one I use for my site. Though actually, I usually do the radar manually:

LOAD,c:\Program Files\DigitalAtmosphereWS\yourmap.dmf
download,http://www.hamweather.net/weather/asus0 ... fronts.dat
download,http://weather.cod.edu/digatmos/sao/@Y@ ... urface.dat
download,http://www.atmos.albany.edu/weather/dat ... rface2.dat
RADAR,BR248,BMX MOB EVX SHV LIX NQA
ingest,c:\digatm\data\fronts.dat
product,wxp,0,fronts
ingest,c:\digatm\data\sur*.dat
sfcplotmodel,c:\DigitalAtmosphereWS\slpsea.sps
product,plf,0,surface plots
ANALYZE,HILO CONT CINT=2 LINE=2 SLPR
stamp
export,c:\digatm\archive\floater.gif
upload,ftp://signon:mypassword@ftp.yoursite.ne ... loater.gif


Comments...
yourmap.dmf - change to map you've created.
line 2 onward - use any directories you have or setup - you may want to use c:\Program Files\DigitalAtmosphereWS\data\ and c:\Program Files\DigitalAtmosphereWS\archive\ - instead
RADAR - put in sites applicable for you
sfcplotmodel - create and save one if you want - I guess you can omit line if you use default
upload - of course, put in your site info

Good luck.