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

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

Export Airports To FAA 18B Shapefile

  • 概要
  • 使用法
  • 構文
  • コードのサンプル
  • 環境
  • ライセンス情報

概要

Exports feature classes from an Airports geodatabase to the FAA 18B shapefile format. Output shapefile attribute names conform to the requirements specified in Advisory Circular 150/5300-18B. Use this tool to create safety critical data for submission to the FAA Airport Surveying - Geographic Information System (GIS) Program.

This program establishes standards for surveying and collecting data around airports. Required data collection includes, but is not limited to, the following domains:

  • Runways and stopways
  • Navigational aids
  • Obstructions
  • Taxiways
  • Aprons
  • Landmarks

Once submitted to the FAA, safety critical data is validated and verified by the National Geodetic Survey (NGS).

使用法

  • The FAA Airports GIS program requires Esri data to be submitted as shapefiles only.

  • Submit shapefiles to https://adip.faa.gov/agis/public/#/public.

  • This tool uses the Feature Class To Shapefile tool to create shapefiles with attribute names that comply with the 18B format. Only feature classes and attributes that are defined in the 18B specification will be exported.

  • Input Workspace must contain an Airports data model. Shapefiles created from a non-Airports data model are not guaranteed to pass validation by the NGS.

構文

arcpy.aviationmanagement.ExportAirportsToFAA18BShapefile(in_workspace, output_location, {in_features})
パラメーター説明データ タイプ
in_workspace

The workspace that contains the Airports data.

Workspace
output_location

The folder to which shapefiles are written.

Folder
in_features
[in_features,...]
(オプション)

A list of feature classes to export to shapefiles. If not set, all feature classes within the Input Workspace are exported to shapefiles.

Feature Layer

コードのサンプル

ExportAirportsToFAA18BShapefile example (stand-alone script)

The following Python window script demonstrates how to use the ExportAirportsToFAA18BShapefile tool.

# Name: ExportAirportsToFAA18BShapefile_Example.py
# Description: Exports 3 Airports feature classes to shapefiles.
# Requirements: ArcGIS Aviation Airports

import arcpy

arcpy.CheckOutExtension("Aeronautical")

# local variables for workspace and output parameters
inWork = "C:/data/Airports.sde"
outLocation = "C:/data"

# make three feature layers for export
arcpy.MakeFeatureLayer_management("C:/data/Airports.sde/Airports.DBO.Airspace/Airports.DBO.Obstacle","Obstacle")
arcpy.MakeFeatureLayer_management("C:/data/Airports.sde/Airports.DBO.Airspace/Airports.DBO.ObstructionArea","ObstructionArea")
arcpy.MakeFeatureLayer_management("C:/data/Airports.sde/Airports.DBO.Airspace/Airports.DBO.LandmarkSegment","LandmarkSegment")

# create a list of the input features to export
inFeatures = ["Obstacle","ObstructionArea","LandmarkSegment"]

# export to FAA 18B shapefile format
arcpy.ExportAirportsToFAA18BShapefile_aviationmanagement(inWork,outLocation,inFeatures)

arcpy.CheckInExtension("Aeronautical")

環境

  • 現在のワークスペース

ライセンス情報

  • Basic: いいえ
  • Standard: 次のものが必要 ArcGIS Aviation Airports
  • Advanced: 次のものが必要 ArcGIS Aviation Airports

関連トピック

  • An overview of the FAA toolset

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

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

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル