ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

ArcMap

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Erweiterungen

Create Aviation Geodatabase

  • Zusammenfassung
  • Verwendung
  • Syntax
  • Codebeispiel
  • Umgebungen
  • Lizenzinformationen

Zusammenfassung

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).

Verwendung

  • 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})
ParameterErklärungDatentyp
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

Codebeispiel

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)")

Umgebungen

  • Aktueller Workspace

Lizenzinformationen

  • Basic: Nein
  • Standard: Erfordert ArcGIS Aviation Airports, ArcGIS Aviation Charting
  • Advanced: Erfordert ArcGIS Aviation Airports, ArcGIS Aviation Charting

Verwandte Themen

  • An overview of the Aviation Data Management toolbox

ArcGIS Desktop

  • Startseite
  • Dokumentation
  • Support

ArcGIS

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

Über Esri

  • Über uns
  • Karriere
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2021 Esri. | Datenschutz | Rechtliches