Generate OIS Obstacle Data (Aviation)

Aviation Airports ライセンスで利用できます。

Aviation Charting ライセンスで利用できます。

サマリー

Generates a JSON string that is stored in the OBSTACLEJSON field on the input Obstruction Identification Surface (OIS) multipatch feature class. This class contains the data necessary to depict obstacles to flight safetywithin the approach surfaces (in the form of points, lines, or polygons) in the Terrain and Obstacle Profile layout element.

For each runway feature, the tool identifies each approach surface associated with that runway. For each approach surface, the tool uses the underlying elevation models and input obstacle features to determine the highest elevations and heights of those obstacle features that intersect the approach surfaces extent. The resulting 3D points, representing the highest-point cross section of each affected obstacle, are created and stored in JSON format and saved in the corresponding approach OIS feature.

使用法

  • The following table lists the values that are populated in the OBSTACLEJSON output message. They are given per input obstacle feature if they planimetrically intersect an input approach surface multipatch feature.

    FieldExamplePopulated with

    Type_Code

    "Type_Code": "Stack"

    The Type_Code field of the Input Obstacle Features parameter value. It is the coded domain value description or Unknown if no domain value is found or if the input is null.

    HACCM

    "HACCM": 0.304801

    The HORIZACC_VAL field of the Input Obstacle Features parameter value, converted to meters. It is -1.0 if the input is null.

    VACCM

    "VACCM": 0.304801

    The VERTACC_VAL field of the Input Obstacle Features parameter value, converted to meters. It is -1.0 if the input is null.

    Height

    "Height": 16.664848

    The Input Obstacle Height parameter value (feature geometry or input field), converted to meters.

    GNDElev

    "GNDElev": 335.647491

    The ground elevation at the input obstacle's location from the Elevation Source parameter value—a digital elevation model (DEM) or input field—converted to meters.

    NormalDist

    "NormalDist": 946.035675

    The distance, in meters, between the obstacle and the nearest point on the runway centerline.

    Offset

    "Offset": 143.128218

    The distance, in meters, between the obstacle and the nearest point on the extended runway centerline.

    X

    "X": -95.953753

    The x-coordinate of the obstacle in WGS84 decimal degrees.

    Y

    "Y": 45.550517

    The y-coordinate of the obstacle in WGS84 decimal degrees.

    ZVMC

    "ZVMC": 352.31234

    The elevation of the top of the obstacle (Height + GNDElev) in meters.

    OIS

    "OIS": 384.942139

    The z-value of the OIS at the obstacle's location.

    Penetrates

    "Penetrates": false

    A value of true if ZVMC is greater than or equal to OIS; otherwise, false.

    Label

    "Label": "362"

    The value of the Obstacle Labels input parameter.

    Shadowing

    "Shadowed": false

    A value of false for shadowing obstacles and a value of true for an obstacle that is shadowed by another.

  • The Input Runway Features parameter must be z-enabled and have projected horizontal and vertical coordinate systems defined. It must include a populated Runway Designator text field, which must be named as one of the following from the ArcGIS Aviation data models:

    • RWYDESG
    • RUNWAYDESIGNATORIDENTIFIER
    • DESIGNATOR_TXT
    ヒント:

    Recommended input features are RunwayCenterline from the Airports data models (18B or 18C) or ADHPSurfaceLine from the AIS data model. For more information, see the respective schemas for attribute properties.

  • The Input Obstacle Features parameter value must be z-enabled and have projected horizontal and vertical coordinate systems defined.

    ヒント:

    Recommended input features are VerticalStructurePoint, VerticalStructureLine, and VerticalStructurePolygon from the Airports 18B or 18C data models. For more information, review the respective schemas for the attribute properties.

  • Include a field for the Input Obstacle Features parameter value that represents the type of obstacle that is used by the tool to populate the "Type_Code" values in the OBSTACLEJSON field results. Null values in this field will be written as Unknown in the output. Permissible field names are the following:

    • TYPE_CODE
    • OBSTACLETY
    • OBSTACLETYPECODE
    • ObsType
    • OBJECTTYPECODE
    • OBJECTTYPE

  • The Input Obstacle Features parameter can include the fields listed below. If present, the values of these fields will contribute to the HACCM and VACCM fields in the output OBSTACLEJSON values:

    • HORIZACC_VAL
    • HORIZACC_UOM
    • VERTACC_VAL
    • VERTACC_UOM

  • The Target OIS Features parameter value must be a multipatch feature class with defined projected horizontal and vertical coordinate systems. It must contain approach features and include the following fields:

    • RWYDESG, LANDINGSTRIPDESIGIDENTIFIER, or DESIGNATOR_TXT (populated with a runway designator, for example, '09/27')
    • NAME (populated with the value 'Approach Surface')
    • OBSTACLEJSON (populated by the tool)
      ヒント:

      Recommended input features are ObstructionIdSurface_MP from the Airports 18B or 18C data models. The approach features can be generated with one of the tools from the Obstruction Identification Surfaces toolset.

      注意:

      The field length must be at least 50,000 characters. A warning appears if the JSON output exceeds the length of the OBSTACLEJSON field.

  • The Input Obstacle Feature parameter value elevations are specified by the Obstacle Feature Height Type parameter. Use the Absolute Height (ABSOLUTE_HEIGHT in Python) option if the input data includes feature geometry or a numeric attribute field with the elevation value of the top of the obstacle above mean sea level. Use the Relative Height (RELATIVE_HEIGHT in Python) option if feature geometry or a numeric attribute field contains the value of the obstacle height above ground level.

    Obstacle feature height types

  • This tool requires base elevation data to function correctly. That data can come from one or more underlying DEMs or from a numeric attribute field in the input obstacle feature class. One or the other must be provided, with the appropriate option specified using the Elevation Source parameter.

  • The tool will use a flight path ID field (PATHID, text, Nullable, or 255) for the Target OIS Features parameter to associate curved approach polylines with specific approach surfaces. This is required if you have an Input Flight Path Features parameter value. Use this value for the Target OIS Features parameter with the OBJECTID field of the corresponding Input Flight Path Features parameter value. This will be populated by the Create Curved Approach tool when creating the curved approach surface or surfaces.

  • If the tool is run repeatedly with different Input Obstacle Features parameter values, it will append the generated JSON data for each set of obstacles to each affected approach surface feature. Subsequently running the tool with an updated version of Input Obstacle Features values will selectively update the JSON data for those features without affecting the JSON data generated using other Input Obstacle Features values.

  • You can exclude obstacles in the tool output that are shadowed by other obstacles. The following diagram shows how the Horizontal Distance and Slope parameters are used to generate these output features:

    Diagram showing how shadowed obstacles are calculated by this tool

    In this diagram, a value of 300 meters is used for the Horizontal Distance parameter value. For obstacles that are 300 meters or less from the end of the runway, the angle of the shadow will be considered horizontal. A slope of 1.2 is used for the Slope parameter value. For obstacles more than 300 meters from the end of the runway, the shadow will be cast at an object behind the obstacle at a slope of 1.2 percent.

    注意:

    Output of shadowing obstacles is only supported with point obstacles.

