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

Create Aviation Geodatabase

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

Summary

Applies one of the ArcGIS for Aviation data models to the target geodatabase and configures it for use with the software. The supported data models are the Esri Aeronautical Information System (AIS) and Esri Airports (18B and 18C).

Usage

  • When using an enterprise geodatabase, feature classes and tables are registered as versioned and enabled for archiving.

  • The default horizontal and vertical coordinate system for the AIS schema is WGS 1984. For the Airports schema, the default horizontal coordinate system is NAD83 and the default vertical coordinate system is NAVD88. You can specify a different spatial reference, but you must define both vertical and horizontal (X/Y and Z) systems.

  • You can create the AIS, Airports (18B), and Airports (18C) schemas in enterprise geodatabases. You can also create Airports (18B and 18C) schemas in file geodatabases.

Syntax

arcpy.aviationmanagement.CreateAviationGeodatabase(in_workspace, in_data_model, {in_coordinate_system})
ParameterExplanationData Type
in_workspace

The geodatabase in which the AIS or Airports schema is going to be created.

Workspace
in_data_model

Indicates the data model type to create in in_workspace.

  • AIS —Creates a schema based on AIXM 4.5 and 5.x.
  • AIRPORTS (18B) —Creates a schema based on FAA Advisory Circular 150/5300-18B and AMDB.
  • AIRPORTS (18C) —Creates a schema based on FAA Advisory Circular 150/5300-18C and AMXM 2.0.
String
in_coordinate_system
(Optional)

Spatial reference for the spatial data in in_workspace.

Coordinate System

Code sample

CreateAviationGeodatabase example (Python window)

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

# set the workspace environment
arcpy.env.workspace="c:/data"

# Applies the Airports schema in the egdb referenced in c:/data/aero_egdb.sde
arcpy.CreateAviationGeodatabase_aviationmanagement("aero_egdb.sde","AIRPORTS (18B)")

Environments

  • Current Workspace

Licensing information

  • Basic: No
  • Standard: Requires ArcGIS Aviation Airports, ArcGIS Aviation Charting
  • Advanced: Requires ArcGIS Aviation Airports, ArcGIS Aviation Charting

Related topics

  • An overview of the Aviation Data Management toolbox

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