Disponible avec une licence Production Mapping.
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 Desktop Standard and requires ArcGIS for Aviation: Airports or ArcGIS for Aviation: Charting 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 |
---|---|
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. | |
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. | |
Exports data from an Aeronautical Information System (AIS) geodatabase to an Aeronautical Information Exchange Model (AIXM) 5.1 message. | |
Exports data from an Airports geodatabase to an Aerodrome Mapping Exchange Model (AMXM) 2.0 schema data message. | |
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. | |
Imports Aerodrome Mapping Exchange Model (AMXM) 2.0 schema data into an Airports geodatabase. | |
Imports a Digital Obstacle File (DOF) containing obstacle data pursuant to Federal Aviation Administration (FAA) specification into an Aeronautical Information System (AIS) geodatabase. |