Page 1 of 1

Skew T Script

Posted: Wed Jun 03, 2009 3:41 am
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

Re: Skew T Script

Posted: Mon Jun 11, 2012 1:44 am
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

Re: Skew T Script

Posted: Wed Jul 11, 2012 9:45 pm
by jlittle
Do you have php available on your server?

Re: Skew T Script

Posted: Fri Apr 26, 2013 3:53 am
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

Re: Skew T Script

Posted: Fri Apr 26, 2013 9:40 am
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. ;)

Re: Skew T Script

Posted: Fri Apr 26, 2013 1:47 pm
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

Re: Skew T Script

Posted: Wed May 29, 2013 9:51 pm
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.