<?xml version="1.0"?>
##    $Revision: 229 $
##    $Author: tkeffer $
##    $Date: 2010-04-12 14:49:37 -0700 (Mon, 12 Apr 2010) $
<rss version="2.0" 
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
   <channel>
      <title>$station.location, Weather Conditions</title>
      <link>$station.webpath</link>
      <description>Current conditions, and daily, monthly, and yearly summaries</description>
      <language>en-us</language>
      <pubDate>$current.dateTime.format("%a, %d %b %Y %H:%M:%S %Z")</pubDate>

      <lastBuildDate>$current.dateTime.format("%a, %d %b %Y %H:%M:%S %Z")</lastBuildDate>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <generator>weewx $station.version</generator>
      <ttl>$current.interval.string('')</ttl>
      
      <item>
         <title>Weather Conditions at $current.dateTime</title>
         <link>$station.webpath/index.html</link>
         <description>
           Outside temperature: $current.outTemp; 
           Barometer: $current.barometer; 
           Wind: $current.windSpeed from $current.windDir; 
           Rain rate: $current.rainRate; 
           Inside temperature: $current.inTemp
         </description>
         <pubDate>$current.dateTime.format("%a, %d %b %Y %H:%M:%S %Z")</pubDate>
	     <geo:lat>$station.latitude_f</geo:lat>
    	 <geo:long>$station.longitude_f</geo:long>
 		 <content:encoded><![CDATA[
           <p>
             Time:                $current.dateTime<br/>
             Outside Temperature: $current.outTemp<br/>
             Inside Temperature:  $current.inTemp<br/>
             Wind Chill:          $current.windchill<br/>
             Heat Index:          $current.heatindex<br/>
             Dewpoint:            $current.dewpoint<br/>
             Humidity:            $current.outHumidity<br/>
             Barometer:           $current.barometer<br/>
             Wind:                $current.windSpeed from $current.windDir<br/>
             Rain Rate:           $current.rainRate<br/>
        </p>
      ]]></content:encoded>
      </item>

      <item>
         <title>Daily Weather Summary as of $current.dateTime</title>
         <link>$station.webpath/index.html</link>
         <description>
	        Min outside temperature: $day.outTemp.min at $day.outTemp.mintime;
         	Max outside temperature: $day.outTemp.max at $day.outTemp.maxtime;
	        Min inside temperature:  $day.inTemp.min at $day.inTemp.mintime;
	        Max inside temperature:  $day.inTemp.max at $day.inTemp.maxtime;
	        Min barometer:           $day.barometer.min at $day.barometer.mintime;
	        Max barometer:           $day.barometer.max at $day.barometer.maxtime;
            Max wind :               $day.wind.max from $day.wind.gustdir at $day.wind.maxtime;
            Rain today:              $day.rain.sum
         </description>
         <pubDate>$current.dateTime.format("%a, %d %b %Y %H:%M:%S %Z")</pubDate>
	     <geo:lat>$station.latitude_f</geo:lat>
    	 <geo:long>$station.longitude_f</geo:long>
 		 <content:encoded><![CDATA[
           <p>
             Day:                     $day.dateTime.format("%d %b %Y")<br/>
	         Min Outside Temperature: $day.outTemp.min at $day.outTemp.mintime<br/>
	         Max Outside Temperature: $day.outTemp.max at $day.outTemp.maxtime<br/>
	         Min Inside Temperature:  $day.inTemp.min at $day.inTemp.mintime<br/>
	         Max Inside Temperature:  $day.inTemp.max at $day.inTemp.maxtime<br/>
	         Min Barometer:           $day.barometer.min at $day.barometer.mintime<br/>
	         Max Barometer:           $day.barometer.max at $day.barometer.maxtime<br/>
             Max Wind :               $day.wind.max from $day.wind.gustdir at $day.wind.maxtime<br/>
             Rain today:              $day.rain.sum<br/>
        </p>
      ]]></content:encoded>
      </item>

      <item>
         <title>Monthly Weather Summary as of $current.dateTime</title>
         <link>$station.webpath/month.html</link>
         <description>
	        Min outside temperature: $month.outTemp.min at $month.outTemp.mintime;
         	Max outside temperature: $month.outTemp.max at $month.outTemp.maxtime;
	        Min inside temperature:  $month.inTemp.min at $month.inTemp.mintime;
	        Max inside temperature:  $month.inTemp.max at $month.inTemp.maxtime;
	        Min barometer:           $month.barometer.min at $month.barometer.mintime;
	        Max barometer:           $month.barometer.max at $month.barometer.maxtime;
            Max wind :               $month.wind.max from $month.wind.gustdir at $month.wind.maxtime;
            Rain total for month:    $month.rain.sum
         </description>
         <pubDate>$current.dateTime.format("%a, %d %b %Y %H:%M:%S %Z")</pubDate>
 		 <content:encoded><![CDATA[
           <p>
             Month:                   $month.dateTime.format("%B %Y")<br/>
	         Max Outside Temperature: $month.outTemp.max at $month.outTemp.maxtime<br/>
	         Min Outside Temperature: $month.outTemp.min at $month.outTemp.mintime<br/>
	         Max Inside Temperature:  $month.inTemp.max at $month.inTemp.maxtime<br/>
	         Min Inside Temperature:  $month.inTemp.min at $month.inTemp.mintime<br/>
	         Min Barometer:           $month.barometer.min at $month.barometer.mintime<br/>
	         Max Barometer:           $month.barometer.max at $month.barometer.maxtime<br/>
             Max Wind :               $month.wind.max from $month.wind.gustdir at $month.wind.maxtime<br/>
             Rain total for month:    $month.rain.sum<br/>
        </p>
      ]]></content:encoded>
      </item>

      <item>
         <title>Yearly Weather Summary as of $current.dateTime</title>
         <link>$station.webpath/year.html</link>
         <description>
	        Min outside temperature: $year.outTemp.min at $year.outTemp.mintime;
         	Max outside temperature: $year.outTemp.max at $year.outTemp.maxtime;
	        Min inside temperature:  $year.inTemp.min at $year.inTemp.mintime;
	        Max inside temperature:  $year.inTemp.max at $year.inTemp.maxtime;
	        Min barometer:           $year.barometer.min at $year.barometer.mintime;
	        Max barometer:           $year.barometer.max at $year.barometer.maxtime;
            Max wind :               $year.wind.max from $year.wind.gustdir at $year.wind.maxtime;
            Rain total for year:     $year.rain.sum
         </description>
         <pubDate>$current.dateTime.format("%a, %d %b %Y %H:%M:%S %Z")</pubDate>
 		 <content:encoded><![CDATA[
           <p>
             Year:                    $year.dateTime.format("%Y")<br/>
	         Max Outside Temperature: $year.outTemp.max at $year.outTemp.maxtime<br/>
	         Min Outside Temperature: $year.outTemp.min at $year.outTemp.mintime<br/>
	         Max Inside Temperature:  $year.inTemp.max at $year.inTemp.maxtime<br/>
	         Min Inside Temperature:  $year.inTemp.min at $year.inTemp.mintime<br/>
	         Min Barometer:           $year.barometer.min at $year.barometer.mintime<br/>
	         Max Barometer:           $year.barometer.max at $year.barometer.maxtime<br/>
             Max Wind :               $year.wind.max from $year.wind.gustdir at $year.wind.maxtime<br/>
             Rain total for year:     $year.rain.sum<br/>
        </p>
      ]]></content:encoded>
      </item>

   </channel>
</rss>