パラメーター

ラベル説明データ タイプ
Input Runway Features

The input runway dataset. The feature class must be z-enabled and contain polylines.

Feature Layer
Input Elevation Model
(オプション)

The DEMs covering the obstacles that will be used to derive base elevation values. This parameter is used if Elevation Source is set to Elevation DEM.

Raster Layer
Input Obstacle Features

The input obstacle features that will be analyzed. The feature class must be z-enabled.

Feature Layer
Target OIS Features

The multipatch features with defined airport data model schema. The feature class must be z-enabled.

Feature Layer
Obstacle Height
(オプション)

Specifies the field that will contain the height of the obstacle features or the keyword FEATURE_GEOMETRY to indicate obstacle feature geometry z-coordinate values.

  • Feature GeometryThe field that will contain the height of the obstacle features.
String
Unit
(オプション)

Specifies the obstacle height unit of measure that will be used.

  • KilometersThe unit will be kilometers.
  • MetersThe unit will be meters.
  • DecimetersThe unit will be decimeters.
  • CentimetersThe unit will be centimeters.
  • MillimetersThe unit will be millimeters.
  • Nautical MilesThe unit will be nautical miles.
  • MilesThe unit will be miles.
  • YardsThe unit will be yards.
  • FeetThe unit will be feet.
  • InchesThe unit will be inches
  • Decimal DegreesThe unit will be decimal degrees.
  • PointsThe unit will be points.
  • UnknownThe unit will be unknown.
String
Input Flight Path Features
(オプション)

The polyline features that will define curved approaches to the specified runways. If no features are provided, all input features will be processed as straight approaches.

Feature Layer
Obstacle Labels
(オプション)

