The Digital Aeronautical Flight Information File (DAFIF) is a collection of shapefiles that contains various aviation features such as Special Use Airspace, navaids, and airports. This data can be imported into the Aeronautical Information System (AIS) data model, and mapping information can be found in Mapping Information for DAFIF and AIS data models.
Importing DAFIF shapefiles
- Start ArcMap.
- If necessary, create a new geodatabase with the AIS schema using the Create Aviation Geodatabase geoprocessing tool.
- Add the Import DAFIF tool to a toolbar by doing the following.
- Click Customize > Customize Mode.
- Click the Commands tab.
- In the Categories list, click Aviation.
- Drag the Import DAFIF button
to the Aviation Data Management toolbar.
The command appears on the toolbar.
- Klicken Sie auf Schließen.
- Click the browse button next to the Import Shapefiles (folder) text box.
- Browse to the directory that contains the shapefiles and click Select.
The Shapefiles to Import list is populated with the list of shapefiles that will be imported into the geodatabase. By default, all the shapefiles are selected for importing.
- Click the browse button next to Target Geodatabase.
- Browse to the geodatabase into which the data will be imported.
- Click OK.
The Import DAFIF Shapefiles Into AIS Geodatabase dialog box appears and displays the progress of the import process. Information reported includes the number of features transferred from each shapefile to the corresponding feature class.
- Click OK to close the progress dialog box.
Creating an AIRSPACEBOUNDARY feature class
The AIRSPACEBOUNDARY feature class must be manually created to fully ingest all of your DAFIF data. The following steps will help you create and archive this feature class.
- Start ArcMap.
- In the Catalog window, right-click the geodatabase in which you want to create the new feature class.
- Zeigen Sie auf Neu > Feature-Class.
- Type AIRSPACEBOUNDARY for the Name field.
- Click the Type drop-down arrow and click Line Features.
- Klicken Sie auf Weiter.
- Navigieren Sie im Koordinatensystemfenster zu einem Koordinatensystem und klicken Sie darauf. Sie können auch auf Importieren oder Neu klicken, um ein Koordinatensystem anzugeben.
- Klicken Sie auf Weiter.
- You can type a different x,y tolerance, but the default should be sufficient.
The x,y domain is calculated based on the coordinate system you specified.
- Klicken Sie auf Weiter.
- If you are creating the new annotation feature class in a file or enterprise geodatabase and you want to use a custom storage keyword, click Use configuration keyword and then choose the keyword you want to use from the drop-down list. If you don't want to use a custom storage keyword, leave the default.
- Klicken Sie auf Weiter.
- Click Import if you want to add fields to the feature class.
- Browse to the BDYHP DAFIF shapefile and click Add.
- Klicken Sie auf Fertig stellen.
- Right-click the AIRSPACEBOUNDARY feature class and click Manage > Register As Versioned.
This enables versioning on the new feature class.
- Right-click the AIRSPACEBOUNDARY feature class and click Manage > Enable Archiving.
The feature class is archived.
Wenn Sie auf Importieren klicken, können Sie ein Koordinatensystem aus einer vorhandenen Feature-Class oder einem Feature-Dataset importieren.
Wenn Sie auf Neu klicken, können Sie ein neues Koordinatensystem erstellen.
Nach dem Auswählen eines Koordinatensystems können Sie auf Ändern klicken, um es zu bearbeiten.
Updating AIS geodatabase features
The Import DAFIF tool is used to update features in an AIS geodatabase that were previously imported from DAFIF shapefiles. It uses the CLIENTKEY_ID field from each feature class to match the source field values in the input DAFIF shapefile features.
Matching features are updated based on the source DAFIF attribution and geometry. Additionally, non-matching features in the DAFIF shapefiles are appended to the receiving AIS feature class.
The Import DAFIF tool populates the SOURCE_TXT field found in AIS feature classes with information regarding the update status for the feature in the 'DAFIF'_CYCLE_DATE_'update status' format.
The tool log reports the details of DAFIF to AIS feature class data transfer and lists the total number of features transferred and counts for New, Updated, Unchanged and Marked for Delete.
You can save these as text files by clicking the Save Log button on the Import DAFIF dialog box.