Definition
The temporary opening of one or more route portions (could be on different routes) that are normally closed.
Notes:
- the current practice in many NOTAM Offices is to issue a single NOTAM containing all route segment openings for a given period of time, such as the next 24 hours. This practice does not strictly comply with the ICAO principle for NOTAM of one subject and one condition per NOTAM. From a Digital NOTAM point of view it is recommended to group in a single Event (and issue one single NOTAM) for all the route segments openings that have a common cause, such as the de-activation of a given segregated area. In a digital environment, this would facilitate the automatic generation and processing of the Events. This might increase the number of NOTAM messages, but the advantage would be the clarity of the information. For example, this would also enable calculating more precise centre/radius of influence for these NOTAM;
- this scenario does not include the permanent modification of the availability of a route; such events will be dealt with as a separate scenario;
- the encoding of this event requires the use of the "ADR" extension in order to know the BASELINE CDR status of the route segment concerned;
Event data
The following diagram identifies the information items that are usually provided by a data originator for this kind of event.
The table below provides more details about each information item contained in the diagram. It also provided the mapping of each information item within the AIXM 5.1 structure. The name of the variable (first column) is recommended for use as label of the data field in human-machine interfaces (HMI).
Data item | value | AIXM mapping |
---|---|---|
route availability | An explicit indication that the route portion is open. | RouteSegment/RouteAvailability.status with the list of values CodeRouteAvailabilityType |
route designator | The published designator of the route concerned. This information, in combination with the start/end point is used to identify the route segments concerned. | RouteSegment.routeFormed |
start point | The designator and eventually the type (in the case of a Navaid) of the significant point from where the route availability is affected. This information, in combination with the route designator and the end point is used to identify the route segments concerned. | RouteSegment.start/EnRouteSegmentPoint.pointChoice |
end point | The designator and eventually the type (in the case of a Navaid) of the significant point until where the route availability is affected. This information, in combination with the route designator and the start point is used to identify the route segments concerned. | RouteSegment.end/EnRouteSegmentPoint.pointChoice |
lower limit | The vertical level above which and including that level is concerned by the opening. | RouteSegment/RouteAvailability/AirspaceLayer.lowerLimit and lowerLimitReference |
upper limit | The vertical level below which and including that level is concerned by the opening. | RouteSegment/RouteAvailability/AirspaceLayer.upperLimit and upperLimitReference |
start time | The effective date & time when the opening starts. This might be further detailed in a "schedule". | RouteSegment/RouteSegmentTimeSlice/TimePeriod.beginPosition, Event/EventTimeSlice.validTime/timePosition and Event/EventTimeSlice.featureLifetime/beginPosition |
end time | The effective date & time when the opening ends. | RouteSegment/RouteSegmentTimeSlice/TimePeriod.endPosition and Event/EventTimeSlice.featureLifetime/endPosition also applying the rules for {{Events with estimated end time}} |
schedule | A schedule might be provided in case the opening is only effective according to a regular timetable, within the period between the start time and the end time. | RouteSegment/RouteAvailability/Timesheet/...according to the rules for {{Schedules}} |
note | A free text note that provides further instructions concerning the route opening, such as alternate routes, etc. | Route/RouteAvailability.annotation with purpose=”REMARK” |
Notes:
- It is recommended that data input applications allow the operator to visualise graphically the route segments that are closed, in the context of the overall airspace structure.
Assumptions for baseline data
- It is assumed that information about the route segments concerned already exists in the form of RouteSegment BASELINE TimeSlice(s) covering the complete period of validity of the event, coded as specified in the Coding Guidelines for the (ICAO) AIP Data Set - Route [RTE].
(Proposal for encoding rule - It is assumed that RouteAvailability information exists in the BASELINE data covering as a minimum the direction, status and associated AirspaceLayers. - It is assumed that all RouteSegment affected by the opening have a similar availability/RouteAvailability.status, e.g. OPEN, COND.
Data encoding rules
The data encoding rules provided in this section shall be followed in order to ensure the harmonisation of the digital encodings provided by different sources. The compliance with some of these encoding rules can be checked with automatic data validation rules.
Identifier | Data encoding rule |
---|---|
ER-01 | The temporary opening of a route portion shall be encoded as:
|
ER-02 | The "route designator" shall be used in order to identify the route concerned, in order to instantiate the value of the RouteSegment.routeFormed property. If multiple routes exist with that designator, then the "start point" and "end point" information shall also be considered in order to identify the route concerned. |
ER-03 | A RouteAvailability object with status=OPEN, direction and at least one associated level.AirspaceLayer object shall be included in the TEMPDELTA Timeslice for each RouteSegment concerned. |
ER-04 | If no lower limit is specified in the Event data input, then the associated level.AirspaceLayer should contain the values lowerLimit="FLOOR" (uom=OTHER"). |
ER-05 | If no upper limit is specified in the Event data input, then the associated level.AirspaceLayer should contain the values lowerLimit="CEILING" (uom=OTHER"). |
ER-06 | Note that in accordance with the AIXM Temporality Concept, the RouteAvailability associated with the TEMPDELTA replaces all the BASELINE RouteAvailability information, during the TEMPDELTA time of applicability. Therefore, if the temporary opening only concerns certain times, direction and/or levels, the other times, direction and/or levels, when the route eventually remains closed/conditional, shall be explicitly included in the TEMPDELTA. The calculation of the necessary additional RouteAvailability elements to be included in the TEMPDELTA shall be automatically done by the applications implementing this specification. All RouteAvailability elements that are copied from the BASELINE data for completeness sake shall get an associated Note with purpose=REMARK and the text="Baseline data copy." It is recommended that the input interface provides a "calendar/level" view of the route portion availability, enabling the operator to graphically check the status of the route availability at different times and levels, such as in the example below: In the calendar view, the Baseline information that remains valid during the Event validity time shall be visibly identified from the information that is specific to the Event, for example by using a different colour fill pattern. |
Examples
Following coding examples can be found on GitHub (links attached):