ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

ArcGIS Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

ArcMap

  • 主页
  • 入门
  • 地图
  • 分析
  • 管理数据
  • 工具
  • 扩展模块

ImportDOF

  • 描述
  • 讨论
  • 语法
  • 代码示例

描述

Imports a Digital Obstacle File (DOF) containing obstacle data pursuant to Federal Aviation Administration (FAA) specifications into an Aeronautical Information System (AIS) geodatabase.

讨论

A DOF contains obstruction data for manufactured objects that affect domestic aeronautical charting products. The DOF does not purport to indicate the presence of all obstructions that may be encountered. The function adds, deletes, and updates the obstacle features found in the DOF. The function is required to use only the DOF.dat file containing digital obstacle data within all of the FAA regions in addition to some areas of Canada, Mexico, the Caribbean, the Bahamas, and the Pacific.

This function requires an Obstacle point feature class. The function works with the format specified in the entire DOF.dat file.

As of 10.5.1 Patch 7, the ImportDOF function now allows users to customize how the source file is transformed and loaded into the AIS data model.

  • DOFConfig.txt contains information regarding the format and column number for obstacle data.
  • DOFMapping.json contains information regarding how data will be transformed when obstacle data is loaded into the AIS model.

These files are editable and can be modified per the changes in specification.

语法

ImportDOF (workspace_path, dof_file_path, {log_path})
参数说明数据类型
workspace_path

The path to the geodatabase where the DOF data will be imported. The geodatabase must already have a point Obstacle feature class.

String
dof_file_path

The path to the DOF file to be imported into the Obstacle feature class.

String
log_path

The output log file.

String

代码示例

ImportDOF example

This example creates an ImportDOF file.

# Name: ImportDOF_example.py
# Description: Imports Digital Obstacle File(DOF) data into a geodatabase

# Import arcpyproduction and aviation modules
import arcpy
import arcpyproduction

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

# Set variables
workspace = r'c:\data\AIS.sde'
dofFile = r'c:\data\DOF.dat'
log = r'c:\data\log.txt'

# Execute ImportDOF
arcpyproduction.aviation.ImportDOF(workspace, dofFile, log)

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

相关主题

  • Introduction to arcpyproduction.aviation

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

关于 Esri

  • 关于我们
  • 招贤纳士
  • Esri 博客
  • 用户大会
  • 开发者峰会
Esri
分享您的想法。
Copyright © 2022 Esri. | 隐私政策 | 法律声明