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
Skew T Script
-
- Junior Member
- Posts: 2
- Joined: Mon Nov 24, 2003 3:00 pm
- Location: Gretna, LA
-
- Member
- Posts: 65
- Joined: Fri Nov 28, 2003 5:54 pm
- Contact:
Re: Skew T Script
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
John
www.raob.com
Re: Skew T Script
Do you have php available on your server?
-
- Member
- Posts: 65
- Joined: Fri Nov 28, 2003 5:54 pm
- Contact:
Re: Skew T Script
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
John
Re: Skew T Script
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.
Like HTML but able to do server side calculations, parsing of data files and whole lot more.

-
- Member
- Posts: 65
- Joined: Fri Nov 28, 2003 5:54 pm
- Contact:
Re: Skew T Script
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
John
Re: Skew T Script
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.
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.