Skew T Script

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
gpswx4cster
Junior Member
Posts: 2
Joined: Mon Nov 24, 2003 3:00 pm
Location: Gretna, LA

Skew T Script

Post by gpswx4cster »

Would anybody have a script that would plot a skew t from one site every 12 hours and then ftp the image to my web site?

Many Thanks,

Gary Shuford
http://www.gretnaweather.com
JohnShewchuk
Member
Posts: 65
Joined: Fri Nov 28, 2003 5:54 pm
Contact:

Re: Skew T Script

Post by JohnShewchuk »

The RAOB program can be configured to download and create skewt images at user-defined intervals. However, the images can only be printed or saved to file. You would then need to find a way to send the saved images to your website.

John
www.raob.com
jlittle
Junior Member
Posts: 7
Joined: Mon Dec 01, 2003 6:41 pm

Re: Skew T Script

Post by jlittle »

Do you have php available on your server?
JohnShewchuk
Member
Posts: 65
Joined: Fri Nov 28, 2003 5:54 pm
Contact:

Re: Skew T Script

Post by JohnShewchuk »

I'm not sure what "php" means, but RAOB now the ability to FTP out any image that it creates through its various automated functions. Here is one example of its configuration options > http://www.raob.com/assets/images/RAOB_FTP.jpg

John
Budgie
Moderator
Posts: 65
Joined: Wed Jan 06, 2010 1:17 pm
Location: Lochaber, Scotland
Contact:

Re: Skew T Script

Post by Budgie »

PHP a the script language used on websites, John.
Like HTML but able to do server side calculations, parsing of data files and whole lot more. ;)
JohnShewchuk
Member
Posts: 65
Joined: Fri Nov 28, 2003 5:54 pm
Contact:

Re: Skew T Script

Post by JohnShewchuk »

Thanks for the "php" information ... now I have something else to study up on. And for Gary's original question, RAOB can now retrieve sounding data form one site, create a SkewT image, and FTP it to another site, every 12 hours.

John
jlittle
Junior Member
Posts: 7
Joined: Mon Dec 01, 2003 6:41 pm

Re: Skew T Script

Post by jlittle »

Check out http://www.wxnorthwest.com/blog/2013/05/29/1048/.

The image was produced by a php script that grabs the sounding info and plots the skew-t. It requires you to have php available on your server and also access to cron so you can set it up to run every 12 hours.
Post Reply