pyBADA 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyBADA/TCL.py +8731 -0
- pyBADA/__init__.py +0 -0
- pyBADA/aircraft/BADA3/DUMMY/BADA.GPF +113 -0
- pyBADA/aircraft/BADA3/DUMMY/BZJT__.APF +25 -0
- pyBADA/aircraft/BADA3/DUMMY/BZJT__.OPF +61 -0
- pyBADA/aircraft/BADA3/DUMMY/BZJT__.PTD +139 -0
- pyBADA/aircraft/BADA3/DUMMY/BZJT__.PTF +73 -0
- pyBADA/aircraft/BADA3/DUMMY/GA____.APF +25 -0
- pyBADA/aircraft/BADA3/DUMMY/GA____.OPF +61 -0
- pyBADA/aircraft/BADA3/DUMMY/GA____.PTD +71 -0
- pyBADA/aircraft/BADA3/DUMMY/GA____.PTF +39 -0
- pyBADA/aircraft/BADA3/DUMMY/J2H___.APF +25 -0
- pyBADA/aircraft/BADA3/DUMMY/J2H___.OPF +61 -0
- pyBADA/aircraft/BADA3/DUMMY/J2H___.PTD +131 -0
- pyBADA/aircraft/BADA3/DUMMY/J2H___.PTF +69 -0
- pyBADA/aircraft/BADA3/DUMMY/J2M___.APF +25 -0
- pyBADA/aircraft/BADA3/DUMMY/J2M___.OPF +61 -0
- pyBADA/aircraft/BADA3/DUMMY/J2M___.PTD +123 -0
- pyBADA/aircraft/BADA3/DUMMY/J2M___.PTF +65 -0
- pyBADA/aircraft/BADA3/DUMMY/J4H___.APF +25 -0
- pyBADA/aircraft/BADA3/DUMMY/J4H___.OPF +61 -0
- pyBADA/aircraft/BADA3/DUMMY/J4H___.PTD +139 -0
- pyBADA/aircraft/BADA3/DUMMY/J4H___.PTF +73 -0
- pyBADA/aircraft/BADA3/DUMMY/ReleaseSummary +35 -0
- pyBADA/aircraft/BADA3/DUMMY/SYNONYM.NEW +155 -0
- pyBADA/aircraft/BADA3/DUMMY/TP2M__.APF +25 -0
- pyBADA/aircraft/BADA3/DUMMY/TP2M__.OPF +61 -0
- pyBADA/aircraft/BADA3/DUMMY/TP2M__.PTD +99 -0
- pyBADA/aircraft/BADA3/DUMMY/TP2M__.PTF +53 -0
- pyBADA/aircraft/BADA4/DUMMY/ACM_BADA4.xsd +556 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-PST/Dummy-PST.ATF +106 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-PST/Dummy-PST.xml +244 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-PST/Dummy-PST_ISA+20.PTD +182 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-PST/Dummy-PST_ISA+20.PTF +41 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-PST/Dummy-PST_ISA.PTD +182 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-PST/Dummy-PST_ISA.PTF +41 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/Dummy-TBP.ATF +191 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/Dummy-TBP.xml +540 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/Dummy-TBP_ISA+20.PTD +218 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/Dummy-TBP_ISA+20.PTF +49 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/Dummy-TBP_ISA.PTD +218 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/Dummy-TBP_ISA.PTF +49 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/LRC.dat +38 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/MEC.dat +58 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/MRC.dat +38 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TBP/OPTALT.dat +37 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/Dummy-TWIN.ATF +204 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/Dummy-TWIN.xml +648 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/Dummy-TWIN_ISA+20.PTD +281 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/Dummy-TWIN_ISA+20.PTF +63 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/Dummy-TWIN_ISA.PTD +281 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/Dummy-TWIN_ISA.PTF +63 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/ECON.OPT +37 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/LRC.OPT +38 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/MEC.OPT +58 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/MRC.OPT +38 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN/OPTALT.OPT +37 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/Dummy-TWIN-plus.ATF +238 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/Dummy-TWIN-plus.xml +737 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/Dummy-TWIN-plus_ISA+20.PTD +281 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/Dummy-TWIN-plus_ISA+20.PTF +63 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/Dummy-TWIN-plus_ISA.PTD +281 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/Dummy-TWIN-plus_ISA.PTF +63 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/ECON.OPT +37 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/LRC.OPT +36 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/MEC.OPT +56 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/MRC.OPT +36 -0
- pyBADA/aircraft/BADA4/DUMMY/Dummy-TWIN-plus/OPTALT.OPT +37 -0
- pyBADA/aircraft/BADA4/DUMMY/GPF.xml +130 -0
- pyBADA/aircraft/BADA4/DUMMY/GPF_BADA4.xsd +75 -0
- pyBADA/aircraft/BADA4/DUMMY/aircraft_model_default.xml +311 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/DUMH.ATF +97 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/DUMH.xml +82 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/DUMH_ISA+20.PTD +632 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/DUMH_ISA+20.PTF +71 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/DUMH_ISA.PTD +632 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/DUMH_ISA.PTF +71 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/LRC.OPT +142 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/MEC.OPT +142 -0
- pyBADA/aircraft/BADAH/DUMMY/DUMH/MRC.OPT +142 -0
- pyBADA/aircraft.py +414 -0
- pyBADA/atmosphere.py +345 -0
- pyBADA/bada3.py +4566 -0
- pyBADA/bada4.py +5327 -0
- pyBADA/badaE.py +3317 -0
- pyBADA/badaH.py +3632 -0
- pyBADA/configuration.py +98 -0
- pyBADA/constants.py +64 -0
- pyBADA/conversions.py +197 -0
- pyBADA/data/magneticDeclinationGridData.json +247067 -0
- pyBADA/flightTrajectory.py +929 -0
- pyBADA/geodesic.py +760 -0
- pyBADA/magnetic.py +119 -0
- pyBADA/trajectoryPrediction.py +175 -0
- pybada-0.1.0.dist-info/METADATA +57 -0
- pybada-0.1.0.dist-info/RECORD +99 -0
- pybada-0.1.0.dist-info/WHEEL +4 -0
- pybada-0.1.0.dist-info/licenses/AUTHORS +2 -0
- pybada-0.1.0.dist-info/licenses/LICENCE.txt +287 -0
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<bada40:GPF xmlns:bada40="http://www.eurocontrol.int/eec/public/standard_page/bada40">
|
|
3
|
+
<CVminTO>1.13</CVminTO>
|
|
4
|
+
<CVmin>1.23</CVmin>
|
|
5
|
+
<HmaxList>
|
|
6
|
+
<HmaxPhase>
|
|
7
|
+
<Phase>TO</Phase>
|
|
8
|
+
<Hmax>400</Hmax>
|
|
9
|
+
</HmaxPhase>
|
|
10
|
+
<HmaxPhase>
|
|
11
|
+
<Phase>IC</Phase>
|
|
12
|
+
<Hmax>2000</Hmax>
|
|
13
|
+
</HmaxPhase>
|
|
14
|
+
<HmaxPhase>
|
|
15
|
+
<Phase>AP</Phase>
|
|
16
|
+
<Hmax>8000</Hmax>
|
|
17
|
+
</HmaxPhase>
|
|
18
|
+
<HmaxPhase>
|
|
19
|
+
<Phase>LD</Phase>
|
|
20
|
+
<Hmax>3000</Hmax>
|
|
21
|
+
</HmaxPhase>
|
|
22
|
+
</HmaxList>
|
|
23
|
+
<VdList>
|
|
24
|
+
<VdPhase>
|
|
25
|
+
<Phase>
|
|
26
|
+
<name>CL</name>
|
|
27
|
+
<index>1</index>
|
|
28
|
+
</Phase>
|
|
29
|
+
<Vd>5</Vd>
|
|
30
|
+
</VdPhase>
|
|
31
|
+
<VdPhase>
|
|
32
|
+
<Phase>
|
|
33
|
+
<name>CL</name>
|
|
34
|
+
<index>2</index>
|
|
35
|
+
</Phase>
|
|
36
|
+
<Vd>10</Vd>
|
|
37
|
+
</VdPhase>
|
|
38
|
+
<VdPhase>
|
|
39
|
+
<Phase>
|
|
40
|
+
<name>CL</name>
|
|
41
|
+
<index>3</index>
|
|
42
|
+
</Phase>
|
|
43
|
+
<Vd>30</Vd>
|
|
44
|
+
</VdPhase>
|
|
45
|
+
<VdPhase>
|
|
46
|
+
<Phase>
|
|
47
|
+
<name>CL</name>
|
|
48
|
+
<index>4</index>
|
|
49
|
+
</Phase>
|
|
50
|
+
<Vd>60</Vd>
|
|
51
|
+
</VdPhase>
|
|
52
|
+
<VdPhase>
|
|
53
|
+
<Phase>
|
|
54
|
+
<name>CL</name>
|
|
55
|
+
<index>5</index>
|
|
56
|
+
</Phase>
|
|
57
|
+
<Vd>80</Vd>
|
|
58
|
+
</VdPhase>
|
|
59
|
+
<VdPhase>
|
|
60
|
+
<Phase>
|
|
61
|
+
<name>CL</name>
|
|
62
|
+
<index>6</index>
|
|
63
|
+
</Phase>
|
|
64
|
+
<Vd>20</Vd>
|
|
65
|
+
</VdPhase>
|
|
66
|
+
<VdPhase>
|
|
67
|
+
<Phase>
|
|
68
|
+
<name>CL</name>
|
|
69
|
+
<index>7</index>
|
|
70
|
+
</Phase>
|
|
71
|
+
<Vd>30</Vd>
|
|
72
|
+
</VdPhase>
|
|
73
|
+
<VdPhase>
|
|
74
|
+
<Phase>
|
|
75
|
+
<name>CL</name>
|
|
76
|
+
<index>8</index>
|
|
77
|
+
</Phase>
|
|
78
|
+
<Vd>35</Vd>
|
|
79
|
+
</VdPhase>
|
|
80
|
+
<VdPhase>
|
|
81
|
+
<Phase>
|
|
82
|
+
<name>DES</name>
|
|
83
|
+
<index>1</index>
|
|
84
|
+
</Phase>
|
|
85
|
+
<Vd>5</Vd>
|
|
86
|
+
</VdPhase>
|
|
87
|
+
<VdPhase>
|
|
88
|
+
<Phase>
|
|
89
|
+
<name>DES</name>
|
|
90
|
+
<index>2</index>
|
|
91
|
+
</Phase>
|
|
92
|
+
<Vd>10</Vd>
|
|
93
|
+
</VdPhase>
|
|
94
|
+
<VdPhase>
|
|
95
|
+
<Phase>
|
|
96
|
+
<name>DES</name>
|
|
97
|
+
<index>3</index>
|
|
98
|
+
</Phase>
|
|
99
|
+
<Vd>20</Vd>
|
|
100
|
+
</VdPhase>
|
|
101
|
+
<VdPhase>
|
|
102
|
+
<Phase>
|
|
103
|
+
<name>DES</name>
|
|
104
|
+
<index>4</index>
|
|
105
|
+
</Phase>
|
|
106
|
+
<Vd>50</Vd>
|
|
107
|
+
</VdPhase>
|
|
108
|
+
<VdPhase>
|
|
109
|
+
<Phase>
|
|
110
|
+
<name>DES</name>
|
|
111
|
+
<index>5</index>
|
|
112
|
+
</Phase>
|
|
113
|
+
<Vd>5</Vd>
|
|
114
|
+
</VdPhase>
|
|
115
|
+
<VdPhase>
|
|
116
|
+
<Phase>
|
|
117
|
+
<name>DES</name>
|
|
118
|
+
<index>6</index>
|
|
119
|
+
</Phase>
|
|
120
|
+
<Vd>10</Vd>
|
|
121
|
+
</VdPhase>
|
|
122
|
+
<VdPhase>
|
|
123
|
+
<Phase>
|
|
124
|
+
<name>DES</name>
|
|
125
|
+
<index>7</index>
|
|
126
|
+
</Phase>
|
|
127
|
+
<Vd>20</Vd>
|
|
128
|
+
</VdPhase>
|
|
129
|
+
</VdList>
|
|
130
|
+
</bada40:GPF>
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
4
|
+
xmlns:bada40="http://www.eurocontrol.int/eec/public/standard_page/bada40"
|
|
5
|
+
targetNamespace="http://www.eurocontrol.int/eec/public/standard_page/bada40">
|
|
6
|
+
|
|
7
|
+
<!-- The root element, BADA 4 GPF -->
|
|
8
|
+
<xs:element name="GPF" type="bada40:GPFType">
|
|
9
|
+
<xs:key name="HmaxPhaseKey">
|
|
10
|
+
<xs:selector xpath="./HmaxList/HmaxPhase"/>
|
|
11
|
+
<xs:field xpath="Phase"/>
|
|
12
|
+
</xs:key>
|
|
13
|
+
<xs:key name="VdPhaseKey">
|
|
14
|
+
<xs:selector xpath="./VdList/VdPhase/Phase"/>
|
|
15
|
+
<xs:field xpath="name"/>
|
|
16
|
+
<xs:field xpath="index"/>
|
|
17
|
+
</xs:key>
|
|
18
|
+
</xs:element>
|
|
19
|
+
|
|
20
|
+
<!-- The root type -->
|
|
21
|
+
<xs:complexType name="GPFType">
|
|
22
|
+
<xs:sequence>
|
|
23
|
+
<xs:element name="CVminTO" type="xs:decimal"/>
|
|
24
|
+
<xs:element name="CVmin" type="xs:decimal"/>
|
|
25
|
+
<xs:element name="HmaxList" type="bada40:HmaxListType"/>
|
|
26
|
+
<xs:element name="VdList" type="bada40:VdListType"/>
|
|
27
|
+
</xs:sequence>
|
|
28
|
+
</xs:complexType>
|
|
29
|
+
|
|
30
|
+
<xs:complexType name="HmaxListType">
|
|
31
|
+
<xs:sequence>
|
|
32
|
+
<xs:element name="HmaxPhase" type="bada40:HmaxPhaseType" minOccurs="4" maxOccurs="4"/>
|
|
33
|
+
</xs:sequence>
|
|
34
|
+
</xs:complexType>
|
|
35
|
+
|
|
36
|
+
<xs:complexType name="HmaxPhaseType">
|
|
37
|
+
<xs:sequence>
|
|
38
|
+
<xs:element name="Phase" type="bada40:HmaxPhaseNameType"/>
|
|
39
|
+
<xs:element name="Hmax" type="xs:nonNegativeInteger"/>
|
|
40
|
+
</xs:sequence>
|
|
41
|
+
</xs:complexType>
|
|
42
|
+
|
|
43
|
+
<xs:simpleType name="HmaxPhaseNameType">
|
|
44
|
+
<xs:restriction base="xs:string">
|
|
45
|
+
<xs:pattern value="TO|IC|AP|LD"/>
|
|
46
|
+
</xs:restriction>
|
|
47
|
+
</xs:simpleType>
|
|
48
|
+
|
|
49
|
+
<xs:complexType name="VdListType">
|
|
50
|
+
<xs:sequence>
|
|
51
|
+
<xs:element name="VdPhase" type="bada40:VdPhaseType" minOccurs="15" maxOccurs="15"/>
|
|
52
|
+
</xs:sequence>
|
|
53
|
+
</xs:complexType>
|
|
54
|
+
|
|
55
|
+
<xs:complexType name="VdPhaseType">
|
|
56
|
+
<xs:sequence>
|
|
57
|
+
<xs:element name="Phase" type="bada40:VdPhaseInfoType"/>
|
|
58
|
+
<xs:element name="Vd" type="xs:nonNegativeInteger"/>
|
|
59
|
+
</xs:sequence>
|
|
60
|
+
</xs:complexType>
|
|
61
|
+
|
|
62
|
+
<xs:complexType name="VdPhaseInfoType">
|
|
63
|
+
<xs:sequence>
|
|
64
|
+
<xs:element name="name" type="bada40:VdPhaseNameType"/>
|
|
65
|
+
<xs:element name="index" type="xs:positiveInteger"/>
|
|
66
|
+
</xs:sequence>
|
|
67
|
+
</xs:complexType>
|
|
68
|
+
|
|
69
|
+
<xs:simpleType name="VdPhaseNameType">
|
|
70
|
+
<xs:restriction base="xs:string">
|
|
71
|
+
<xs:pattern value="CL|DES"/>
|
|
72
|
+
</xs:restriction>
|
|
73
|
+
</xs:simpleType>
|
|
74
|
+
|
|
75
|
+
</xs:schema>
|
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<bada4:MAPPING xmlns:bada4="http://www.eurocontrol.int/eec/public/standard_page/bada4">
|
|
3
|
+
<MAP>
|
|
4
|
+
<code>A20N</code>
|
|
5
|
+
<file>A320-271N</file>
|
|
6
|
+
</MAP>
|
|
7
|
+
<MAP>
|
|
8
|
+
<code>A21N</code>
|
|
9
|
+
<file>A321-251N</file>
|
|
10
|
+
</MAP>
|
|
11
|
+
<MAP>
|
|
12
|
+
<code>A306</code>
|
|
13
|
+
<file>A300B4-622R</file>
|
|
14
|
+
</MAP>
|
|
15
|
+
<MAP>
|
|
16
|
+
<code>A30B</code>
|
|
17
|
+
<file>A300B4-203</file>
|
|
18
|
+
</MAP>
|
|
19
|
+
<MAP>
|
|
20
|
+
<code>A310</code>
|
|
21
|
+
<file>A310-324</file>
|
|
22
|
+
</MAP>
|
|
23
|
+
<MAP>
|
|
24
|
+
<code>A318</code>
|
|
25
|
+
<file>A318-112</file>
|
|
26
|
+
</MAP>
|
|
27
|
+
<MAP>
|
|
28
|
+
<code>A319</code>
|
|
29
|
+
<file>A319-114</file>
|
|
30
|
+
</MAP>
|
|
31
|
+
<MAP>
|
|
32
|
+
<code>A320</code>
|
|
33
|
+
<file>A320-214</file>
|
|
34
|
+
</MAP>
|
|
35
|
+
<MAP>
|
|
36
|
+
<code>A321</code>
|
|
37
|
+
<file>A321-131</file>
|
|
38
|
+
</MAP>
|
|
39
|
+
<MAP>
|
|
40
|
+
<code>A332</code>
|
|
41
|
+
<file>A330-243</file>
|
|
42
|
+
</MAP>
|
|
43
|
+
<MAP>
|
|
44
|
+
<code>A333</code>
|
|
45
|
+
<file>A330-301</file>
|
|
46
|
+
</MAP>
|
|
47
|
+
<MAP>
|
|
48
|
+
<code>A339</code>
|
|
49
|
+
<file>A330-941</file>
|
|
50
|
+
</MAP>
|
|
51
|
+
<MAP>
|
|
52
|
+
<code>A342</code>
|
|
53
|
+
<file>A340-213</file>
|
|
54
|
+
</MAP>
|
|
55
|
+
<MAP>
|
|
56
|
+
<code>A343</code>
|
|
57
|
+
<file>A340-313</file>
|
|
58
|
+
</MAP>
|
|
59
|
+
<MAP>
|
|
60
|
+
<code>A345</code>
|
|
61
|
+
<file>A340-541</file>
|
|
62
|
+
</MAP>
|
|
63
|
+
<MAP>
|
|
64
|
+
<code>A346</code>
|
|
65
|
+
<file>A340-642</file>
|
|
66
|
+
</MAP>
|
|
67
|
+
<MAP>
|
|
68
|
+
<code>A359</code>
|
|
69
|
+
<file>A350-941</file>
|
|
70
|
+
</MAP>
|
|
71
|
+
<MAP>
|
|
72
|
+
<code>A35K</code>
|
|
73
|
+
<file>A350-1041</file>
|
|
74
|
+
</MAP>
|
|
75
|
+
<MAP>
|
|
76
|
+
<code>A388</code>
|
|
77
|
+
<file>A380-841</file>
|
|
78
|
+
</MAP>
|
|
79
|
+
<MAP>
|
|
80
|
+
<code>A3ST</code>
|
|
81
|
+
<file>A300B4-608ST</file>
|
|
82
|
+
</MAP>
|
|
83
|
+
<MAP>
|
|
84
|
+
<code>AT43</code>
|
|
85
|
+
<file>ATR42-300</file>
|
|
86
|
+
</MAP>
|
|
87
|
+
<MAP>
|
|
88
|
+
<code>AT44</code>
|
|
89
|
+
<file>ATR42-400</file>
|
|
90
|
+
</MAP>
|
|
91
|
+
<MAP>
|
|
92
|
+
<code>AT45</code>
|
|
93
|
+
<file>ATR42-500</file>
|
|
94
|
+
</MAP>
|
|
95
|
+
<MAP>
|
|
96
|
+
<code>AT46</code>
|
|
97
|
+
<file>ATR42-600</file>
|
|
98
|
+
</MAP>
|
|
99
|
+
<MAP>
|
|
100
|
+
<code>AT72</code>
|
|
101
|
+
<file>ATR72-200</file>
|
|
102
|
+
</MAP>
|
|
103
|
+
<MAP>
|
|
104
|
+
<code>AT73</code>
|
|
105
|
+
<file>ATR72-210</file>
|
|
106
|
+
</MAP>
|
|
107
|
+
<MAP>
|
|
108
|
+
<code>AT75</code>
|
|
109
|
+
<file>ATR72-500</file>
|
|
110
|
+
</MAP>
|
|
111
|
+
<MAP>
|
|
112
|
+
<code>AT76</code>
|
|
113
|
+
<file>ATR72-600</file>
|
|
114
|
+
</MAP>
|
|
115
|
+
<MAP>
|
|
116
|
+
<code>B38M</code>
|
|
117
|
+
<file>B38MW27</file>
|
|
118
|
+
</MAP>
|
|
119
|
+
<MAP>
|
|
120
|
+
<code>B39M</code>
|
|
121
|
+
<file>B39MW28</file>
|
|
122
|
+
</MAP>
|
|
123
|
+
<MAP>
|
|
124
|
+
<code>B712</code>
|
|
125
|
+
<file>B712HGW21</file>
|
|
126
|
+
</MAP>
|
|
127
|
+
<MAP>
|
|
128
|
+
<code>B732</code>
|
|
129
|
+
<file>B73215</file>
|
|
130
|
+
</MAP>
|
|
131
|
+
<MAP>
|
|
132
|
+
<code>B733</code>
|
|
133
|
+
<file>B73320</file>
|
|
134
|
+
</MAP>
|
|
135
|
+
<MAP>
|
|
136
|
+
<code>B734</code>
|
|
137
|
+
<file>B73423</file>
|
|
138
|
+
</MAP>
|
|
139
|
+
<MAP>
|
|
140
|
+
<code>B735</code>
|
|
141
|
+
<file>B73518</file>
|
|
142
|
+
</MAP>
|
|
143
|
+
<MAP>
|
|
144
|
+
<code>B736</code>
|
|
145
|
+
<file>B73622</file>
|
|
146
|
+
</MAP>
|
|
147
|
+
<MAP>
|
|
148
|
+
<code>B737</code>
|
|
149
|
+
<file>B737W24</file>
|
|
150
|
+
</MAP>
|
|
151
|
+
<MAP>
|
|
152
|
+
<code>B738</code>
|
|
153
|
+
<file>B738W26</file>
|
|
154
|
+
</MAP>
|
|
155
|
+
<MAP>
|
|
156
|
+
<code>B739</code>
|
|
157
|
+
<file>B739ERW26</file>
|
|
158
|
+
</MAP>
|
|
159
|
+
<MAP>
|
|
160
|
+
<code>B742</code>
|
|
161
|
+
<file>B742GE</file>
|
|
162
|
+
</MAP>
|
|
163
|
+
<MAP>
|
|
164
|
+
<code>B743</code>
|
|
165
|
+
<file>B743PW</file>
|
|
166
|
+
</MAP>
|
|
167
|
+
<MAP>
|
|
168
|
+
<code>B744</code>
|
|
169
|
+
<file>B744ERGE</file>
|
|
170
|
+
</MAP>
|
|
171
|
+
<MAP>
|
|
172
|
+
<code>B748</code>
|
|
173
|
+
<file>B748F</file>
|
|
174
|
+
</MAP>
|
|
175
|
+
<MAP>
|
|
176
|
+
<code>B752</code>
|
|
177
|
+
<file>B752WRR40</file>
|
|
178
|
+
</MAP>
|
|
179
|
+
<MAP>
|
|
180
|
+
<code>B753</code>
|
|
181
|
+
<file>B753RR</file>
|
|
182
|
+
</MAP>
|
|
183
|
+
<MAP>
|
|
184
|
+
<code>B762</code>
|
|
185
|
+
<file>B762ERPW52</file>
|
|
186
|
+
</MAP>
|
|
187
|
+
<MAP>
|
|
188
|
+
<code>B763</code>
|
|
189
|
+
<file>B763ERGE61</file>
|
|
190
|
+
</MAP>
|
|
191
|
+
<MAP>
|
|
192
|
+
<code>B764</code>
|
|
193
|
+
<file>B764ER</file>
|
|
194
|
+
</MAP>
|
|
195
|
+
<MAP>
|
|
196
|
+
<code>B772</code>
|
|
197
|
+
<file>B772RR92</file>
|
|
198
|
+
</MAP>
|
|
199
|
+
<MAP>
|
|
200
|
+
<code>B773</code>
|
|
201
|
+
<file>B773RR92</file>
|
|
202
|
+
</MAP>
|
|
203
|
+
<MAP>
|
|
204
|
+
<code>B77L</code>
|
|
205
|
+
<file>B772LR</file>
|
|
206
|
+
</MAP>
|
|
207
|
+
<MAP>
|
|
208
|
+
<code>B77W</code>
|
|
209
|
+
<file>B773ERGE115B</file>
|
|
210
|
+
</MAP>
|
|
211
|
+
<MAP>
|
|
212
|
+
<code>B788</code>
|
|
213
|
+
<file>B788RR64</file>
|
|
214
|
+
</MAP>
|
|
215
|
+
<MAP>
|
|
216
|
+
<code>B789</code>
|
|
217
|
+
<file>B789RR74</file>
|
|
218
|
+
</MAP>
|
|
219
|
+
<MAP>
|
|
220
|
+
<code>B78X</code>
|
|
221
|
+
<file>B78XGE76</file>
|
|
222
|
+
</MAP>
|
|
223
|
+
<MAP>
|
|
224
|
+
<code>E135</code>
|
|
225
|
+
<file>EMB-135LR</file>
|
|
226
|
+
</MAP>
|
|
227
|
+
<MAP>
|
|
228
|
+
<code>E145</code>
|
|
229
|
+
<file>EMB-145LR</file>
|
|
230
|
+
</MAP>
|
|
231
|
+
<MAP>
|
|
232
|
+
<code>E170</code>
|
|
233
|
+
<file>EMB-170LR</file>
|
|
234
|
+
</MAP>
|
|
235
|
+
<MAP>
|
|
236
|
+
<code>E190</code>
|
|
237
|
+
<file>EMB-190LR</file>
|
|
238
|
+
</MAP>
|
|
239
|
+
<MAP>
|
|
240
|
+
<code>E195</code>
|
|
241
|
+
<file>EMB-195LR</file>
|
|
242
|
+
</MAP>
|
|
243
|
+
<MAP>
|
|
244
|
+
<code>E290</code>
|
|
245
|
+
<file>EMB-190-E2</file>
|
|
246
|
+
</MAP>
|
|
247
|
+
<MAP>
|
|
248
|
+
<code>E295</code>
|
|
249
|
+
<file>EMB-195-E2</file>
|
|
250
|
+
</MAP>
|
|
251
|
+
<MAP>
|
|
252
|
+
<code>E35L</code>
|
|
253
|
+
<file>EMB-135BJ-Legacy650</file>
|
|
254
|
+
</MAP>
|
|
255
|
+
<MAP>
|
|
256
|
+
<code>E45X</code>
|
|
257
|
+
<file>EMB-145XR</file>
|
|
258
|
+
</MAP>
|
|
259
|
+
<MAP>
|
|
260
|
+
<code>E50P</code>
|
|
261
|
+
<file>EMB-500</file>
|
|
262
|
+
</MAP>
|
|
263
|
+
<MAP>
|
|
264
|
+
<code>E55P</code>
|
|
265
|
+
<file>EMB-505</file>
|
|
266
|
+
</MAP>
|
|
267
|
+
<MAP>
|
|
268
|
+
<code>E75S</code>
|
|
269
|
+
<file>EMB-175LR</file>
|
|
270
|
+
</MAP>
|
|
271
|
+
<MAP>
|
|
272
|
+
<code>E75L</code>
|
|
273
|
+
<file>EMB-175LR-EWT</file>
|
|
274
|
+
</MAP>
|
|
275
|
+
<MAP>
|
|
276
|
+
<code>F100</code>
|
|
277
|
+
<file>F100-650</file>
|
|
278
|
+
</MAP>
|
|
279
|
+
<MAP>
|
|
280
|
+
<code>F70</code>
|
|
281
|
+
<file>F70-620</file>
|
|
282
|
+
</MAP>
|
|
283
|
+
<MAP>
|
|
284
|
+
<code>MD81</code>
|
|
285
|
+
<file>MD808120</file>
|
|
286
|
+
</MAP>
|
|
287
|
+
<MAP>
|
|
288
|
+
<code>MD82</code>
|
|
289
|
+
<file>MD808221</file>
|
|
290
|
+
</MAP>
|
|
291
|
+
<MAP>
|
|
292
|
+
<code>MD83</code>
|
|
293
|
+
<file>MD808321</file>
|
|
294
|
+
</MAP>
|
|
295
|
+
<MAP>
|
|
296
|
+
<code>MD87</code>
|
|
297
|
+
<file>MD808720</file>
|
|
298
|
+
</MAP>
|
|
299
|
+
<MAP>
|
|
300
|
+
<code>MD88</code>
|
|
301
|
+
<file>MD808821</file>
|
|
302
|
+
</MAP>
|
|
303
|
+
<MAP>
|
|
304
|
+
<code>SR20</code>
|
|
305
|
+
<file>SR20</file>
|
|
306
|
+
</MAP>
|
|
307
|
+
<MAP>
|
|
308
|
+
<code>SR22</code>
|
|
309
|
+
<file>SR22</file>
|
|
310
|
+
</MAP>
|
|
311
|
+
</bada4:MAPPING>
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
ERROR RESULTS SUMMARY for DUMH:
|
|
2
|
+
====================================
|
|
3
|
+
Vertical speed Fuel consumption Points
|
|
4
|
+
[ fpm ] [ % ] [kg/h] [ % ] [dimless]
|
|
5
|
+
=====================================================================
|
|
6
|
+
ALL MCNT CLIMBS : 218.74 20.26 N/A N/A 158
|
|
7
|
+
=====================================================================
|
|
8
|
+
ALL MTKF HOVERS : 28.18 N/A N/A N/A 81
|
|
9
|
+
=====================================================================
|
|
10
|
+
ALL CRUISES : N/A N/A 4.27 2.84 90
|
|
11
|
+
=====================================================================
|
|
12
|
+
NUMBER OF COEFFICIENTS USED IN MODELS:
|
|
13
|
+
POWER REQUIRED : 5
|
|
14
|
+
FUEL CONSUMPTION : 4
|
|
15
|
+
MCNT RATING : 5
|
|
16
|
+
MTKF RATING : 5
|
|
17
|
+
=====================================================================
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
ERROR RESULTS by TEMPERATURE DEVIATION for DUMH:
|
|
21
|
+
=====================================================
|
|
22
|
+
Vertical speed Fuel consumption Points
|
|
23
|
+
[ fpm ] [ % ] [kg/h] [ % ] [dimless]
|
|
24
|
+
=====================================================================
|
|
25
|
+
CLIMB ISA : 216.84 21.43 N/A N/A 83
|
|
26
|
+
CLIMB ISA+20 : 220.83 18.80 N/A N/A 75
|
|
27
|
+
ALL CLIMBS : 218.74 20.26 N/A N/A 158
|
|
28
|
+
=====================================================================
|
|
29
|
+
CRUISE ISA : N/A N/A 5.29 3.50 48
|
|
30
|
+
CRUISE ISA+20 : N/A N/A 2.67 1.82 42
|
|
31
|
+
ALL CRUISES : N/A N/A 4.27 2.84 90
|
|
32
|
+
=====================================================================
|
|
33
|
+
|
|
34
|
+
ERROR RESULTS by GEOPOTENTIAL PRESSURE ALTITUDE [kft] for DUMH:
|
|
35
|
+
====================================================================
|
|
36
|
+
Vertical speed Fuel consumption Points
|
|
37
|
+
[ fpm ] [ % ] [kg/h] [ % ] [dimless]
|
|
38
|
+
=====================================================================
|
|
39
|
+
CLIMB [ 0, 2] : 179.57 9.88 N/A N/A 24
|
|
40
|
+
CLIMB ] 2, 4] : 161.71 7.40 N/A N/A 18
|
|
41
|
+
CLIMB ] 4, 6] : 165.27 6.27 N/A N/A 18
|
|
42
|
+
CLIMB ] 6, 8] : 221.67 13.48 N/A N/A 21
|
|
43
|
+
CLIMB ] 8, 10] : 232.11 12.85 N/A N/A 24
|
|
44
|
+
CLIMB ]10, 12] : 374.89 N/A N/A N/A 2
|
|
45
|
+
CLIMB ]12, 14] : 231.76 29.38 N/A N/A 16
|
|
46
|
+
CLIMB ]14, 16] : 259.96 33.24 N/A N/A 16
|
|
47
|
+
CLIMB ]16, 20] : 259.26 37.81 N/A N/A 19
|
|
48
|
+
ALL CLIMBS : 218.74 20.26 N/A N/A 158
|
|
49
|
+
=====================================================================
|
|
50
|
+
CRUISE [ 0, 2] : N/A N/A 2.47 1.34 12
|
|
51
|
+
CRUISE ] 2, 4] : N/A N/A 3.20 1.86 12
|
|
52
|
+
CRUISE ] 4, 6] : N/A N/A 4.34 2.65 12
|
|
53
|
+
CRUISE ] 6, 8] : N/A N/A 5.65 3.51 15
|
|
54
|
+
CRUISE ] 8, 10] : N/A N/A 5.15 3.52 12
|
|
55
|
+
CRUISE ]10, 12] : N/A N/A 10.94 7.18 1
|
|
56
|
+
CRUISE ]12, 14] : N/A N/A 4.13 3.14 8
|
|
57
|
+
CRUISE ]14, 16] : N/A N/A 3.97 3.21 9
|
|
58
|
+
CRUISE ]16, 20] : N/A N/A 1.66 1.53 9
|
|
59
|
+
ALL CRUISES : N/A N/A 4.27 2.84 90
|
|
60
|
+
=====================================================================
|
|
61
|
+
|
|
62
|
+
ERROR RESULTS by MASS [kg] for DUMH:
|
|
63
|
+
=========================================
|
|
64
|
+
Vertical speed Fuel consumption Points
|
|
65
|
+
[ fpm ] [ % ] [kg/h] [ % ] [dimless]
|
|
66
|
+
=====================================================================
|
|
67
|
+
CLIMB [1600:1725[ : 259.99 20.51 N/A N/A 39
|
|
68
|
+
CLIMB [1725:1850[ : 203.01 18.54 N/A N/A 20
|
|
69
|
+
CLIMB [1975:2100[ : 157.75 12.18 N/A N/A 20
|
|
70
|
+
CLIMB [2100:2225[ : 193.84 19.21 N/A N/A 35
|
|
71
|
+
CLIMB [2350:2475[ : 187.34 24.45 N/A N/A 17
|
|
72
|
+
CLIMB [2475:2600] : 250.20 27.13 N/A N/A 27
|
|
73
|
+
ALL CLIMBS : 218.74 20.26 N/A N/A 158
|
|
74
|
+
=====================================================================
|
|
75
|
+
CRUISE [1600:1725[ : N/A N/A 4.05 2.86 37
|
|
76
|
+
CRUISE [2100:2225[ : N/A N/A 3.59 2.41 31
|
|
77
|
+
CRUISE [2475:2600] : N/A N/A 5.38 3.32 22
|
|
78
|
+
ALL CRUISES : N/A N/A 4.27 2.84 90
|
|
79
|
+
=====================================================================
|
|
80
|
+
|
|
81
|
+
ERROR RESULTS by SPEED [KCAS] for DUMH:
|
|
82
|
+
===========================================
|
|
83
|
+
Vertical speed Fuel consumption Points
|
|
84
|
+
[ fpm ] [ % ] [kg/h] [ % ] [dimless]
|
|
85
|
+
=====================================================================
|
|
86
|
+
CLIMB [050:075[ : 206.32 20.26 N/A N/A 112
|
|
87
|
+
CLIMB [075:100[ : 307.49 N/A N/A N/A 13
|
|
88
|
+
CLIMB [100:125[ : 180.79 N/A N/A N/A 23
|
|
89
|
+
CLIMB [125:150[ : 284.84 N/A N/A N/A 10
|
|
90
|
+
ALL CLIMBS : 218.74 20.26 N/A N/A 158
|
|
91
|
+
=====================================================================
|
|
92
|
+
CRUISE [050:075[ : N/A N/A 0.71 0.72 2
|
|
93
|
+
CRUISE [075:100[ : N/A N/A 4.09 2.96 28
|
|
94
|
+
CRUISE [100:125[ : N/A N/A 4.90 3.17 44
|
|
95
|
+
CRUISE [125:150[ : N/A N/A 2.71 1.55 16
|
|
96
|
+
ALL CRUISES : N/A N/A 4.27 2.84 90
|
|
97
|
+
=====================================================================
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<badah:ACM xmlns:badah="http://www.eurocontrol.int/eec/public/standard_page/badah">
|
|
3
|
+
<model>Dummy</model>
|
|
4
|
+
<type>TURBOPROP</type>
|
|
5
|
+
<engine>STD-1</engine>
|
|
6
|
+
<ICAO>
|
|
7
|
+
<designator>DUMH</designator>
|
|
8
|
+
<WTC>L</WTC>
|
|
9
|
+
</ICAO>
|
|
10
|
+
<AFM>
|
|
11
|
+
<MR_radius>5.5</MR_radius>
|
|
12
|
+
<MR_speed>39.79350694547071000000</MR_speed>
|
|
13
|
+
<CPreq>
|
|
14
|
+
<cpr>0.00005000000000000000</cpr>
|
|
15
|
+
<cpr>0.00027634503020066602</cpr>
|
|
16
|
+
<cpr>0.77781745930520230000</cpr>
|
|
17
|
+
<cpr>0.00583542890925984030</cpr>
|
|
18
|
+
<cpr>49.99999950012306700000</cpr>
|
|
19
|
+
</CPreq>
|
|
20
|
+
</AFM>
|
|
21
|
+
<PFM>
|
|
22
|
+
<n_eng>2</n_eng>
|
|
23
|
+
<TPM>
|
|
24
|
+
<P0>468931.759</P0>
|
|
25
|
+
<CF>
|
|
26
|
+
<cf>-22.30581983473421600000</cf>
|
|
27
|
+
<cf>183.28714574881889000000</cf>
|
|
28
|
+
<cf>437227.30441329547000000000</cf>
|
|
29
|
+
<cf>-354241.83425894083000000000</cf>
|
|
30
|
+
</CF>
|
|
31
|
+
<MTKF>
|
|
32
|
+
<Pmax>405157.0398</Pmax>
|
|
33
|
+
<CPav>
|
|
34
|
+
<cpa>-0.00242638531718649890</cpa>
|
|
35
|
+
<cpa>0.00109859429414949580</cpa>
|
|
36
|
+
<cpa>-0.00027023812394600375</cpa>
|
|
37
|
+
<cpa>0</cpa>
|
|
38
|
+
<cpa>0</cpa>
|
|
39
|
+
<cpa>0.00483681375723096600</cpa>
|
|
40
|
+
<cpa>-0.00288331845631153040</cpa>
|
|
41
|
+
<cpa>0</cpa>
|
|
42
|
+
<cpa>0</cpa>
|
|
43
|
+
<cpa>0</cpa>
|
|
44
|
+
<cpa>0</cpa>
|
|
45
|
+
<cpa>0</cpa>
|
|
46
|
+
<cpa>0</cpa>
|
|
47
|
+
</CPav>
|
|
48
|
+
</MTKF>
|
|
49
|
+
<MCNT>
|
|
50
|
+
<Pmax>336693.003</Pmax>
|
|
51
|
+
<CPav>
|
|
52
|
+
<cpa>-0.00048562966359613741</cpa>
|
|
53
|
+
<cpa>0.00186126133004616000</cpa>
|
|
54
|
+
<cpa>-0.00076851646494147064</cpa>
|
|
55
|
+
<cpa>0</cpa>
|
|
56
|
+
<cpa>0</cpa>
|
|
57
|
+
<cpa>0</cpa>
|
|
58
|
+
<cpa>-0.00030618880221503013</cpa>
|
|
59
|
+
<cpa>0</cpa>
|
|
60
|
+
<cpa>0</cpa>
|
|
61
|
+
<cpa>0</cpa>
|
|
62
|
+
<cpa>0</cpa>
|
|
63
|
+
<cpa>0</cpa>
|
|
64
|
+
<cpa>0</cpa>
|
|
65
|
+
</CPav>
|
|
66
|
+
</MCNT>
|
|
67
|
+
</TPM>
|
|
68
|
+
</PFM>
|
|
69
|
+
<ALM>
|
|
70
|
+
<GLM>
|
|
71
|
+
<hmo>20000</hmo>
|
|
72
|
+
</GLM>
|
|
73
|
+
<KLM>
|
|
74
|
+
<vne>150</vne>
|
|
75
|
+
</KLM>
|
|
76
|
+
<DLM>
|
|
77
|
+
<MTOW>2675</MTOW>
|
|
78
|
+
<OEW>1450</OEW>
|
|
79
|
+
<MFL>500</MFL>
|
|
80
|
+
</DLM>
|
|
81
|
+
</ALM>
|
|
82
|
+
</badah:ACM>
|