Disponible avec une licence Production Mapping.
arcpyproduction.aviation is a Python module that is part of the ArcPyProduction site package installed with ArcGIS 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 Aviation Airports or ArcGIS 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 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 Aviation Airports | |
Exports data from an Aeronautical Information System (AIS) geodatabase to an Aeronautical Information Exchange Model (AIXM) 5.1 message. | ArcGIS Aviation Charting | |
Exports data from an Airports geodatabase to an Aerodrome Mapping Exchange Model (AMXM) 2.0 schema data message. | ArcGIS Aviation Airports | |
Imports Aeronautical Information Exchange Model (AIXM) 4.5 schema data into an Aeronautical Information System (AIS) geodatabase. | ArcGIS Aviation Charting | |
Imports Aeronautical Information Exchange Model (AIXM) 5.1 schema data into an Aeronautical Information System (AIS) geodatabase. | ArcGIS Aviation Charting | |
Imports Aerodrome Mapping Exchange Model (AMXM) 2.0 schema data into an Airports geodatabase. | ArcGIS 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 Aviation Airports, ArcGIS Aviation Charting |