Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ivac2:firdef_transitionlevel_xml [2014/04/18 16:10]
filip.jonckers
ivac2:firdef_transitionlevel_xml [2017/04/08 14:27] (current)
Line 1: Line 1:
-[[ivac2:​firdef_toc|Back]] 
- 
 ====== transitionlevel.xml ====== ====== transitionlevel.xml ======
  
-The **transitionLevel.xml** file is used to calculate the transition level (TRL) and the transition altitude (TA) for each airport.+The transitionLevel.xml file is used to calculate the transition level (TRL) and the transition altitude (TA) for each airport.
  
 +The ''​transition level.xml''​ file is located in the ''​fir/''​ directory
  
 ^Root Element|trl|| ^Root Element|trl||
 ^Element|airport|| ^Element|airport||
 ^Attribute^Format^Remarks^ ^Attribute^Format^Remarks^
-|icao|string|airport icao code+|icao|string|airport icao codeselects every airport starting with this (partial) ICAO code
-| | |selects every airport starting with this (partial) ICAO code|+|default|boolean|the default transition level to use|
  
  
Line 38: Line 37:
 <code XML> <code XML>
 <trl> <trl>
-    ​<airport icao="eb">​ + <!-- TA=5000 --> 
-        <qnh ta="4500" trl="45" min="1031.3" max="1049.3" /> + <airport icao="EKCH" default="​true">​ 
-        <qnh ta="4500" trl="50" min="1013.2" max="​1031.2" /> + <qnh ta="5000" trl="55" min="1032" max="1060"/>​ 
-        <qnh ta="4500" trl="55" min="995.1" ​ max="​1013.1" /> + <qnh ta="5000" trl="60" min="1014" max="​1031"/>​ 
-        <qnh ta="4500" trl="60" min="977.0" ​ max="​995.0" ​ /> + <qnh ta="5000" trl="65" min="996" ​ max="​1013"/>​ 
-        <qnh ta="4500" trl="​65"​ min="958.9" ​ max="976.9" ​ /> + <qnh ta="5000" trl="70" min="978" ​ max="​995"/>​ 
-    </​airport>​+ </​airport>​ 
 + <​airport icao="​EKRK">​ 
 + <qnh ta="5000" trl="​55"​ min="​1032"​ max="​1060"/>​ 
 + <qnh ta="​5000"​ trl="​60"​ min="​1014"​ max="​1031"/>​ 
 + <qnh ta="​5000" trl="​65"​ min="996" ​ max="1013"/>​ 
 + <qnh ta="​5000"​ trl="​70"​ min="​978"  ​max="​995"/>​ 
 + </​airport>​ 
 + <!-- TA=3000 --> 
 + <​airport icao="​EKYT">​ 
 + <qnh ta="​3000"​ trl="​35"​ min="​1032"​ max="​1060"/>​ 
 + <qnh ta="​3000"​ trl="​40"​ min="​1014"​ max="​1031"/>​ 
 + <qnh ta="​3000"​ trl="​45"​ min="​996" ​ max="​1013"/>​ 
 + <qnh ta="​3000"​ trl="​50"​ min="​978" ​ max="​995"​/> 
 + </​airport>​
 </​trl>​ </​trl>​
 </​code>​ </​code>​
 +
 +----
 +[[ivac2:​firdef|Back]]
 +