arcpyproduction.aviation is a Python module that is part of the ArcPyProduction site package installed with Esri Production Mapping. The arcpyproduction.aviation module 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 : Aéroports or ArcGIS for Aviation : Création de diagrammes to access the functions.
At the root level of the module are two functions that allow you to import AIXM data into a geodatabase with the AIS schema.
Aviation functions
Function | Description |
---|---|
Imports Aeronautical Information Exchange Model (AIXM) 4.5 schema data into an Aeronautical Information System (AIS) geodatabase. | |
Imports Aeronautical Information Exchange Model (AIXM) 5.1 schema data into an Aeronautical Information System (AIS) geodatabase. | |
Exports data from an Aeronautical Information System (AIS) geodatabase to an Aeronautical Information Exchange Model (AIXM) 5.1 message. | |
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. |