Panel | ||
---|---|---|
| ||
|
...
For Route Segment, PANS-AIM requires some basic properties as part of the minimum AIP data set. This is
...,from point, to point, track, distance, upper limit, lower limit, MEA, MOCA, ...
The diagram below shows the AIXM classes, including the relevant data types, needed to encode that information:
From Point & To Point
ICAO defines a route segment as
A portion of a route to be flown usually without an intermediate stop, as defined by two consecutive significant points.
...
Info | ||
---|---|---|
| ||
A change proposal (AIXM-532) for the next AIXM 5.2 version has been approved by the AIXM Change Control Board, which adds direct associations from InformationService, AirTrafficControlService, AirTrafficManagementService, and SearchAndRescueService towards RouteSegment. The coding guidelines provided here are aligned with forward/backward conversion rules contained in the AIXM-532 Change Proposal. |
From Point & To Point
ICAO defines a route segment as
A portion of a route to be flown usually without an intermediate stop, as defined by two consecutive significant points.
In AIXM 5, the start and the end properties of the RouteSegment class are used to define the "From point", i.e. the first point of the route segment and "To point", i.e. the second point of a route segment.
...
The actual start or end point of a RouteSegment is defined via the pointChoice property that allows to select a SignificantPoint. Not all available choices of significant points (e.g. RunwayCentrelinePoint, etc.) will make sense to be used for a route segment point (see also page SignificantPoint [SPN] ).
Mainly DesignatedPoint and Navaid will be the start or end point of a RouteSegment. In a few countries, also the airport reference point of an AirportHeliport may be used for that purpose.
For defining that the point used for the route segment is an RNAV waypoint (see also topic Designated Point (Overview)) the EnrouteSegmentPoint.waypoint attribute will be encoded with 'YES'.
In addition, AIXM 5 provides as an option to encode the extend of the route segment as geometrical element, using the Curve class. This data may be used for charting purposes. The curve will be encoded according to the corresponding GML specification (see topic Geometry (Overview)). It will contain the coordinates of the start and end point of the route segment. It shall be ensured that the data (i.e. coordinates) provided in the Curve element(s) match with those provided as start and end of the RouteSegment.
...
Tracks and reverse tracks if any, shall be encoded taking into account the implicit direction of the route segment, i.e. the defined start and end point, (see also above). In this regard, the tracks are from the start point of the segment, whereas the reverse tracks are from the end point of the route segment.
Infonote | ||
---|---|---|
| ||
AIXM 5.1.1 does not provide the possibility a dedicated value to define if the path between on the route segment is a VOR radial. Shall 'OTHER:VOR_RADIAL' may be used for RouteSegment.pathType be used for that purpose?. |
The length attribute allows to define the distance of the path of the RouteSegment. The length depends on the pathType, which may be a great circle ('GRC'), a rhumbline ('RHL') or a geodesic line ('GDS').
...
Warning | ||
---|---|---|
| ||
PANS-AIM defines an accuracy for the values for the length of an Route Segment. There is no dedicated attribute in AIXM 5.1.1. Workaround fro AIXM 5.1(.1): A Note may be used to encode that information. Status AIXM 5.2: See CCB AIXM-269. |
Lateral Limits
...
Note | ||
---|---|---|
| ||
PANS-AIM defines more vertical limits, i.e. Area Minimum Altitude (AMA) and Minimum Vectoring Altitude (MVA) which are not considered as part of the AIP Data set and hence are not contained in the table. |
Info | ||
---|---|---|
| ||
In some State AIPs, an additional limit, "overriding" the Lower limit specification is published. To publish this minimum limit, often statements such as " but at least" are used. The Lower limit override always refers to ground e.g. "feet above ground". How to encode this in AIXM 5.1.1? in AIXM 4.5, a dedicated attribute was provided VAL_DIST_VER_LOWER_OVRDE Example: MOVE TO WIP! |
Regarding the general encoding guidelines and rules for vertical limits see topic Vertical Limits.
Level
Although this information is not explicitly required by PANS-AIM it should be coded at least for route segments published in an AIP in Section ENR 3.1 Lower ATS routes and ENR 3.2 Upper ATS Routes, with 'LOWER' and 'UPPER' respectively. This is also relevant as some Coding Rules relate on this information (see below).
Coding Rules for Basic Data for Route Segment
...
RouteSegment.start.EnRouteSegmentPoint.reportingATC is mandatory.
...
MOCA is mandatory for ENR 3.1 Lower ATS Routes
...
AIXM-5.1_RULE-F07AB
(Rule does not take into account UNL)
...
RouteSegment.upperLimit shall not be equal-to 'FLOOR' or 'CELLING' or 'GND'.
...
AIXM-5.1_RULE-F07AC
(Rule does not take into account GND)
...
AIXM-5.1_RULE-F07A9
(Rule does not take into account UNL)
...
AIXM-5.1_RULE-F07AA
(Rule does not take into account UNL)
...
Each RouteSegment shall have assigned routeFormed value.
...
Two consecutive route segments (of the same Route) should have vertical limits that, if not overlapping, should not be further away than 1000 FT. For example, if segment 1 is FL245 to FL295 and segment 2 is FL310 to FL490, (this rule will need to be adjusted based on operational experience).
...
The angle between two consecutive segments of the same route cannot exceed 90 degrees.
...
TBD
...
Info | ||
---|---|---|
| ||
This rule is based on the areas of responsibility defined in EAD. Shall there be a similar rules for the AIP data set based e.g.on FIR/UIR? |
...
According to the rule definition the rule is violated, because four significant points "KPT", "TGO", "KRH" and "ECCHO" are used only once, either as start or end point of a route segment.
...
In the given example the rule is violated, because route segment "ECCHO - ANEKI" is described in the opposite order of the adjacent segments.
...
According to the rule definition the rule is violated, because ANEKI appears on three route segments.
Subsequently this results in multiple branches; "ANEKI - ECCHO" and ANEKI - RUDUS".
...
The position of the SignificantPoint used as the beginning of the RouteSegment must be separated by at least 30m (1 sec of arc) from the position of the SignificantPoint used as the end of the RouteSegment.
...
The value of EnRouteSegmentPoint.reportingATC for RouteSegment.start and RouteSegment.end of any two consecutive segments of the same route must be consistent.
...
The difference between length and the calculated length of the related RouteSegment cannot exceed 5 KM.
...
Info | ||
---|---|---|
| ||
PANS-AIM requires an accuracy of 1/10 KM. Shall the rule be changed accordingly? |
...
The difference between Initial trueTrack and the calculated initial true track of the related RouteSegment cannot exceed 2 degrees.
The difference between reverseTrueTrack and the calculated reverse initial true track of the related RouteSegment cannot exceed 2 degrees.
...
Regarding the general encoding guidelines and rules for vertical limits see topic Vertical Limits.
Level
Although this information is not explicitly required by PANS-AIM it should be coded at least for route segments published in an AIP in Section ENR 3.1 Lower ATS routes and ENR 3.2 Upper ATS Routes, with 'LOWER' and 'UPPER' respectively. This is also relevant as some Coding Rules relate on this information (see below).
Coding Examples
The figure below gives a simple example of the encoding of the route segment from "DINKI" to "LNO".
...
More coding examples can be found in the AIXM DONLON AIP data set AIP Data Set - Specimen (DONLON).
No. | Description | XPath Expression |
---|---|---|
RSG-EX-01 RSG-EX-04 | Route segment of Lower ATS route (incl. MEA) Route segment of Lower ATS route (incl. MOCA) | //aixm:RouteSegmentTimeSlice[@gml:id='RSG_A6_BOR_ROB'] | //aixm:RouteSegmentTimeSlice[@gml:id='RSG_A6_ROB_ROK'] |
RSG-EX-02 | Route segment of Upper ATS route | //aixm:RouteSegmentTimeSlice[@gml:id='RSG_UA4_BARIM_WOB'] |
RSG-EX-03 | Route segment of RNAV route | //aixm:RouteSegmentTimeSlice[@gml:id='RSG_UL123_ABOLA_ILURU'] |
...