ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

ImportAixm51

  • Summary
  • Discussion
  • Syntax
  • Code sample

Summary

Imports Aeronautical Information Exchange Model (AIXM) 5.1 schema data into an Aeronautical Information System (AIS) geodatabase.

Discussion

AIXM 5.1 data can be imported into an ArcGIS for Aviation: Charting enterprise geodatabase with the AIS schema. This function decodes the rules and relationships defined in an AIXM 5.1 XML message and re-creates them in the AIS data model. AIXM messages are XML documents that conform to the AIXM XML schema.

This tool requires an enterprise geodatabase with the AIS schema. Use this geodatabase as the workspace. This is the name of the geodatabase where the tool will create data.

Syntax

ImportAixm51 (workspace_path, message_path, {log_path}, {table_list})
ParameterExplanationData Type
workspace_path

The path to the connection file for the geodatabase where the AIXM 5.1 data is going to be imported. This geodatabase must have the AIS data model.

String
message_path

The path to the AIXM 5.1 XML message that has the rules and relationships that will be re-created in the AIS data model.

String
log_path

The directory that will store the log file.

String
table_list
[table_list,...]

The list of AIXM tables to import.

String

Code sample

ImportAixm51 example

This sample imports data from an AIXM 5.1 message file into an enterprise geodatabase.

# Name: ImportAixm51_example.py
# Description: Imports AIXM 5.1 data into a geodatabase
# Author: Esri
# Date: September 2014

# Import arcpyproduction and aviation modules
import arcpy
import arcpyproduction

# Check out Aviation license
arcpy.CheckOutExtension("Aeronautical")

# Set variables
workspace = r'c:\data\10.3\Aviation\AIXM_Import.sde'
message = r'c:\data\10.3\Aviation\BD_2010-04-08.xml'
log = r'c:\data\10.3\Aviation\log.txt'

# Execute ImportAixm51
arcpyproduction.aviation.ImportAixm51(workspace, message, log)

# Check in Aviation license
arcpy.CheckInExtension("Aeronautical")

Related topics

  • Introduction to arcpyproduction.aviation

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2020 Esri. | Privacy | Legal