Analyze Runway Obstacles

Title  Analyze Runway Obstacles

Summary

Analyzes obstacle data and obstruction identification surfaces (OIS) to determine if obstacles are penetrating.


Usage

Syntax

Parameter Explanation
input_ois_features

The multipatch features with defined Airport schema. The feature class must be z-enabled.

input_obstacle_features

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

out_feature_class

A feature class containing one point for each obstacle feature that is within the area covered by the input OIS. If the geometry type of the input obstacle feature is a polyline or polygon, a multipoint feature class will be created.

height_field (Optional)

The field containing the height of the obstacle features. The default value is Feature Geometry.Feature Geometry—The field containing the height of the obstacle features.

unit_field (Optional)

Specifies the linear unit that will be used for the obstacle height. This parameter is active if the Obstacle Features parameter is set to Relative height.Kilometers—The linear unit will be kilometers.Meters—The linear unit will be meters.Decimeters—The linear unit will be decimeters.Centimeters—The linear unit will be centimeters.Millimeters—The linear unit will be millimeters.Nautical miles—The linear unit will be nautical miles.Miles—The linear unit will be miles.Yards—The linear unit will be yards.Feet—The linear unit will be feet.Inches—The linear unit will be inches.Decimal degrees—The linear unit will be decimal degrees.Points—The linear unit will be points.Unknown—The linear unit will be unknown.

height_option (Optional)

Specifies how obstacle height values will be interpreted.Absolute height— Obstacle heights will be measured from sea level. This is the default.Relative height— Obstacle heights will be measured from ground level.

elevation_option (Optional)

Specifies how obstacle base elevation heights will be identified. This parameter is active if the Obstacle Features parameter is set to Relative height.Elevation field— Base elevation heights will be derived from a numeric field of the obstacle feature class. This is the default.Elevation DEM— Base elevation heights will be derived from one or more digital elevation models (DEMs).

elevation_field (Optional)

The field containing base elevation heights of the obstacle features.This parameter is active if the Obstacle Features parameter is set to Relative height and the Elevations parameter is set to Elevation field. The default is the first numeric field in the obstacle feature class.

elevation_field_unit (Optional)

Specifies the linear unit that will be used for the base elevation values. This parameter is active if the Obstacle Features parameter is set to Relative height and the Elevations parameter is set to Elevation field.

in_dems (Optional)

The DEMs covering the obstacles that will be used to derive base elevation values. This parameter is active if the Obstacle Features parameter is set to Relative height and the Elevations parameter is set to Elevation DEM.

esri_out_feature_service_name (Optional)

The name of the hosted feature service containing all the feature or table results of the tool. When no name is specified, standard feature or table results will still be available.

Code Samples

Tags

airports, analyze, aviation, obstacles, ois, runway

Credits

Use limitations