Hi,
The download is an RSS (XML) file via 'simplexml_load_file('...') from the NOAA Buoy site that I am parsing most of the data into an array then displaying that information on a local / private server running WeeWX with a custom web page along with lots of other information from the web and a Davis Console. Currently only the Davis data are saved via WeeWX
The information I wish to save is the Buoy name (10 chars, date stamp (date and time) and wave height (NN.DD). All parsed into an array and then displayed on the web page index.php created from index.php.tmpl. This will be for 2 buoys and the data is collected approximately every 10 minutes.
I'd like to archive this information and possibly display both data sets on WeeWX charts.
I'm hoping this isn't too complex. if it is it is no biggie to just display the data the way I am doing. Being on the east coast it is good to have an idea of what is going on off shore.
Thanks for the reply,
Den