Available with Production Mapping license.
arcpyproduction.aviation is a Python module that is part of the ArcPyProduction site package installed with Esri Production Mapping. The module contains classes and functions for aviation data import and export workflows. It also contains two submodules: arcpyproduction.aviation.airports and arcpyproduction.aviation.charting. It is installed with the Production Mapping desktop product, which is available with ArcGIS Desktop Standard and requires ArcGIS for Aviation: Airports or ArcGIS for Aviation: Charting to access the functions.
Aviation functions
Function | Description | Required license |
---|---|---|
The Aixm51ExportInfo object provides access to export settings used by the AIXM 5.1 exporter. This object contains a dictionary of tables and matching queries to export, as well as an export_type property determining the type of AIXM 5.1 message to export. | ArcGIS for Aviation: Charting | |
The AmxmExportInfo object provides access to export settings used by the AMXM exporter. This object contains a dictionary of tables and matching queries to export. | ArcGIS for Aviation: Airports | |
Exports data from an Aeronautical Information System (AIS) geodatabase to an Aeronautical Information Exchange Model (AIXM) 5.1 message. | ArcGIS for Aviation: Charting | |
Exports data from an Airports geodatabase to an Aerodrome Mapping Exchange Model (AMXM) 2.0 schema data message. | ArcGIS for Aviation: Airports | |
Imports Aeronautical Information Exchange Model (AIXM) 4.5 schema data into an Aeronautical Information System (AIS) geodatabase. | ArcGIS for Aviation: Charting | |
Imports Aeronautical Information Exchange Model (AIXM) 5.1 schema data into an Aeronautical Information System (AIS) geodatabase. | ArcGIS for Aviation: Charting | |
Imports Aerodrome Mapping Exchange Model (AMXM) 2.0 schema data into an Airports geodatabase. | ArcGIS for Aviation: Airports | |
Imports a Digital Obstacle File (DOF) containing obstacle data pursuant to Federal Aviation Administration (FAA) specification into an Aeronautical Information System (AIS) geodatabase. | ArcGIS for Aviation: Airports, ArcGIS for Aviation: Charting |