1
0
Fork 0

some ATIS format tweaks

This commit is contained in:
Torsten Dreyer 2014-04-28 15:42:54 +02:00
parent 9761c6e372
commit 8a52e912dc
2 changed files with 13 additions and 12 deletions

View file

@ -31,11 +31,11 @@
<token>rwy-to</token> <token>rwy-to</token>
</equals> </equals>
<then> <then>
<text> take off and landing runway </text> <text> Take off and landing runway </text>
<token>rwy-land</token> <token>rwy-land</token>
</then> </then>
<else> <else>
<text> landing runway </text> <text> Landing runway </text>
<token>rwy-land</token> <token>rwy-land</token>
<text> and take off runway </text> <text> and take off runway </text>
<token>rwy-to</token> <token>rwy-to</token>
@ -45,7 +45,7 @@
<token>transition-level</token> <token>transition-level</token>
<text>. Wind </text> <text>. Wind </text>
<token>wind-dir</token> <token>wind-dir</token>
<text> degrees </text> <text> degrees, </text>
<token>wind-speed-kn</token> <token>wind-speed-kn</token>
<text> knots</text> <text> knots</text>
<if> <if>
@ -53,7 +53,7 @@
<token>gusts</token> <token>gusts</token>
</not-empty> </not-empty>
<then> <then>
<text> gusts up to </text> <text>, gusts up to </text>
<token>gusts</token> <token>gusts</token>
<text> knots</text> <text> knots</text>
</then> </then>
@ -64,7 +64,7 @@
<token>wind-to</token> <token>wind-to</token>
</not-equals> </not-equals>
<then> <then>
<text> varying between </text> <text>, varying between </text>
<token>wind-from</token> <token>wind-from</token>
<text> and </text> <text> and </text>
<token>wind-to</token> <token>wind-to</token>
@ -108,13 +108,13 @@
</if> </if>
<text>. Temperature </text> <text>. Temperature </text>
<token>temperature-deg</token> <token>temperature-deg</token>
<text> dewpoint </text> <text>, dewpoint </text>
<token>dewpoint-deg</token> <token>dewpoint-deg</token>
<text>. QNH </text> <text>. QNH </text>
<token>qnh</token> <token>qnh</token>
<text> hektopascal. Trend </text> <text> hektopascal. Trend </text>
<token>trend</token> <token>trend</token>
<text> information </text> <text>. information </text>
<token>id</token> <token>id</token>
<text> out.</text> <text> out.</text>
</atis> </atis>

View file

@ -33,22 +33,22 @@
<token>rwy-to</token> <token>rwy-to</token>
</equals> </equals>
<then> <then>
<text> landing and departing runway </text> <text> Landing and departing runway </text>
<token>rwy-land</token> <token>rwy-land</token>
</then> </then>
<else> <else>
<text> landing runway </text> <text> Landing runway </text>
<token>rwy-land</token> <token>rwy-land</token>
<text> and departing runway </text> <text> and departing runway </text>
<token>rwy-to</token> <token>rwy-to</token>
</else> </else>
</if> </if>
<text>. Weather </text> <text>. Weather. </text>
<text>. Wind: </text> <text>Wind</text>
<token>wind-dir</token> <token>wind-dir</token>
<text> degrees at </text> <text> degrees at </text>
<token>wind-speed-kn</token> <token>wind-speed-kn</token>
<text> knots </text> <text> knots</text>
<if> <if>
<not-empty> <not-empty>
<token>gusts</token> <token>gusts</token>
@ -106,5 +106,6 @@
<token>trend</token> <token>trend</token>
<text>. Advise on initial contact you have information </text> <text>. Advise on initial contact you have information </text>
<token>id</token> <token>id</token>
<text>.</text>
</atis> </atis>
</PropertyList> </PropertyList>