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 for Desktop Standard and requires ArcGIS for Aviation: Airports or ArcGIS for Aviation: Charting to access the functions.
Aviation functions
Function | Description | Required license |
---|---|---|
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 | |
Exports data from an Aeronautical Information System (AIS) geodatabase to an Aeronautical Information Exchange Model (AIXM) 5.1 message. | ArcGIS for Aviation: Charting | |
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 |