Set up an aviation geodatabase

获得 Aviation Charting 许可后可用。

An Aeronautical Information System (AIS) geodatabase is necessary for chart production with ArcGIS Aviation Charting. An AIS geodatabase contains feature classes, relationships, and tables that allow you to organize, store, and manipulate your aviation data. Many of the Aviation Charting tools depend on specific AIS geodatabase feature classes. It is important that you have your data in an AIS geodatabase to take full advantage of these geoprocessing tools' capabilities.

Learn more about the AIS geodatabase schema

There are two ways to create an AIS geodatabase. You can create a file geodatabase or an 企业级地理数据库. A file geodatabase is useful when a single person needs to manipulate and share their data locally without an internet connection. An 企业级地理数据库 is useful for large organizations where data may be accessed by multiple users. Some Aviation Charting tools such as the Chart Changes tool only work with a versioned 企业级地理数据库. The ArcGIS Aviation Product Files contain tools that can help you set up your geodatabase. Download and install those files to your computer before completing this workflow.

Set up a project

Before you can take advantage of an AIS geodatabase, you need to set up your project with a file geodatabase or 企业级地理数据库 and add the Aviation Tools Python toolbox.

  1. Open a project in ArcGIS Pro.
  2. Complete the following steps if you are importing the AIS schema to a file geodatabase:
    1. In the Catalog pane, right-click Databases and click New File Geodatabase.

      The New File Geodatabase window appears.

    2. Browse to the location where you want to save the file geodatabase on your hard drive.
    3. Type a name for your geodatabase in the Name text box.
    4. Click OK.

      The New File Geodatabase window closes, and the new file geodatabase appears in the Databases folder.

  3. If you are importing the AIS schema to an 企业级地理数据库, run the Create Enterprise Geodatabase tool with your database credentials.
    注:

    If you do not have your database credentials you can use a connection file to access a previously created 企业级地理数据库.

  4. If you do not have the Aviation Tools Python toolbox added to your project, complete the following steps:
    1. In the Catalog pane, right-click Toolboxes and click Add Toolbox.

      The Add Toolbox window appears.

    2. Browse to the installation location for the ArcGIS Aviation Product Files located at <installation path>\ArcGIS Aviation Charting\Product Files\<version>\Utilities\Scripts .
    3. Click Aviation Tools.
    4. Click OK.

      The Add Toolbox window closes, and the Aviation Tools Python toolbox appears under the Toolboxes folder in the Catalog pane.

Configure an AIS geodatabase

You can use the Configure AIS Geodatabase tool from the ArcGIS Aviation Product Files to set up a file geodatabase or 企业级地理数据库 with an AIS schema.

警告:

The Configure AIS Geodatabase tool does not overwrite existing values in your geodatabase.

  1. Expand the Toolboxes folder.
  2. Expand the Aviation Tools Python toolbox.
  3. Expand the Data Management toolset.

    The Configure AIS Geodatabase tool appears.

  4. Double-click the Configure AIS Geodatabase tool.

    The Configure AIS Geodatabase tool options appears in the Geoprocessing pane.

  5. Browse to and choose the file geodatabase or 企业级地理数据库 you want to configure for the Target Geodatabase parameter.
  6. Check the check box next to the operations you want to perform under Select Operations:
    • LOAD_SCHEMA—Configures your geodatabase with the AIS schema from an XML workspace.
      提示:

      You can find the AIS schema XML workspace in the ArcGIS Aviation Product Files under the following directory: <installation path>/ArcGIS Aviation Charting\Product Files\<version>\Schemas. The coordinate system for this schema is WGS_1984.

    • REGISTER_AS_VERSIONED—Enables versioning on your 企业级地理数据库.
      注:

      Enterprise geodatabases are configured to allow multiple users to access the data at a time. Because of this, you must set up version control on your geodatabase. Proper version control ensures data integrity by separating versions of the geodatabase's datasets from one another.

      This operation versions your geodatabase without moving edits to base tables.

      Learn more about options for versioning an 企业级地理数据库

    • ENABLE_ARCHIVING—Enables archiving on your 企业级地理数据库.
      注:

      When dealing with multiple versions of a dataset, it can be helpful to archive your data over time to ensure that data changes are never lost. Archiving ensures that data can be backed up as the data is manipulated.

  7. If you selected the LOAD_SCHEMA operation, click Browse next to XML Workspace Document and browse to the installation location for the AISCharting_WGS84_GX XML workspace.
    注:

    The AISCharting_WGS84_GX workspace is located under the following directory: <installation path>\ArcGIS Aviation Charting\Product Files\<version>\Schemas

  8. Click Run.

    The Configure AIS Geodatabase tool runs and configures your geodatabase with your chosen configuration.

You have now set up an aviation geodatabase with the AIS schema. You can populate your geodatabase with data from an AIXM message using the Import AIXM Message tool.