v1.0.6

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This section provides ‘AerodromeSurfaceLighting’ feature data encoding guidance.


Vocabulary


ED-99

ED-119/AMXM

AIXM 5.1

AIRM

Name

AerodromeSurfaceLightingAM_AerodromeSurfaceLightingGroundLightSystemGroundLightSystem

 

Information concept:

GroundLightSystem: http://www.airm.aero/viewer/1.0.0/conceptual-model.html#GroundLightSystem

Data concept:

GroundLightSystem: http://www.airm.aero/viewer/1.0.0/logical-model.html#GroundLightSystem


Information concepts indicate the reference vocabulary and relations of an AerodromeSurfaceLighting with other concepts for operational experts. Data concepts indicate the reference features and properties for service architects, information/data architects and system implementers.

General

AMD data encoding can start when the necessary geographic information, aeronautical information and basic knowledge regarding the structure of created feature is available. 

From the geographical point of view, the AerodromeSurfaceLighting represents one or more light sources located on the ground that provide visual assistance for air and ground navigation. This position is represented by one point and only this point shall be measured. The key attributes are the longitude, latitude and the elevation in reference with WGS-84. In the next part the process of converting the geographical information into the GML form thus into geometry information is described.

Based on Aeronautical Data Catalogue the required type of geometry for feature GroundLightSystem is 'Point'. The definition of geometry type Point can be found in the Table A1-9 Data types of the Aeronautical Data Catalogue.

AMD encoding

AIXM 5.1

ED-99 feature AerodromeSurfaceLighting is mapped to the AIXM 5.1 as abtract feature GroundLightSystem. GroundLightSystem is specialized into multiple features:

  • ApproachLightingSystem
  • ApronLightSystem
  • GuidanceLineLightSystem 
  • RunwayDirectionLightSystem
  • RunwayProtectAreaLightSystem
  • TaxiHoldingPositionLightSystem
  • TaxiwayLightSystem
  • TouchDownLiftOffLightSystem
  • VisualGlideSlopeIndicator

Each of these features can contain one or multiple elements - Light Elements, where every single element represents specific light.

Geometry

In the AIXM 5.1 the geometry of the LightElement is Point defined by ElevatedPoint.

For more information regarding AIXM 5.1 Geometry encoding follow 'AIXM data coding'.

GML considerations:

AIXM 5.1 is based on GML. Hence, obtained geographical locations shall be transferred into a GML geometry object pos.


Figure 1 : AerodromeSurfaceLighting

Time

Feature GroundLightSystem shall be established in accordance with coding rules and requirements listed in AIXM 5.1 Temporality Model.

AIXM 5.1 features

AerodromeSurfaceLighting is encoded to the AIXM 5.1 as abstract feature GroundLightSystem.

All associations are shown in the UML Diagram (see below).

Ground Light System feature

http://aixm.aero/sites/aixm.aero/files/imce/AIXM51HTML/AIXM/Class_GroundLightSystem.html

UML Diagram (Lightning/Surface Lightning)

http://aixm.aero/sites/aixm.aero/files/imce/AIXM51HTML/AIXM/Diagram_SurfaceLighting.html

Content of example

This is a ficticious example. No feature was present at the aerodrome used.

The following AMD properties are not covered in the AIXM 5.1. coding example: vres, hres, integr, systems, mintelev, maxtelev, avgtelev, devtelev, maxtgrad, devtgrad. These are covered by an AIXM 5.1. extension.

Coding example - Structure of message

<AIXMBasicMessage  ...>
  <aixm:messageMetadata>
  </aixm:messageMetadata>
  <hasMember>
    <aixm:AirportHeliport gml:id="uuid.0b7a2688-ab95-47e6-82c2-23fe321c4a48">
  </hasMember>
  <hasMember>
    <aixm:Taxiway gml:id="uuid.3ae48a00-5f20-42c4-bb60-032252a56aa6">
  </hasMember>
  <hasMember>
    <aixm:TaxiwayLightSystem gml:id="uuid.90ae4de9-2d29-475d-b19b-b299fec138ed">
  </hasMember>
</AIXMBasicMessage>

