1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
<aws:weather xmlns:aws="http://www.aws.com/aws">
<aws:api version="2.0"/>
<aws:WebURL>http://weather.weatherbug.com/IN/Carmel-weather.html?ZCode=Z5546&Units=0&stat=MOCAR</aws:WebURL>
<aws:ob>
<aws:ob-date>
<aws:year number="2008"/>
<aws:month number="12" text="December" abbrv="Dec"/>
<aws:day number="30" text="Tuesday" abbrv="Tue"/>
<aws:hour number="4" hour-24="16"/>
<aws:minute number="18"/>
<aws:second number="01"/>
<aws:am-pm abbrv="PM"/>
<aws:time-zone offset="-5" text="Eastern Standard Time" abbrv="EST"/>
</aws:ob-date>
<aws:requested-station-id>mocar</aws:requested-station-id>
<aws:station-id>MOCAR</aws:station-id>
<aws:station>Mohawk Trail ES</aws:station>
<aws:city-state zipcode="46033">Carmel, IN</aws:city-state>
<aws:country>USA</aws:country>
<aws:latitude>39.9711111111111</aws:latitude>
<aws:longitude>-86.0938888888889</aws:longitude>
<aws:site-url>http://www1.ccs.k12.in.us/mte/home</aws:site-url>
<aws:aux-temp units="&deg;F">74</aws:aux-temp>
<aws:aux-temp-rate units="&deg;F">+0.0</aws:aux-temp-rate>
<aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition>
<aws:dew-point units="&deg;F">35</aws:dew-point>
<aws:elevation units="ft">817</aws:elevation>
<aws:feels-like units="&deg;F">51</aws:feels-like>
<aws:gust-time>
<aws:year number="0001"/>
<aws:month number="1" text="January" abbrv="Jan"/>
<aws:day number="1" text="Monday" abbrv="Mon"/>
<aws:hour number="12" hour-24="00"/>
<aws:minute number="00"/>
<aws:second number="00"/>
<aws:am-pm abbrv="AM"/>
<aws:time-zone offset="-5" text="Eastern Standard Time" abbrv="EST"/>
</aws:gust-time>
<aws:gust-direction>W</aws:gust-direction>
<aws:gust-speed units="mph">25</aws:gust-speed>
<aws:humidity units="%">53</aws:humidity>
<aws:humidity-high units="%">100.0</aws:humidity-high>
<aws:humidity-low units="%">42.5</aws:humidity-low>
<aws:humidity-rate>-5.0</aws:humidity-rate>
<aws:indoor-temp units="&deg;F">75</aws:indoor-temp>
<aws:indoor-temp-rate units="&deg;F">+0.0</aws:indoor-temp-rate>
<aws:light>28</aws:light>
<aws:light-rate>-1.5</aws:light-rate>
<aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase02.gif">-10</aws:moon-phase>
<aws:pressure units=""">29.71</aws:pressure>
<aws:pressure-high units=""">30.18</aws:pressure-high>
<aws:pressure-low units=""">29.71</aws:pressure-low>
<aws:pressure-rate units=""/h">-0.04</aws:pressure-rate>
<aws:rain-month units=""">6.64</aws:rain-month>
<aws:rain-rate units=""/h">0.00</aws:rain-rate>
<aws:rain-rate-max units=""/h">0.00</aws:rain-rate-max>
<aws:rain-today units=""">0.00</aws:rain-today>
<aws:rain-year units=""">53.83</aws:rain-year>
<aws:temp units="&deg;F">51.8</aws:temp>
<aws:temp-high units="&deg;F">52</aws:temp-high>
<aws:temp-low units="&deg;F">29</aws:temp-low>
<aws:temp-rate units="&deg;F/h">+2.5</aws:temp-rate>
<aws:sunrise>
<aws:year number="2008"/>
<aws:month number="12" text="December" abbrv="Dec"/>
<aws:day number="30" text="Tuesday" abbrv="Tue"/>
<aws:hour number="8" hour-24="08"/>
<aws:minute number="06"/>
<aws:second number="02"/>
<aws:am-pm abbrv="AM"/>
<aws:time-zone offset="-5" text="Eastern Standard Time" abbrv="EST"/>
</aws:sunrise>
<aws:sunset>
<aws:year number="2008"/>
<aws:month number="12" text="December" abbrv="Dec"/>
<aws:day number="30" text="Tuesday" abbrv="Tue"/>
<aws:hour number="5" hour-24="17"/>
<aws:minute number="28"/>
<aws:second number="53"/>
<aws:am-pm abbrv="PM"/>
<aws:time-zone offset="-5" text="Eastern Standard Time" abbrv="EST"/>
</aws:sunset>
<aws:wet-bulb units="&deg;F">44.24</aws:wet-bulb>
<aws:wind-speed units="mph">4</aws:wind-speed>
<aws:wind-speed-avg units="mph">7</aws:wind-speed-avg>
<aws:wind-direction>SSW</aws:wind-direction>
<aws:wind-direction-avg>SW</aws:wind-direction-avg>
</aws:ob>
</aws:weather>
|