[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20050302: IDV - Radar Station





I got the radar data(WSR-88D Level II) which is located outside United State, could I add the new Radar location in the item?
How could I show it in IDV? Thanks.


This actually has not come up before so we do not have a completely easy solution for this but there is a solution. First of all, the IDV looks in a local directory for resource information. You should have a directory
under your home directory:
~/.metapps/DefaultIdv

In that directory there should be a file called: idv.rbi
This file tells the IDV where to find various resources. You rbi file should have an entry like:
 <!-- The list of station table xml files  -->
 <resources name="application.resource.locations">
 </resources>

If it does not or you do not have an idv.rbi file there there is one attached.

Now, all we need to do is add in your own nexradstations resource file here by changing the above
entry to:
 <resources name="application.resource.locations">
   <resource  location="%USERPATH%/nexradstns.xml"   id="nexrad"/>
 </resources>

The %USERPATH% expands out to the ~/.metapps/DefaultIdv

Now, you just need to copy the attached nexradstns.xml file (which is the system one) into your .metapps/DefaultIdv directory. Change the first line in the file to point to your radar station.
Fire up the IDV and your entry should show up in the LevelII radar chooser.


-Jeff


<?xml version="1.0" encoding="UTF-8"?>

<!-- 
        This is an example RBI (Resource Bundle for the IDV) file.
        The IDV uses the RBI file to find out where different resource
        files exist that it uses to configure itself. 

        Each "resources" tag can hold a set of "resource" tags. The resource
        tag has a location attribute that can be a file, url or jar resource,
        that points to some resource to load (e.g., the color tables).
        This location can also hold macros that the IDV replaces with
        the appropriate path:
        %USERPATH% is the .metapps/<AppName> directory that is created in the 
user's home directory.
        %SITEPATH% is the sitepath defined with the -sitepath argument
        %IDVPATH% is the /ucar/unidata/idv/resources path in the jar file.

        If the resources tag has a loadmore="false" then the IDV
        will not load anymore resources of this type (e.g., this allows you
        to not load the default system resources.) The default  is that 
loadmore="true"
        
        If you want to add your own resources and/or overwrite the defaults then
        add the appropriate <resource location="..."/>  tag. For your 
convenience we included
        commented out resource tags below.

        Note: For resource lists that hold "writable" resources (e.g., color 
tables)
        the first resource in the list is the "writable" resource, i.e., where 
we write
        new content.

-->


<resourcebundle name="Default">
  <!-- Where the colortables are -->
  <resources name="application.resource.colortables" loadmore="true">
<!--
    <resource location="some location"/>
    <resource location="some other location"/>
-->
  </resources>

  <!-- Where the xml is that defines the data choosers -->
  <resources name="application.resource.choosers">
  </resources>


  <!-- Where we find the color pairs for the foreground/background colors -->
  <resources name="application.resource.colorpairs">
  </resources>

  
  <!-- Automatically create displays from the data -->
  <resources name="application.resource.autodisplays">
  </resources>

  <!--The different user interfaces available  -->
  <resources name="application.resource.skin">
  </resources>

  <!--Defines the toolbar icons  -->
  <resources name="application.resource.toolbar">
  </resources>

  <!-- Defines the actions for the toolbar, etc  -->
  <resources name="application.resource.actions">
  </resources>

  <!-- Where to find the parameter group files  -->
  <resources name="application.resource.paramgroups">
  </resources>

  <!-- Where to find the specification of the derived quantities  -->
  <resources name="application.resource.derived">
  </resources>

  <!-- Where to find the parameter to color table files  -->
  <resources name="application.resource.paramdefaults">
  </resources>

  <!-- The list of station table xml files  -->
  <resources name="application.resource.locations">
    <resource  location="%USERPATH%/nexradstns.xml"   id="nexrad"/>
  </resources>

  <!-- The list of help tip xml files  -->
  <resources name="application.resource.helptips">
  </resources>

  <!-- The list of projection table xml files  -->
  <resources name="application.resource.projections">
  </resources>

  <!-- Where to find the data source specifications  -->
  <resources name="application.resource.datasource">
  </resources>

  <!-- Where to find the specification of the display controls used   -->
  <resources name="application.resource.controls">
  </resources>


  <!-- Where to find the parameter aliases  -->
  <resources name="application.resource.aliases">
  </resources>


  <!-- Where do we find the default bundle(s) that is(are) used at start up  -->
  <resources name="application.resource.bundles">
  </resources>

  <!-- Where do we find the xml definition of the 'favorites' bundles  -->
  <resources name="application.resource.bundlexml">
  </resources>

  <!-- This points to the xml document(s) that hold the user defined chooser 
panels  -->
  <resources name="application.resource.userchooser">
  </resources>

  <!-- Python libraries   -->
  <resources name="application.resource.jython">
  </resources>


  <!--We don't use this now. Python libraries    -->
  <resources name="application.resource.jythontocopy">
  </resources>

  <!-- Holds an xml specification of the menu bar used in the guis  -->
  <resources name="application.resource.menubar">
  </resources>

  <!-- Defines the set of system maps -->
  <resources name="application.resource.maps">
  </resources>

  <!-- Where we find station models -->
  <resources name="application.resource.stationmodels">
  </resources>

  <!-- What goes into the station model editor -->
  <resources name="application.resource.stationsymbols">
  </resources>

  <!-- Defaults for adde  based imagery -->
  <resources name="application.resource.imagedefaults">
  </resources>

  <!-- We don't use this now but it will hold message catalogs -->
  <resources name="application.resource.messages">
  </resources>

</resourcebundle>
<?xml version="1.0" encoding="UTF-8"?>
<stationtable name="NEXRAD Sites">

<!-- Change the following line to define your radar station -->
<station idn="yourstationidn" id="yourstationid" name="Your Radar Station" 
st="AK" co="US" lat="65.03" lon="-147.50" elev="790"/>


<station idn="000525" id="APD" name="Fairbanks/Pedro Dome" st="AK" co="US" 
lat="65.03" lon="-147.50" elev="790"/>
<station idn="000346" id="AEC" name="Fairbanks/Nome" st="AK" co="US" 
lat="64.50" lon="-165.28" elev="16"/>
<station idn="000553" id="ACG" name="Juneau/Sitka" st="AK" co="US" lat="56.85" 
lon="-135.52" elev="63"/>
<station idn="000505" id="AIH" name="Anchorage/Middleton Island" st="AK" 
co="US" lat="59.45" lon="-146.30" elev="20"/>
<station idn="000304" id="ABC" name="Anchorage/Bethel" st="AK" co="US" 
lat="60.78" lon="-161.87" elev="49"/>
<station idn="000344" id="AHG" name="Anchorage/Nikiski" st="AK" co="US" 
lat="60.72" lon="-151.35" elev="74"/>
<station idn="000568" id="AKC" name="Anchorage/King Salmon" st="AK" co="US" 
lat="58.67" lon="-156.62" elev="19"/>
<station idn="000320" id="BMX" name="Birmingham/Alabaster" st="AL" co="US" 
lat="33.17" lon="-86.77" elev="197"/>
<station idn="000509" id="MOB" name="Mobile" st="AL" co="US" lat="30.67" 
lon="-88.23" elev="63"/>
<station idn="000826" id="HTX" name="Birmingham/Northeastern Al" st="AL" 
co="US" lat="34.92" lon="-86.08" elev="536"/>
<station idn="000354" id="MXX" name="Birmingham/Maxwell Afb" st="AL" co="US" 
lat="32.53" lon="-85.78" elev="122"/>
<station idn="000362" id="EOX" name="Birmingham/Fort Rucker" st="AL" co="US" 
lat="31.45" lon="-85.45" elev="132"/>
<station idn="000395" id="LZK" name="Little Rock/N Little Rock" st="AR" co="US" 
lat="34.83" lon="-92.25" elev="173"/>
<station idn="000825" id="SRX" name="Tulsa/Western Arkansas" st="AR" co="US" 
lat="35.28" lon="-94.35" elev="195"/>
<station idn="000524" id="IWA" name="Phoenix/Mesa" st="AZ" co="US" lat="33.28" 
lon="-111.67" elev="412"/>
<station idn="000556" id="EMX" name="Tucson/Pima County" st="AZ" co="US" 
lat="31.88" lon="-110.62" elev="1586"/>
<station idn="000361" id="FSX" name="Flagstaff/Coconino" st="AZ" co="US" 
lat="34.57" lon="-111.18" elev="2261"/>
<station idn="000393" id="YUX" name="Phoenix/Yuma" st="AZ" co="US" lat="32.48" 
lon="-114.65" elev="53"/>
<station idn="000536" id="DAX" name="Sacramento" st="CA" co="US" lat="38.50" 
lon="-121.67" elev="9"/>
<station idn="000396" id="VTX" name="Los Angeles/Ventura County" st="CA" 
co="US" lat="34.40" lon="-119.17" elev="831"/>
<station idn="000541" id="MUX" name="San Francisco Bay Area/Santa" st="CA" 
co="US" lat="37.15" lon="-121.88" elev="1057"/>
<station idn="000359" id="BHX" name="Eureka/Humboldt County" st="CA" co="US" 
lat="40.48" lon="-124.28" elev="732"/>
<station idn="000363" id="HNX" name="San Joaquin Valley/Hanford" st="CA" 
co="US" lat="36.30" lon="-119.62" elev="74"/>
<station idn="000540" id="NKX" name="San Diego" st="CA" co="US" lat="32.92" 
lon="-117.03" elev="291"/>
<station idn="000574" id="SOX" name="San Diego/Orange County" st="CA" co="US" 
lat="33.82" lon="-117.63" elev="923"/>
<station idn="000559" id="VBX" name="Los Angeles/Orcutt Oil Field" st="CA" 
co="US" lat="34.83" lon="-120.38" elev="373"/>
<station idn="000511" id="EYX" name="Las Vegas/Edwards Afb" st="CA" co="US" 
lat="35.08" lon="-117.55" elev="840"/>
<station idn="000380" id="BBX" name="Sacramento/Oro Dam Blvd West" st="CA" 
co="US" lat="39.48" lon="-121.62" elev="53"/>
<station idn="000347" id="FTG" name="Denver/Boulder" st="CO" co="US" 
lat="39.78" lon="-104.53" elev="1675"/>
<station idn="000529" id="PUX" name="Pueblo/Pueblo County" st="CO" co="US" 
lat="38.45" lon="-104.17" elev="1600"/>
<station idn="000368" id="GJX" name="Grand Junction/Mesa" st="CO" co="US" 
lat="39.05" lon="-108.20" elev="3045"/>
<station idn="000351" id="DOX" name="Wakefield/Ellendale State Fo" st="DE" 
co="US" lat="38.82" lon="-75.43" elev="15"/>
<station idn="000302" id="MLB" name="Melbourne" st="FL" co="US" lat="28.10" 
lon="-80.65" elev="11"/>
<station idn="000728" id="AMX" name="Miami" st="FL" co="US" lat="25.60" 
lon="-80.40" elev="4"/>
<station idn="000552" id="TBW" name="Tampa Bay Area/Ruskin" st="FL" co="US" 
lat="27.70" lon="-82.40" elev="12"/>
<station idn="000383" id="JAX" name="Jacksonville" st="FL" co="US" lat="30.48" 
lon="-81.70" elev="10"/>
<station idn="000551" id="TLH" name="Tallahassee" st="FL" co="US" lat="30.38" 
lon="-84.32" elev="19"/>
<station idn="000386" id="BYX" name="Miami/Boca Chica Key" st="FL" co="US" 
lat="24.58" lon="-81.70" elev="2"/>
<station idn="000307" id="EVX" name="Tallahassee/Eglin Afb" st="FL" co="US" 
lat="30.55" lon="-85.92" elev="43"/>
<station idn="000316" id="FFC" name="Atlanta/Peachtree City" st="GA" co="US" 
lat="33.35" lon="-84.55" elev="262"/>
<station idn="000535" id="JGX" name="Atlanta/State Hwy 96" st="GA" co="US" 
lat="32.67" lon="-83.35" elev="159"/>
<station idn="000510" id="VAX" name="Tallahassee/State Rd 129" st="GA" co="US" 
lat="30.88" lon="-83.00" elev="54"/>
<station idn="000314" id="GUA" name="Guam/Barrigada Communication" st="GU" 
co="US" lat="13.45" lon="144.80" elev="80"/>
<station idn="000336" id="HMO" name="Honolulu/Molokai" st="HI" co="US" 
lat="21.12" lon="-157.17" elev="415"/>
<station idn="000570" id="HWA" name="Honolulu/Hawaii" st="HI" co="US" 
lat="19.08" lon="-155.57" elev="421"/>
<station idn="000377" id="HKM" name="Honolulu/Kohala" st="HI" co="US" 
lat="20.12" lon="-155.77" elev="1162"/>
<station idn="000550" id="HKI" name="Honolulu/Kauai" st="HI" co="US" 
lat="21.88" lon="-159.55" elev="55"/>
<station idn="000348" id="DMX" name="Des Moines/Johnston" st="IA" co="US" 
lat="41.72" lon="-93.72" elev="299"/>
<station idn="000530" id="DVN" name="Quad Cities/Davenport" st="IA" co="US" 
lat="41.60" lon="-90.57" elev="230"/>
<station idn="000322" id="CBX" name="Boise/Ada County" st="ID" co="US" 
lat="43.48" lon="-116.23" elev="933"/>
<station idn="000546" id="SFX" name="Pocatello/Idaho Falls/Spring" st="ID" 
co="US" lat="43.10" lon="-112.68" elev="1364"/>
<station idn="000337" id="LOT" name="Chicago/Romeoville" st="IL" co="US" 
lat="41.60" lon="-88.08" elev="202"/>
<station idn="000549" id="ILX" name="Central Illinois/Lincoln" st="IL" co="US" 
lat="40.15" lon="-89.33" elev="177"/>
<station idn="000381" id="IND" name="Indianapolis" st="IN" co="US" lat="39.70" 
lon="-86.27" elev="241"/>
<station idn="000827" id="IWX" name="Northern Indiana/North Webst" st="IN" 
co="US" lat="41.35" lon="-85.70" elev="293"/>
<station idn="000851" id="VWX" name="Evansville/Gibson" st="IN" co="US" 
lat="38.26" lon="-87.72" elev="190"/>
<station idn="000350" id="DDC" name="Dodge City" st="KS" co="US" lat="37.75" 
lon="-99.97" elev="789"/>
<station idn="000562" id="ICT" name="Wichita" st="KS" co="US" lat="37.65" 
lon="-97.43" elev="407"/>
<station idn="000554" id="TWX" name="Topeka/Alma" st="KS" co="US" lat="38.98" 
lon="-96.22" elev="417"/>
<station idn="000366" id="GLD" name="Goodland" st="KS" co="US" lat="39.37" 
lon="-101.70" elev="1113"/>
<station idn="000397" id="LVX" name="Louisville/Fort Knox" st="KY" co="US" 
lat="37.97" lon="-85.93" elev="219"/>
<station idn="000521" id="PAH" name="Paducah" st="KY" co="US" lat="37.07" 
lon="-88.77" elev="119"/>
<station idn="000373" id="JKL" name="Jackson/Noctor" st="KY" co="US" 
lat="37.58" lon="-83.30" elev="416"/>
<station idn="000364" id="HPX" name="Paducah/Us Hwy 41 N" st="KY" co="US" 
lat="36.73" lon="-87.28" elev="176"/>
<station idn="000545" id="LIX" name="New Orleans/Baton Rouge/Slid" st="LA" 
co="US" lat="30.33" lon="-89.82" elev="7"/>
<station idn="000391" id="LCH" name="Lake Charles" st="LA" co="US" lat="30.12" 
lon="-93.20" elev="4"/>
<station idn="000543" id="SHV" name="Shreveport" st="LA" co="US" lat="32.45" 
lon="-93.83" elev="83"/>
<station idn="000339" id="POE" name="Lake Charles/Fort Polk" st="LA" co="US" 
lat="31.15" lon="-92.97" elev="124"/>
<station idn="000323" id="BOX" name="Boston/Taunton" st="MA" co="US" 
lat="41.95" lon="-71.13" elev="36"/>
<station idn="000303" id="LWX" name="Baltimore/Wash/Sterling" st="MD" co="US" 
lat="38.97" lon="-77.47" elev="83"/>
<station idn="000528" id="GYX" name="Portland/Gray" st="ME" co="US" lat="43.88" 
lon="-70.25" elev="125"/>
<station idn="000329" id="CBW" name="Portland/Houlton" st="ME" co="US" 
lat="46.03" lon="-67.80" elev="227"/>
<station idn="000349" id="DTX" name="Detroit/White Lake" st="MI" co="US" 
lat="42.70" lon="-83.47" elev="327"/>
<station idn="000369" id="GRR" name="Grand Rapids" st="MI" co="US" lat="42.88" 
lon="-85.53" elev="237"/>
<station idn="000399" id="MQT" name="Marquette" st="MI" co="US" lat="46.52" 
lon="-87.53" elev="430"/>
<station idn="000312" id="APX" name="North Central Lower Michigan" st="MI" 
co="US" lat="44.90" lon="-84.72" elev="446"/>
<station idn="000506" id="MPX" name="Minneapolis/Chanhassen" st="MN" co="US" 
lat="44.83" lon="-93.55" elev="288"/>
<station idn="000352" id="DLH" name="Duluth" st="MN" co="US" lat="46.83" 
lon="-92.20" elev="435"/>
<station idn="000308" id="LSX" name="St. Louis/St Charles" st="MO" co="US" 
lat="38.68" lon="-90.67" elev="185"/>
<station idn="000385" id="EAX" name="Kansas City/Pleasant Hill/Pl" st="MO" 
co="US" lat="38.80" lon="-94.25" elev="303"/>
<station idn="000548" id="SGF" name="Springfield" st="MO" co="US" lat="37.23" 
lon="-93.40" elev="390"/>
<station idn="000382" id="JAN" name="Jackson" st="MS" co="US" lat="32.32" 
lon="-90.07" elev="91"/>
<station idn="999999" id="DGX" name="Brandon" st="MS" co="US" lat="32.28" 
lon="-89.98" elev="186"/>
<station idn="000342" id="GWX" name="Memphis/Ms Hwy 8 &amp; Us Hwy 27" st="MS" 
co="US" lat="33.88" lon="-88.32" elev="145"/>
<station idn="000370" id="TFX" name="Great Falls" st="MT" co="US" lat="47.45" 
lon="-111.38" elev="1132"/>
<station idn="000508" id="MSX" name="Missoula/Missoula County" st="MT" co="US" 
lat="47.03" lon="-113.98" elev="2394"/>
<station idn="000318" id="BLX" name="Billings/Yellowstone County" st="MT" 
co="US" lat="45.85" lon="-108.60" elev="1097"/>
<station idn="000365" id="GGW" name="Glasgow" st="MT" co="US" lat="48.20" 
lon="-106.62" elev="694"/>
<station idn="000375" id="MHX" name="Morehead City/Newport" st="NC" co="US" 
lat="34.77" lon="-76.87" elev="9"/>
<station idn="000563" id="LTX" name="Wilmington/Shallotte" st="NC" co="US" 
lat="33.98" lon="-78.42" elev="20"/>
<station idn="000531" id="RAX" name="Raleigh/Durham/Clayton" st="NC" co="US" 
lat="35.65" lon="-78.48" elev="106"/>
<station idn="000321" id="BIS" name="Bismarck" st="ND" co="US" lat="46.77" 
lon="-100.75" elev="505"/>
<station idn="000360" id="MVX" name="Eastern North Dakota/Mayvill" st="ND" 
co="US" lat="47.52" lon="-97.32" elev="301"/>
<station idn="000507" id="MBX" name="Bismarck/Mchenry County" st="ND" co="US" 
lat="48.38" lon="-100.85" elev="455"/>
<station idn="000367" id="UEX" name="Hastings/Webster County" st="NE" co="US" 
lat="40.32" lon="-98.43" elev="602"/>
<station idn="000519" id="OAX" name="Omaha/Valley" st="NE" co="US" lat="41.32" 
lon="-96.37" elev="350"/>
<station idn="000517" id="LNX" name="North Platte/Thedford" st="NE" co="US" 
lat="41.95" lon="-100.57" elev="905"/>
<station idn="000523" id="DIX" name="Philadelphia/Manchester" st="NJ" co="US" 
lat="39.93" lon="-74.40" elev="45"/>
<station idn="000311" id="ABX" name="Albuquerque" st="NM" co="US" lat="35.13" 
lon="-106.82" elev="1789"/>
<station idn="000328" id="FDX" name="Albuquerque/State Rd 89" st="NM" co="US" 
lat="34.63" lon="-103.62" elev="1417"/>
<station idn="000376" id="HDX" name="El Paso/White Sands Missile" st="NM" 
co="US" lat="33.07" lon="-106.12" elev="1287"/>
<station idn="000533" id="RGX" name="Reno/Washoe County" st="NV" co="US" 
lat="39.75" lon="-119.45" elev="2530"/>
<station idn="000566" id="ESX" name="Las Vegas/Nelson" st="NV" co="US" 
lat="35.70" lon="-114.88" elev="1483"/>
<station idn="000564" id="LRX" name="Elko/Lander County" st="NV" co="US" 
lat="40.73" lon="-116.80" elev="2056"/>
<station idn="000515" id="OKX" name="New York City/Upton" st="NY" co="US" 
lat="40.85" lon="-72.85" elev="26"/>
<station idn="000319" id="BGM" name="Binghamton" st="NY" co="US" lat="42.18" 
lon="-75.98" elev="490"/>
<station idn="000310" id="ENX" name="Albany/East Berne" st="NY" co="US" 
lat="42.58" lon="-74.05" elev="557"/>
<station idn="000325" id="BUF" name="Buffalo/Cheektowaga" st="NY" co="US" 
lat="42.93" lon="-78.73" elev="211"/>
<station idn="000850" id="TYX" name="Montague/Fort Drum" st="NY" co="US" 
lat="43.76" lon="-75.76" elev="562"/>
<station idn="000340" id="CLE" name="Cleveland" st="OH" co="US" lat="41.40" 
lon="-81.85" elev="233"/>
<station idn="000338" id="ILN" name="Cincinnati/Wilmington" st="OH" co="US" 
lat="39.42" lon="-83.82" elev="322"/>
<station idn="000001" id="TLX" name="Oklahoma City/Norman" st="OK" co="US" 
lat="35.32" lon="-97.27" elev="370"/>
<station idn="000557" id="INX" name="Tulsa/Inola" st="OK" co="US" lat="36.17" 
lon="-95.55" elev="204"/>
<station idn="000305" id="FDR" name="Oklahoma City/Altus Afb" st="OK" co="US" 
lat="34.35" lon="-98.97" elev="386"/>
<station idn="000558" id="VNX" name="Oklahoma City/Kegelman Aux F" st="OK" 
co="US" lat="36.73" lon="-98.12" elev="369"/>
<station idn="000527" id="RTX" name="Portland/Scappoose" st="OR" co="US" 
lat="45.70" lon="-122.95" elev="479"/>
<station idn="000500" id="MAX" name="Medford/Jackson County" st="OR" co="US" 
lat="42.07" lon="-122.72" elev="2290"/>
<station idn="000522" id="PDT" name="Pendleton" st="OR" co="US" lat="45.68" 
lon="-118.85" elev="462"/>
<station idn="000526" id="PBZ" name="Pittsburgh/Coraopolis" st="PA" co="US" 
lat="40.52" lon="-80.22" elev="361"/>
<station idn="000374" id="CCX" name="Central Pennsylvania/Rush" st="PA" co="US" 
lat="40.92" lon="-78.00" elev="733"/>
<station idn="000502" id="JUA" name="San Juan/Cayey" st="PR" co="US" 
lat="18.10" lon="-66.07" elev="852"/>
<station idn="000341" id="CAE" name="Columbia" st="SC" co="US" lat="33.93" 
lon="-81.12" elev="70"/>
<station idn="000555" id="GSP" name="Greenville/Spartanburg/Greer" st="SC" 
co="US" lat="34.88" lon="-82.22" elev="287"/>
<station idn="000333" id="CLX" name="Charleston/Grays" st="SC" co="US" 
lat="32.65" lon="-81.03" elev="30"/>
<station idn="000309" id="ABR" name="Aberdeen" st="SD" co="US" lat="45.45" 
lon="-98.40" elev="397"/>
<station idn="000544" id="FSD" name="Sioux Falls" st="SD" co="US" lat="43.58" 
lon="-96.72" elev="436"/>
<station idn="000532" id="UDX" name="Rapid City/New Underwood" st="SD" co="US" 
lat="44.12" lon="-102.82" elev="919"/>
<station idn="000501" id="NQA" name="Memphis/Millington" st="TN" co="US" 
lat="35.33" lon="-89.87" elev="86"/>
<station idn="000387" id="MRX" name="Knoxville/Tri-cities/Morrist" st="TN" 
co="US" lat="36.17" lon="-83.40" elev="408"/>
<station idn="000512" id="OHX" name="Nashville/Old Hickory" st="TN" co="US" 
lat="36.23" lon="-86.55" elev="176"/>
<station idn="000313" id="AMA" name="Amarillo" st="TX" co="US" lat="35.23" 
lon="-101.70" elev="1093"/>
<station idn="000378" id="HGX" name="Houston/Galveston/Dickinson" st="TX" 
co="US" lat="29.47" lon="-95.07" elev="5"/>
<station idn="000345" id="FWS" name="Dallas/Fort Worth" st="TX" co="US" 
lat="32.57" lon="-97.30" elev="208"/>
<station idn="000539" id="EWX" name="Austin/San Antonio/New Braun" st="TX" 
co="US" lat="29.70" lon="-98.02" elev="193"/>
<station idn="000398" id="LBB" name="Lubbock" st="TX" co="US" lat="33.65" 
lon="-101.80" elev="993"/>
<station idn="000518" id="MAF" name="Midland/Odessa" st="TX" co="US" 
lat="31.93" lon="-102.18" elev="874"/>
<station idn="000324" id="BRO" name="Brownsville" st="TX" co="US" lat="25.90" 
lon="-97.42" elev="7"/>
<station idn="000357" id="EPZ" name="El Paso/Santa Teresa" st="TX" co="US" 
lat="31.87" lon="-106.68" elev="1251"/>
<station idn="000538" id="SJT" name="San Angelo" st="TX" co="US" lat="31.37" 
lon="-100.48" elev="576"/>
<station idn="000343" id="CRP" name="Corpus Christi/Corpus Christ" st="TX" 
co="US" lat="27.78" lon="-97.50" elev="14"/>
<station idn="000332" id="GRK" name="Dallas/Fort Worth/Ft Hood" st="TX" co="US" 
lat="30.72" lon="-97.37" elev="164"/>
<station idn="000353" id="DYX" name="San Angelo/Shackelford Count" st="TX" 
co="US" lat="32.53" lon="-99.25" elev="462"/>
<station idn="000394" id="DFX" name="Austin/San Antonio/Us Hwy 90" st="TX" 
co="US" lat="29.27" lon="-100.27" elev="345"/>
<station idn="000537" id="MTX" name="Salt Lake City/Elder County" st="UT" 
co="US" lat="41.25" lon="-112.43" elev="1969"/>
<station idn="000330" id="ICX" name="Salt Lake City/Cedar City" st="UT" co="US" 
lat="37.58" lon="-112.85" elev="3231"/>
<station idn="000534" id="FCX" name="Roanoke/Floyd County" st="VA" co="US" 
lat="37.02" lon="-80.27" elev="874"/>
<station idn="000516" id="AKQ" name="Wakefield" st="VA" co="US" lat="36.98" 
lon="-77.00" elev="34"/>
<station idn="000326" id="CXX" name="Burlington/Colchester" st="VT" co="US" 
lat="44.50" lon="-73.17" elev="97"/>
<station idn="000542" id="ATX" name="Seattle/Tacoma/Camano Island" st="WA" 
co="US" lat="48.18" lon="-122.48" elev="151"/>
<station idn="000547" id="OTX" name="Spokane" st="WA" co="US" lat="47.67" 
lon="-117.62" elev="727"/>
<station idn="000371" id="GRB" name="Green Bay/Ashwaubenon" st="WI" co="US" 
lat="44.48" lon="-88.10" elev="208"/>
<station idn="000504" id="MKX" name="Milwaukee/Dousman" st="WI" co="US" 
lat="42.97" lon="-88.55" elev="292"/>
<station idn="000389" id="ARX" name="La Crosse" st="WI" co="US" lat="43.82" 
lon="-91.18" elev="389"/>
<station idn="000334" id="RLX" name="Charleston/Ruthdale" st="WV" co="US" 
lat="38.30" lon="-81.72" elev="329"/>
<station idn="000335" id="CYS" name="Cheyenne" st="WY" co="US" lat="41.15" 
lon="-104.80" elev="1868"/>
<station idn="000392" id="RIW" name="Riverton" st="WY" co="US" lat="43.05" 
lon="-108.47" elev="1697"/>
</stationtable>