aixm 1.4.2 → 1.5.0
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +11 -0
- data/README.md +3 -1
- data/lib/aixm/concerns/memoize.rb +1 -0
- data/lib/aixm/config.rb +2 -2
- data/lib/aixm/f.rb +7 -0
- data/lib/aixm/shortcuts.rb +3 -0
- data/lib/aixm/version.rb +1 -1
- data/lib/aixm/xy.rb +4 -0
- data/schemas/ofmx/0.2/OFMX-CSV-Obstacle.json +209 -0
- data/schemas/ofmx/0.2/OFMX-CSV.json +12 -0
- data/schemas/ofmx/0.2/OFMX-DataTypes.xsd +5014 -0
- data/schemas/ofmx/0.2/OFMX-Features.xsd +9621 -0
- data/schemas/ofmx/0.2/OFMX-Snapshot.xsd +192 -0
- data.tar.gz.sig +0 -0
- metadata +33 -16
- metadata.gz.sig +0 -0
@@ -0,0 +1,192 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
********************************************************************************
|
4
|
+
|
5
|
+
OFMX XML 0.1.0 - open flightmaps exchange format
|
6
|
+
|
7
|
+
This is a fork of AIXM 4.5 to accomodate extensions and backports for
|
8
|
+
open flightmaps.
|
9
|
+
|
10
|
+
AIXM: copyright (c) 2006, EUROCONTROL (BSD license)
|
11
|
+
OFMX: copyright (c) 2018, open flightmaps (BSD license)
|
12
|
+
|
13
|
+
Redistribution and use in source and binary forms, with or without modification,
|
14
|
+
are permitted provided that the following conditions are met:
|
15
|
+
|
16
|
+
* Redistributions of source code must retain the above copyright notice, this
|
17
|
+
list of conditions and the following disclaimer.
|
18
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
19
|
+
this list of conditions and the following disclaimer in the documentation
|
20
|
+
and/or other materials provided with the distribution.
|
21
|
+
* Neither the name of EUROCONTROL, open flightmaps nor the names of its
|
22
|
+
contributors may be used to endorse or promote products derived from this
|
23
|
+
software without specific prior written permission.
|
24
|
+
|
25
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
26
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
27
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
28
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
29
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
30
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
31
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
32
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
33
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
34
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
35
|
+
|
36
|
+
********************************************************************************
|
37
|
+
-->
|
38
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
39
|
+
<xsd:annotation>
|
40
|
+
<xsd:documentation>Version: 0.1.0</xsd:documentation>
|
41
|
+
</xsd:annotation>
|
42
|
+
<xsd:include schemaLocation="OFMX-Features.xsd"/>
|
43
|
+
<xsd:attributeGroup name="Changes"/>
|
44
|
+
<xsd:element name="OFMX-Snapshot">
|
45
|
+
<xsd:complexType>
|
46
|
+
<xsd:choice maxOccurs="unbounded" minOccurs="0">
|
47
|
+
<xsd:element name="Aas" type="AirspaceAssociationType"/>
|
48
|
+
<xsd:element name="Abd" type="AirspaceBorderType"/>
|
49
|
+
<xsd:element name="Acr" type="AirspaceCorridorType"/>
|
50
|
+
<xsd:element name="Adg" type="AirspaceDerivedGeometryType"/>
|
51
|
+
<xsd:element name="Aga" type="GroundServiceAddressType"/>
|
52
|
+
<xsd:element name="Agl" type="AeronauticalGroundLightType"/>
|
53
|
+
<xsd:element name="Aha" type="AerodromeHeliportAddressType"/>
|
54
|
+
<xsd:element name="Ahc" type="AerodromeHeliportCollocationType"/>
|
55
|
+
<xsd:element name="Aho" type="AerodromeHeliportObstacleType"/>
|
56
|
+
<xsd:element name="Ahp" type="AerodromeHeliportType"/>
|
57
|
+
<xsd:element name="Ahs" type="GroundServiceType"/>
|
58
|
+
<xsd:element name="Ahu" type="AerodromeHeliportUsageType"/>
|
59
|
+
<xsd:element name="Ain" type="NavaidAngularReferenceType"/>
|
60
|
+
<xsd:element name="Als" type="ApronLightingSystemType"/>
|
61
|
+
<xsd:element name="Ana" type="AerodromeHeliportNavaidType"/>
|
62
|
+
<xsd:element name="Apg" type="ApronGeometryType"/>
|
63
|
+
<xsd:element name="Apn" type="ApronType"/>
|
64
|
+
<xsd:element name="Ase" type="AirspaceType"/>
|
65
|
+
<xsd:element name="Din" type="NavaidDistanceIndicationType"/>
|
66
|
+
<xsd:element name="Dli" type="DmeUsageLimitationType"/>
|
67
|
+
<xsd:element name="Dme" type="DmeType"/>
|
68
|
+
<xsd:element name="Dpn" type="DesignatedPointType"/>
|
69
|
+
<xsd:element name="Fto" type="FatoType"/>
|
70
|
+
<xsd:element name="Fcp" type="FatoCentreLinePositionType"/>
|
71
|
+
<xsd:element name="Fda" type="FatoDirectionApproachLightingType"/>
|
72
|
+
<xsd:element name="Fdd" type="FatoDirectionDeclaredDistanceType"/>
|
73
|
+
<xsd:element name="Fdn" type="FatoDirectionType"/>
|
74
|
+
<xsd:element name="Fdo" type="FatoDirectionObstacleType"/>
|
75
|
+
<xsd:element name="Fds" type="FatoDirectionStarType"/>
|
76
|
+
<xsd:element name="Fls" type="FatoLightingSystemType"/>
|
77
|
+
<xsd:element name="Fpa" type="FatoProtectionAreaType"/>
|
78
|
+
<xsd:element name="Fpg" type="FatoProtectionAreaGeometryType"/>
|
79
|
+
<xsd:element name="Fqy" type="FrequencyType"/>
|
80
|
+
<xsd:element name="Ful" type="FuelType"/>
|
81
|
+
<xsd:element name="Gbr" type="GeographicalBorderType"/>
|
82
|
+
<xsd:element name="Gsd" type="GateStandType"/>
|
83
|
+
<xsd:element name="Hpe" type="HoldingProcedureType"/>
|
84
|
+
<xsd:element name="Iap" type="InstrumentApproachType"/>
|
85
|
+
<xsd:element name="Ils" type="IlsType"/>
|
86
|
+
<xsd:element name="Iue" type="InstrumentApproachUsageConditionType"/>
|
87
|
+
<xsd:element name="Mgp" type="MsaGroupType"/>
|
88
|
+
<xsd:element name="Mkr" type="MkrType"/>
|
89
|
+
<xsd:element name="Mls" type="MlsType"/>
|
90
|
+
<xsd:element name="Ndb" type="NdbType"/>
|
91
|
+
<xsd:element name="Nli" type="NdbUsageLimitationType"/>
|
92
|
+
<xsd:element name="Nsc" type="CheckpointType"/>
|
93
|
+
<xsd:element name="Ntg" type="NitrogenType"/>
|
94
|
+
<xsd:element name="Oaa" type="OrganisationAuthorityAddressType"/>
|
95
|
+
<xsd:element name="Oae" type="AirspaceObstacleType"/>
|
96
|
+
<xsd:element name="Oas" type="OrganisationAuthorityAssociationType"/>
|
97
|
+
<xsd:element name="Ogr" type="ObstacleGroupType"/>
|
98
|
+
<xsd:element name="Obs" type="ObstacleType"/>
|
99
|
+
<xsd:element name="Ofa" type="AirspaceAuthorityType"/>
|
100
|
+
<xsd:element name="Oil" type="OilType"/>
|
101
|
+
<xsd:element name="Org" type="OrganisationAuthorityType"/>
|
102
|
+
<xsd:element name="Oxg" type="OxygenType"/>
|
103
|
+
<xsd:element name="Pfy" type="PassengerFacilityType"/>
|
104
|
+
<xsd:element name="Plb" type="CruisingLevelsTableType"/>
|
105
|
+
<xsd:element name="Plc" type="CruisingLevelsColumnType"/>
|
106
|
+
<xsd:element name="Rcp" type="RunwayCentreLinePositionType"/>
|
107
|
+
<xsd:element name="Rda" type="RunwayDirectionApproachLightingSystemType"/>
|
108
|
+
<xsd:element name="Rdd" type="RunwayDirectionDeclaredDistanceType"/>
|
109
|
+
<xsd:element name="Rdn" type="RunwayDirectionType"/>
|
110
|
+
<xsd:element name="Rdo" type="RunwayDirectionObstacleType"/>
|
111
|
+
<xsd:element name="Rds" type="RunwayDirectionStarType"/>
|
112
|
+
<xsd:element name="Rls" type="RunwayDirectionLightingSystemType"/>
|
113
|
+
<xsd:element name="Rpa" type="RunwayProtectionAreaType"/>
|
114
|
+
<xsd:element name="Rpg" type="RunwayProtectionAreaGeometryType"/>
|
115
|
+
<xsd:element name="Rsg" type="RouteSegmentType"/>
|
116
|
+
<xsd:element name="Rsu" type="RouteSegmentUsageType"/>
|
117
|
+
<xsd:element name="Rte" type="EnrouteRouteType"/>
|
118
|
+
<xsd:element name="Rwy" type="RunwayType"/>
|
119
|
+
<xsd:element name="Sae" type="AirspaceServiceType"/>
|
120
|
+
<xsd:element name="Sah" type="AerodromeHeliportServiceType"/>
|
121
|
+
<xsd:element name="Ser" type="ServiceType"/>
|
122
|
+
<xsd:element name="Shp" type="HoldingProcedureServiceType"/>
|
123
|
+
<xsd:element name="Sia" type="StarType"/>
|
124
|
+
<xsd:element name="Sid" type="SidType"/>
|
125
|
+
<xsd:element name="Sip" type="InstrumentApproachServiceType"/>
|
126
|
+
<xsd:element name="Sns" type="SpecialNavigationSystemStationType"/>
|
127
|
+
<xsd:element name="Sny" type="SpecialNavigationSystemType"/>
|
128
|
+
<xsd:element name="Spa" type="SignificantPointAirspaceType"/>
|
129
|
+
<xsd:element name="Spd" type="SpecialDateType"/>
|
130
|
+
<xsd:element name="Srs" type="RouteSegmentServiceType"/>
|
131
|
+
<xsd:element name="Ssd" type="SidServiceType"/>
|
132
|
+
<xsd:element name="Sse" type="StarUsageType"/>
|
133
|
+
<xsd:element name="Ssr" type="StarServiceType"/>
|
134
|
+
<xsd:element name="Sue" type="SidUsageType"/>
|
135
|
+
<xsd:element name="Swy" type="StopwayType"/>
|
136
|
+
<xsd:element name="Tcn" type="TacanType"/>
|
137
|
+
<xsd:element name="Tcp" type="TaxiwayCentreLinePositionType"/>
|
138
|
+
<xsd:element name="Tfr" type="TrafficFlowRestrictionType"/>
|
139
|
+
<xsd:element name="Thp" type="TaxiwayHoldingPositionType"/>
|
140
|
+
<xsd:element name="Tla" type="TlofType"/>
|
141
|
+
<xsd:element name="Tlg" type="TlofGeometryType"/>
|
142
|
+
<xsd:element name="Tli" type="TacanUsageLimitationType"/>
|
143
|
+
<xsd:element name="Tls" type="TlofLightingSystemType"/>
|
144
|
+
<xsd:element name="Tly" type="TaxiwayLightingSystemType"/>
|
145
|
+
<xsd:element name="Tsa" type="TlofSafeAreaType"/>
|
146
|
+
<xsd:element name="Tsg" type="TlofSafeAreaGeometryType"/>
|
147
|
+
<xsd:element name="Twy" type="TaxiwayType"/>
|
148
|
+
<xsd:element name="Uac" type="UnitAssociationType"/>
|
149
|
+
<xsd:element name="Uas" type="UnitContactAddressType"/>
|
150
|
+
<xsd:element name="Uni" type="UnitType"/>
|
151
|
+
<xsd:element name="Vli" type="VorUsageLimitationType"/>
|
152
|
+
<xsd:element name="Vor" type="VorType"/>
|
153
|
+
<xsd:element name="Lbm" type="LabelMarkerType"/>
|
154
|
+
</xsd:choice>
|
155
|
+
<xsd:attribute name="version" type="xsd:string" use="required">
|
156
|
+
<xsd:annotation>
|
157
|
+
<xsd:documentation>The version of the OFMX-Snapshot.xsd schema to which the message conforms</xsd:documentation>
|
158
|
+
</xsd:annotation>
|
159
|
+
</xsd:attribute>
|
160
|
+
<xsd:attribute name="origin" type="xsd:string" use="required">
|
161
|
+
<xsd:annotation>
|
162
|
+
<xsd:documentation>The originator (source) of the message</xsd:documentation>
|
163
|
+
</xsd:annotation>
|
164
|
+
</xsd:attribute>
|
165
|
+
<xsd:attribute name="namespace" type="uuid" use="required">
|
166
|
+
<xsd:annotation>
|
167
|
+
<xsd:documentation>The originator (source) namespace of the message</xsd:documentation>
|
168
|
+
</xsd:annotation>
|
169
|
+
</xsd:attribute>
|
170
|
+
<xsd:attribute name="regions" type="listRegions">
|
171
|
+
<xsd:annotation>
|
172
|
+
<xsd:documentation>Regions used throughout this document</xsd:documentation>
|
173
|
+
</xsd:annotation>
|
174
|
+
</xsd:attribute>
|
175
|
+
<xsd:attribute name="created" type="dateTimeZulu" use="required">
|
176
|
+
<xsd:annotation>
|
177
|
+
<xsd:documentation>The date and time when the message was created</xsd:documentation>
|
178
|
+
</xsd:annotation>
|
179
|
+
</xsd:attribute>
|
180
|
+
<xsd:attribute name="effective" type="dateTimeZulu" use="required">
|
181
|
+
<xsd:annotation>
|
182
|
+
<xsd:documentation>The beginning date and time used as criteria to select valid versions included in the message</xsd:documentation>
|
183
|
+
</xsd:annotation>
|
184
|
+
</xsd:attribute>
|
185
|
+
<xsd:attribute name="expiration" type="dateTimeZulu">
|
186
|
+
<xsd:annotation>
|
187
|
+
<xsd:documentation>The optional end date and time used as criteria to select valid versions included in the message</xsd:documentation>
|
188
|
+
</xsd:annotation>
|
189
|
+
</xsd:attribute>
|
190
|
+
</xsd:complexType>
|
191
|
+
</xsd:element>
|
192
|
+
</xsd:schema>
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aixm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sven Schwyn
|
@@ -10,27 +10,39 @@ bindir: exe
|
|
10
10
|
cert_chain:
|
11
11
|
- |
|
12
12
|
-----BEGIN CERTIFICATE-----
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MIIC+jCCAeKgAwIBAgIBAjANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhydWJ5
|
14
|
+
L0RDPWJpdGNldGVyYS9EQz1jb20wHhcNMjMxMTEwMTgyMzM2WhcNMjQxMTA5MTgy
|
15
|
+
MzM2WjAjMSEwHwYDVQQDDBhydWJ5L0RDPWJpdGNldGVyYS9EQz1jb20wggEiMA0G
|
16
16
|
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDcLg+IHjXYaUlTSU7R235lQKD8ZhEe
|
17
17
|
KMhoGlSUonZ/zo1OT3KXcqTCP1iMX743xYs6upEGALCWWwq+nxvlDdnWRjF3AAv7
|
18
18
|
ikC+Z2BEowjyeCCT/0gvn4ohKcR0JOzzRaIlFUVInlGSAHx2QHZ2N8ntf54lu7nd
|
19
19
|
L8CiDK8rClsY4JBNGOgH9UC81f+m61UUQuTLxyM2CXfAYkj/sGNTvFRJcNX+nfdC
|
20
20
|
hM9r2kH1+7wsa8yG7wJ2IkrzNACD8v84oE6qVusN8OLEMUI/NaEPVPbw2LUM149H
|
21
21
|
PVa0i729A4IhroNnFNmw4wOC93ARNbM1+LW36PLMmKjKudf5Exg8VmDVAgMBAAGj
|
22
|
-
|
23
|
-
yoX/
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
kAyiRqgxF4dJviwtqI7mZIomWL63+kXLgjOjMe1SHxfIPo/0ji6+r1p4KYa7o41v
|
30
|
-
fwIwU1MKlFBdsjkd
|
22
|
+
OTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSfK8MtR62mQ6oN
|
23
|
+
yoX/VKJzFjLSVDANBgkqhkiG9w0BAQsFAAOCAQEAXhT/LpMArF3JRcZSRkJDY+dU
|
24
|
+
GKCRqOefi2iydqh1yIqXyTA9PGR1w5O6O+WS1FvF+sHCwh8fFjCuStg2L8V2RSeo
|
25
|
+
aDtfZ5s80sL8wRFxg3kek69cBuI6ozU+rf9DaXlMES4i8+zASsdv9Y4a2BsbhEdE
|
26
|
+
9AtuMcWn5a45TOO0S4Q8OuV0v705V38Ow15J2RDRvkFRySt+//8/Vd57XAJxPXU0
|
27
|
+
k/QvZU05f6HMYBrPogJgIzHC/C5N/yeE4BVEuBDn+10Zb1iu3aDk8sd0uMgukCY8
|
28
|
+
TUmlP5A6NeGdeDJIoLgromAKs+nvI7TWzhQq9ODs51XhxgUFRCvBqUTpjTQigw==
|
31
29
|
-----END CERTIFICATE-----
|
32
|
-
date:
|
30
|
+
date: 2024-04-04 00:00:00.000000000 Z
|
33
31
|
dependencies:
|
32
|
+
- !ruby/object:Gem::Dependency
|
33
|
+
name: bigdecimal
|
34
|
+
requirement: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - "~>"
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '3'
|
39
|
+
type: :runtime
|
40
|
+
prerelease: false
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
requirements:
|
43
|
+
- - "~>"
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '3'
|
34
46
|
- !ruby/object:Gem::Dependency
|
35
47
|
name: nokogiri
|
36
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -116,7 +128,7 @@ dependencies:
|
|
116
128
|
- !ruby/object:Gem::Version
|
117
129
|
version: '0'
|
118
130
|
- !ruby/object:Gem::Dependency
|
119
|
-
name: minitest-
|
131
|
+
name: minitest-flash
|
120
132
|
requirement: !ruby/object:Gem::Requirement
|
121
133
|
requirements:
|
122
134
|
- - ">="
|
@@ -282,6 +294,11 @@ files:
|
|
282
294
|
- schemas/ofmx/0.1/OFMX-DataTypes.xsd
|
283
295
|
- schemas/ofmx/0.1/OFMX-Features.xsd
|
284
296
|
- schemas/ofmx/0.1/OFMX-Snapshot.xsd
|
297
|
+
- schemas/ofmx/0.2/OFMX-CSV-Obstacle.json
|
298
|
+
- schemas/ofmx/0.2/OFMX-CSV.json
|
299
|
+
- schemas/ofmx/0.2/OFMX-DataTypes.xsd
|
300
|
+
- schemas/ofmx/0.2/OFMX-Features.xsd
|
301
|
+
- schemas/ofmx/0.2/OFMX-Snapshot.xsd
|
285
302
|
homepage: https://github.com/svoop/aixm
|
286
303
|
licenses:
|
287
304
|
- MIT
|
@@ -313,7 +330,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
313
330
|
- !ruby/object:Gem::Version
|
314
331
|
version: '0'
|
315
332
|
requirements: []
|
316
|
-
rubygems_version: 3.
|
333
|
+
rubygems_version: 3.5.7
|
317
334
|
signing_key:
|
318
335
|
specification_version: 4
|
319
336
|
summary: Builder for AIXM/OFMX aeronautical information
|
metadata.gz.sig
CHANGED
Binary file
|