A field from the input obstacle feature class that will be used to label the obstacle. When an obstacle JSON generated by this tool is later used to create a Terrain and Obstacle Profile element in a layout, the data from the field provided will be used to label the input point obstacles in that element.

This parameter only applies when the Input Obstacle Features parameter values contain point features.

注意:

If no field is provided, the ObjectID field will be applied by default.

String
Obstacle Feature Height Type
(オプション)

Specifies how obstacle height values will be measured.

  • Absolute height Obstacle heights will be measured from sea level.
  • Relative height Obstacle heights will be measured from ground level. This is the default.
String
Elevation Source
(オプション)

Specifies how obstacle base elevation heights will be found.

  • Elevation field Base elevation heights will be found in a numeric field of the obstacle feature class.
  • Elevation DEM Base elevation heights will be found by deriving them from one or more DEMs. This is the default.
String
Elevation Field
(オプション)

The field that will contain base elevation heights of the obstacle features.

This parameter is used if Elevation Source is set to Elevation field. The default is the first numeric field in the obstacle feature class.

String
Elevation Field Units
(オプション)

Specifies the linear unit that will be used for the base elevation values. This parameter is used if Elevation Source is set to Elevation field.

  • KilometersThe unit will be kilometers.
  • MetersThe unit will be meters. This is the default.
  • DecimetersThe unit will be decimeters.
  • CentimetersThe unit will be centimeters.
  • MillimetersThe unit will be millimeters.
  • Nautical milesThe unit will be nautical miles.
  • MilesThe unit will be miles.
  • YardsThe unit will be yards.
  • FeetThe unit will be feet.
  • InchesThe unit will be inches
  • Decimal degreesThe unit will be decimal degrees.
  • PointsThe unit will be points.
  • UnknownThe unit will be unknown.
String
Obstacle Output Method
(オプション)

Specifies the obstacles that will be included in the output feature class.

  • All obstaclesAll obstacles within the extent of the OIS will be included in the output.
  • Penetrating obstaclesOnly obstacles that penetrate the OIS will be included in the output.
  • Shadowing obstaclesOnly obstacles that shadow other obstacles will be included in the output.
String
Horizontal Distance
(オプション)

The length of the approach surface in meters (calculated from the runway end) where shadows are considered horizontally aligned.

Double
Slope
(オプション)

The slope of the shadow that will be considered past the Horizontal Distance parameter value.

Double

派生した出力

ラベル説明データ タイプ
Output OIS Features

The updated multipatch feature class.

Feature Layer

arcpy.aviation.GenerateOISObstacleData(in_runway_features, {in_dems}, in_obstacle_features, target_ois_features, {obstacle_height_field}, {obstacle_height_unit}, {in_flightpath_features}, {label_field}, {height_option}, {elevation_option}, {elevation_field}, {elevation_field_unit}, {obstacle_output_method}, {shadow_horizontal_distance}, {shadow_slope})
名前説明データ タイプ
in_runway_features

The input runway dataset. The feature class must be z-enabled and contain polylines.

Feature Layer
in_dems
[in_dems,...]
(オプション)

The DEMs covering the obstacles that will be used to derive base elevation values. This parameter is used if elevation_option is set to ELEVATION_DEM.

Raster Layer
in_obstacle_features

The input obstacle features that will be analyzed. The feature class must be z-enabled.

Feature Layer
target_ois_features

The multipatch features with defined airport data model schema. The feature class must be z-enabled.

Feature Layer
obstacle_height_field
(オプション)

Specifies the field that will contain the height of the obstacle features or the keyword FEATURE_GEOMETRY to indicate obstacle feature geometry z-coordinate values.

  • FEATURE_GEOMETRYThe field that will contain the height of the obstacle features.
String
obstacle_height_unit
(オプション)

Specifies the obstacle height unit of measure that will be used.

  • KILOMETERSThe unit will be kilometers.
  • METERSThe unit will be meters.
  • DECIMETERSThe unit will be decimeters.
  • CENTIMETERSThe unit will be centimeters.
  • MILLIMETERSThe unit will be millimeters.
  • NAUTICAL_MILESThe unit will be nautical miles.
  • MILESThe unit will be miles.
  • YARDSThe unit will be yards.
  • FEETThe unit will be feet.
  • INCHESThe unit will be inches
  • DECIMAL_DEGREESThe unit will be decimal degrees.
  • POINTSThe unit will be points.
  • UNKNOWNThe unit will be unknown.
