ID:

AIXM-493

target version:

AIXM 5.2

version:

1.0

last updated:

24 JUN 2021

status:

PROPOSED


Description

Additional values are added to the CodeApronElementBaseType for agricultural activities, parachute activities and snow collection.

Rationale for change

See https://aixmccb.atlassian.net/browse/AIXM-346
The current list of values for ApronElement types is missing some values that could allow to identify Apron portions allocated for specific activities: support for agricultural flights, support for parachuting activities and areas dedicated to depositing the snow collected from other parts of the aerodrome. Enriching this list to cover as many as possible intended usages for apron elements would be inline with the current list of values.

Impact assessment

[FWD_MAP_1:1] Data mapping is possible and no data loss occurs when data is exchanged from a system (A) that uses AIXM 5.1.1 for output towards a system (B) that uses AIXM 5.2 for input.

[BWD_MAP_1:1] Data mapping is possible and no data loss occurs when data is exchanged from a system (B) that uses AIXM 5.2 for output towards a system (A) that uses AIXM 5.1.1 for input.

Change Proposal details

In the UML model, in the CodeApronElementBaseType:

  • Add value AGRICULTURE = “Loading area for agricultural activities.”
  • Add value PARACHUTE_AREA = “An area supporting parachute activities.”
  • Add value SNOW_COLLECTION = “Apron area where snow collection from other parts of the airport is acceptable.”

Mapping AIXM 5.1.1 to AIXM 5.2 (forward)

The following algorithm shall be applied:

[MAPC-01] The following data conversion algorithm is proposed:

  • For each ApronElement.type that has values of ”OTHER:AGRICULTURE”
    • Replace the value with “AGRICULTURE”
  • For each ApronElement.type that has values of ”OTHER:PARACHUTE_AREA”
    • Replace the value with “PARACHUTE_AREA”
  • For each ApronElement.type that has values of ”OTHER:SNOW_COLLECTION”
    • Replace the value with “SNOW_COLLECTION”

Mapping AIXM 5.2 to AIXM 5.1.1 (backward)

The following algorithm shall be applied:

MAPC-01 The following data conversion algorithm is proposed:

  • For each ApronElement.type that has values ”AGRICULTURE”
    • Replace the value with “OTHER:AGRICULTURE”
  • For each ApronElement.type that has values ”PARACHUTE_AREA”
    • Replace the value with “OTHER:PARACHUTE_AREA”
  • For each ApronElement.type that has values of ”SNOW_COLLECTION”
    • Replace the value with “OTHER:SNOW_COLLECTION”


Mapping example

(Note: for mapping test data see: https://github.com/aixm/mapping_52_511/tree/master/AIXM-xxx

AIXM 5.2AIXM 5.1(.1)
  ...





...



  • No labels