ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

ICAO Annex 15

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Creates obstruction identification surfaces (OIS) based on the ICAO Annex 15 specification (Areas 2a, 2b, and 2c). These surfaces assist in determining the height restriction or removal of obstacles that pose a hazard to air navigation in and around an aerodrome. This tool creates surfaces as a polygon or multipatch features.

Usage

  • The Input Runway Features parameter must be z-enabled.

  • This tool creates the OIS in an existing polygon or multipatch feature class. It can also be generated as a new TIN or polygon shapefile. If a feature class is selected for Output Features, it must have a vertical spatial reference.

Syntax

arcpy.aviationois.ICAOAnnex15(in_features, highend_clear_way_length, lowend_clear_way_length, out_features)
ParameterExplanationData Type
in_features

The input runway dataset. The feature class must be z-enabled and contain points, polylines, or polygons.

Feature Layer
highend_clear_way_length

The length of the area at the high end of the runway, in meters. An aircraft can make a portion of its initial climb over this area.

Double
lowend_clear_way_length

The length of the area at the low end of the runway. An aircraft can make a portion of its initial climb over this area.

Double
out_features

The output feature class or TIN that will contain the generated obstacle identification surfaces.

Feature Layer; Folder

Code sample

ICAOAnnex15 example (stand-alone script)

The following Python window script demonstrates how to use the ICAOAnnex15 tool.

import arcpy

# set gp environment
arcpy.env.workspace="c:/data/ois.gdb"
arcpy.CheckOutExtension("Aeronautical")

# Input Runway Feature Class
inFeatures = "RunwayCenterline"

# feature class that will contain the OIS surface
outFeatureClass="ObstructionIdSurface"

# exec ICAOAnnex15
arcpy.ICAOAnnex15_aviationois(inFeatures,10,0,outFeatureClass)
arcpy.CheckInExtension("Aeronautical")

Environments

  • Current Workspace

Licensing information

  • Basic: No
  • Standard: Requires Airports or Aviation Charting
  • Advanced: Requires Airports or Aviation Charting

Related topics

  • An overview of the Aviation OIS toolbox
  • Creating obstruction identification surfaces for runways

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal