1
0
Fork 0
fgdata/ATC/atis/eddh.xml

122 lines
3.1 KiB
XML
Raw Normal View History

2014-02-28 09:49:33 +00:00
<?xml version="1.0" ?>
<!--
This file is part of FlightGear, the free flight simulator
http://www.flightgear.org/
Copyright (C) 2014 Curtis L. Olson - http://www.flightgear.org/~curt
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
-->
<PropertyList>
<station-starts-with>eddh</station-starts-with>
<atis>
<text>Hamburg information </text>
<token>id</token>
<text>. MET report time </text>
<token>time</token>
<text>. Expect </text>
<token>approach-type</token>
<text> approach.</text>
<if>
<equals>
<token>rwy-land</token>
<token>rwy-to</token>
</equals>
<then>
2014-04-28 13:42:54 +00:00
<text> Take off and landing runway </text>
2014-02-28 09:49:33 +00:00
<token>rwy-land</token>
</then>
<else>
2014-04-28 13:42:54 +00:00
<text> Landing runway </text>
2014-02-28 09:49:33 +00:00
<token>rwy-land</token>
2014-04-23 08:17:08 +00:00
<text> and take off runway </text>
2014-02-28 09:49:33 +00:00
<token>rwy-to</token>
</else>
</if>
<text>. Transition level </text>
<token>transition-level</token>
<text>. Wind </text>
<token>wind-dir</token>
2014-04-28 13:42:54 +00:00
<text> degrees, </text>
2014-02-28 09:49:33 +00:00
<token>wind-speed-kn</token>
2014-03-05 12:59:03 +00:00
<text> knots</text>
2014-02-28 09:49:33 +00:00
<if>
<not-empty>
<token>gusts</token>
</not-empty>
<then>
2014-04-28 13:42:54 +00:00
<text>, gusts up to </text>
2014-02-28 09:49:33 +00:00
<token>gusts</token>
2014-03-05 12:59:03 +00:00
<text> knots</text>
</then>
</if>
<if>
<not-equals>
<token>wind-from</token>
<token>wind-to</token>
</not-equals>
<then>
2014-04-28 13:42:54 +00:00
<text>, varying between </text>
2014-03-05 12:59:03 +00:00
<token>wind-from</token>
<text> and </text>
<token>wind-to</token>
<text> degrees</text>
2014-02-28 09:49:33 +00:00
</then>
</if>
<text>. </text>
<if>
<not-empty>
<token>cavok</token>
</not-empty>
<then>
<text>CAVOK</text>
</then>
<else>
<text>Visibility </text>
<token>visibility-metric</token>
<text>. </text>
<if>
<not-empty>
<token>phenomena</token>
</not-empty>
<then>
<token>phenomena</token>
<text>. </text>
</then>
</if>
<if>
<not-empty>
<token>clouds</token>
</not-empty>
<then>
<text>Clouds </text>
<token>clouds</token>
</then>
<else>
<text>No significant clouds</text>
</else>
</if>
</else>
</if>
<text>. Temperature </text>
<token>temperature-deg</token>
2014-04-28 13:42:54 +00:00
<text>, dewpoint </text>
2014-02-28 09:49:33 +00:00
<token>dewpoint-deg</token>
<text>. QNH </text>
<token>qnh</token>
<text> hektopascal. Trend </text>
<token>trend</token>
2014-04-28 13:42:54 +00:00
<text>. information </text>
2014-02-28 09:49:33 +00:00
<token>id</token>
<text> out.</text>
</atis>
</PropertyList>