String
in_flightpath_features
(オプション)

The polyline features that will define curved approaches to the specified runways. If no features are provided, all input features will be processed as straight approaches.

Feature Layer
label_field
(オプション)

A field from the input obstacle feature class that will be used to label the obstacle. When an obstacle JSON generated by this tool is later used to create a Terrain and Obstacle Profile element in a layout, the data from the field provided will be used to label the input point obstacles in that element.

This parameter only applies when the Input Obstacle Features parameter values contain point features.

注意:

If no field is provided, the ObjectID field will be applied by default.

String
height_option
(オプション)

Specifies how obstacle height values will be measured.

  • ABSOLUTE_HEIGHT Obstacle heights will be measured from sea level.
  • RELATIVE_HEIGHT Obstacle heights will be measured from ground level. This is the default.
String
elevation_option
(オプション)

Specifies how obstacle base elevation heights will be found.

  • ELEVATION_FIELD Base elevation heights will be found in a numeric field of the obstacle feature class.
  • ELEVATION_DEM Base elevation heights will be found by deriving them from one or more DEMs. This is the default.
String
elevation_field
(オプション)

The field that will contain base elevation heights of the obstacle features.

This parameter is used if elevation_option is set to ELEVATION_FIELD. The default is the first numeric field in the obstacle feature class.

String
elevation_field_unit
(オプション)

Specifies the linear unit that will be used for the base elevation values. This parameter is used if elevation_option is set to ELEVATION_FIELD.

  • KILOMETERSThe unit will be kilometers.
  • METERSThe unit will be meters. This is the default.
  • DECIMETERSThe unit will be decimeters.
  • CENTIMETERSThe unit will be centimeters.
  • MILLIMETERSThe unit will be millimeters.
  • NAUTICAL_MILESThe unit will be nautical miles.
  • MILESThe unit will be miles.
  • YARDSThe unit will be yards.
  • FEETThe unit will be feet.
  • INCHESThe unit will be inches
  • DECIMAL_DEGREESThe unit will be decimal degrees.
  • POINTSThe unit will be points.
  • UNKNOWNThe unit will be unknown.
String
obstacle_output_method
(オプション)

Specifies the obstacles that will be included in the output feature class.

  • ALL_OBSTACLESAll obstacles within the extent of the OIS will be included in the output.
  • PENETRATING_OBSTACLESOnly obstacles that penetrate the OIS will be included in the output.
  • SHADOWING_OBSTACLESOnly obstacles that shadow other obstacles will be included in the output.
String
shadow_horizontal_distance
(オプション)

The length of the approach surface in meters (calculated from the runway end) where shadows are considered horizontally aligned.

Double
shadow_slope
(オプション)

The slope of the shadow that will be considered past the shadow_horizontal_distance parameter value.

Double

派生した出力

名前説明データ タイプ
out_ois_features

The updated multipatch feature class.

Feature Layer

コードのサンプル

GenerateOISObstacleData example (stand-alone script)

The following Python window script demonstrates how to use the GenerateOISObstacleData function.

import arcpy

# set gp environment
arcpy.CheckOutExtension("Airports")

# Input RunwayCenterline Feature Class
inRunwayFeatures = r"C:\data\ois.gdb\RunwayCenterlines"

# Input Terrain DEM Raster
inDEMRaster = [r"C:\data\ois.gdb\AirportFirstDEM",
               r"C:\data\ois.gdb\AirportSecondDEM"]

# Input Obstacle Feature Class
inOISObstacles = r"C:\data\ois.gdb\Obstacles"

# Input Obstruction Identification Surface Feature Class
targetOISFeatures = r"C:\data\ois.gdb\ObstructionIdSurface"

# Input Curved Approach Feature Class
inCurvedApproachFeatures = r"C:\data\ois.gdb\CurvedApproach"

# Processing GenerateOISObstacleData
arcpy.aviation.GenerateOISObstacleData(inRunwayFeatures, inDEMRaster,
                                       inOISObstacles, targetOISFeatures,
                                       "HEIGHT_VAL", "FEET", inCurvedApproachFeatures, "OBJECTID","RELATIVE_HEIGHT","ELEVATION_DEM")


arcpy.CheckInExtension("Airports")

ライセンス情報

  • Basic: No
  • Standard: 次のものが必要 Airports or ArcGIS Aviation Charting
  • Advanced: 次のものが必要 Airports or ArcGIS Aviation Charting

関連トピック