Added limits and default for tower altitude
There are a lot of towers that are at the same altitude as the airport; this is clearly a lack of data. Also there are some towers that are ludicrously high (e.g. KLSV). This commit defines a reasonable minimum and maximum values for tower altitude; together with a default altitude which will be added to the airport elevation when the tower altitude is outside of these ranges (above airpot altitude).
This commit is contained in:
parent
c32bfaea3c
commit
26e1e056f7
1 changed files with 3 additions and 0 deletions
|
@ -839,6 +839,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</record-extra-properties-paths>
|
||||
</replay>
|
||||
<airport>
|
||||
<min-tower-height-ft type="double">6</min-tower-height-ft> <!-- a.k.a chap on the ground with a radio waving frantically -->
|
||||
<max-tower-height-ft type="double">70</max-tower-height-ft> <!-- the average tower height is 10.51m; so this is a reasonable limit-->
|
||||
<default-tower-height-ft type="double">30</default-tower-height-ft> <!-- based on the average tower height of ~10.5m-->
|
||||
<runways>
|
||||
<start-offset-m type="double">5.0</start-offset-m>
|
||||
<search>
|
||||
|
|
Loading…
Reference in a new issue