Coding example - TaxiwayLightSystem

  <hasMember>
    <aixm:TaxiwayLightSystem gml:id="uuid.90ae4de9-2d29-475d-b19b-b299fec138ed">
      <gml:identifier codeSpace="urn:uuid:">90ae4de9-2d29-475d-b19b-b299fec138ed</gml:identifier>
      <aixm:timeSlice>
        <aixm:TaxiwayLightSystemTimeSlice gml:id="uuid.e0bd82f8-a6b7-48c8-8a05-0048759a0373">
          <gml:validTime>
            <gml:TimePeriod gml:id="uuid.ca140965-7dd3-449b-9b90-dafd83ac03c6">
              <gml:beginPosition>2020-09-01T00:00:00Z</gml:beginPosition>
              <gml:endPosition indeterminatePosition="unknown" />
            </gml:TimePeriod>
          </gml:validTime>
          <aixm:interpretation>BASELINE</aixm:interpretation>
          <aixm:sequenceNumber>1</aixm:sequenceNumber>
          <aixm:correctionNumber>0</aixm:correctionNumber>
          <aixm:featureLifetime>
            <gml:TimePeriod gml:id="uuid.83783a95-2b76-419f-a24e-074a8ba0e5e3">
              <gml:beginPosition>2020-09-01T00:00:00Z</gml:beginPosition>
              <gml:endPosition indeterminatePosition="unknown" />
            </gml:TimePeriod>
          </aixm:featureLifetime>
          <aixm:element>
            <aixm:LightElement gml:id="uuid.bf1fedcd-262e-43be-9fdd-dae9720dc220">
              <aixm:location>
                <aixm:ElevatedPoint gml:id="uuid.2e51076d-25c5-4303-8aee-847c8e2ff7ee" srsName="urn:ogc:def:crs:EPSG::4326">
                  <gml:pos>50.11551119 14.27426072</gml:pos>
                  <aixm:horizontalAccuracy uom="M">0.5</aixm:horizontalAccuracy>
                  <aixm:verticalAccuracy uom="M">0.5</aixm:verticalAccuracy>
                </aixm:ElevatedPoint>
              </aixm:location>
            </aixm:LightElement>
          </aixm:element>
          <aixm:element>
            <aixm:LightElement gml:id="uuid.860ce78d-a264-44f0-aed3-9fc5fb98786f">
              <aixm:location>
                <aixm:ElevatedPoint gml:id="uuid.b485d73b-7a6e-467f-8ed1-60d619074f40" srsName="urn:ogc:def:crs:EPSG::4326">
                  <gml:pos>50.11551033 14.27451419</gml:pos>
                  <aixm:horizontalAccuracy uom="M">0.5</aixm:horizontalAccuracy>
                  <aixm:verticalAccuracy uom="M">0.5</aixm:verticalAccuracy>
                </aixm:ElevatedPoint>
              </aixm:location>
            </aixm:LightElement>
          </aixm:element>
          <aixm:lightedTaxiway xlink:href="#3ae48a00-5f20-42c4-bb60-032252a56aa6" xlink:title="Z" />
        </aixm:TaxiwayLightSystemTimeSlice>
      </aixm:timeSlice>
    </aixm:TaxiwayLightSystem>
  </hasMember>


Table of properties of AerodromeSurfaceLighting


ED-99/DO-272AIXM 5.1Contained within example

AerodromeSurfaceLighting

Ground Light System

This is an abstract class. TaxiwayLightSystem as sub-class is used in this example.

-

1stfeatfeatureLifetime.gml:TimePeriod.gml:beginPositionyes
2endfeatfeatureLifetime.gml:TimePeriod.gml:endPositionyes
3stvalidvalidTime.gml:TimePeriod.gml:beginPosition

yes

4endvalidvalidTime.gml:TimePeriod.gml:endPositionyes
5interpinterpretationyes
6

feattype

Note: Can be implied

-
7idnumberidentifieryes
8

idarpt

lightedTaxiway.Taxiway.associatedAirportHeliport.AirportHeliport.locationIndicatorICAO

yes
9

vacc

element.LightElement.location.ElevatedPoint.verticalAccuracy

yes
10

hacc

element.LightElement.location.ElevatedPoint.horizontalAccuracy

yes
11

vres

element.LightElement.location.ElevatedPoint.verticalResolution

no (part of AIXM extension)
12

hres

element.LightElement.location.ElevatedPoint.horizontalResolution

no (part of AIXM extension)
13

source

source
OR
gmd:MD_Metadata.gmd:dataQualityInfo.gmd:lineage.gmd:LI_Lineage.gmd:processStep.gmd:LI_ProcessStep
Note: Needs processor with a role set to "publisher".

yes

14

integr

integrity

no (part of AIXM extension)
15

revdate

revisionDate
OR
gmd:MD_Metadata.gmd:identificationInfo.gmd:MD_DataIdentification.gmd:citation.gmd:CI_Citation.gmd:date.gmd:CI_Date.gmd:date
Note: also needs gmd:CI_Date.gmd:dateType.
gmd:CI_DateTypeCode to be set to "revision"

yes

16status

element.LightElement.availability.LightElementStatus.status

yes
17colorelement.LightElement.colouryes
18lgtuseNote: can be deduced from the GroudLightSystem instantiated.no (part of AIXM extension)
19lstypeelement.LightElement.typeyes
20geopnt

element.LightElement.location.ElevatedPoint

yes

Download feature AerodromeSurfaceLighting:

BL_AerodromeSurfaceLightning.xml


Missing attributes are part of the extension for the AIXM 5.1

https://ext.eurocontrol.int/aixm_confluence/display/AMX/Scope+of+AMX


AMXM

https://ext.eurocontrol.int/aixm_confluence/display/AMX/AerodromeSurfaceLighting

TBD

 



  • No labels