< prev | next >

Station Model < Samples < Home

Station Model

A map with a Mesonet station model plot formed by sites, barbs, and multiple observations.

Full-Page View
<!-- Sample map using a site, barb, and multiple
     observations to produce a Mesonet station
     model plot. -->
         
<WxML>
  <map bgcolor="#FFFFCC" scale="2.0">
  
    <overlay visible="true">
      <data src="Oklahoma Maps" param="County borders"/>
    </overlay>
    
    <overlay visible="true">
      <data src="Oklahoma Maps" param="State border"/>
      <lineStyle width="3"/>
    </overlay>
    
    <site>
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/199407071700.mdf"/>
    </site>
    
    <barb>
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/199407071700.mdf"
        param="WSPD" units="mph"/>
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/199407071700.mdf"
        param="WDIR" units="degr"/>
    </barb>
    
    <observation position="6">
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/199407071700.mdf"
        param="STID"/>
      <textStyle color="#FF6666"/>
    </observation>
    
    <observation position="11">
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/199407071700.mdf"
        param="TAIR" units="fahr"/>
      <textStyle color="#FF0000"/>
    </observation>
    
    <observation position="7">
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/199407071700.mdf"
        param="TDEW" units="fahr"/>
      <textStyle color="#00FF00"/>
    </observation>
    
    <observation position="1">
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/199407071700.mdf"
        param="SRAD" units="wpsm"/>
      <textStyle color="#CCCC33"/>
    </observation>
    
    <observation position="5">
      <data src="http://sdg.mesonet.org/
        docs/wxml/data/199407071700.mdf"
        param="RAIN" units="mm"/>
      <textStyle color="#6699FF"/>
    </observation>
    
  </map>
</WxML>

Confidential. Copyright © 2002, Oklahoma Climatological Survey. All Rights Reserved.
Send questions or comments concerning this web page to
wolfie@ou.edu.