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

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

GAIT

  • 描述
  • 使用方法
  • 语法
  • 代码示例
  • 环境
  • 许可信息

描述

Validates data using the Geospatial Analysis Integrity Tool (GAIT), which checks geometry, feature codes, attribute values and domains, and metadata.

使用方法

  • You must have CYGWIN and GAIT installed to use this tool.

  • The tool writes the results as line and point shapefiles to an output directory.

  • GAIT can execute using data in MGCP, GIFD, TDS, and VMap data models.

  • The attribution schema must match the schema of the input feature layer.

  • The inspection profile represents a set of checks to run during GAIT and depends on the data model set in the Attribution Schema parameter. Valid domain values are included in the tool messages.

  • Every time the GAIT tool is run when a Reviewer workspace is defined, a new Reviewer session will be created.

  • The values of the Metadata Mapping Table parameter depend on the attribution schema. Valid domain values are included in the tool messages.

  • The tool results are stored in two log files, GAITStdError.txt and GAITStdOutput.txt, located at C:\Users\<user_name>\AppData\Roaming\ESRI\Production<version>\Desktop.

语法

arcpy.defense.GAIT(in_features, gait_exe, folder, schema, project, format, metadata, silent, {reviewer_workspace}, {specfile})
参数说明数据类型
in_features
[in_features,...]

The features to validate.

Feature Layer; Table View
gait_exe

The path to the GAIT executable file.

File
folder

The shapefile export directory.

Folder
schema

The data model that corresponds to the data displayed in the input feature layer.

String
project

The name of the project. The project contains validation information, such as the checks run on the data and the results.

String
format

The set of checks to run on the data. This is specific to the data model listed in the attribution schema.

String
metadata

Specifies the metadata mapping table that corresponds to the data model of the input feature layer and the attribution schema.

  • META_ESRI —The Esri metadata mapping table will be used.
  • META_INGR —The Intergraph metadata mapping table will be used.
  • META_MGCPNGA —The MGCP NGA metadata mapping table will be used.
String
silent

Specifies whether output messages from GAIT.exe will be limited as to the number of words.

  • SILENT —Messages from GAIT.exe will be limited. This is the default.
  • VERBOSE —Messages from GAIT.exe will not be limited.
Boolean
reviewer_workspace
(可选)

The workspace where the output features will be written. Each shapefile result record is written to the reviewer table in this workspace.

Workspace
specfile
(可选)

A file that defines the custom checks.

File

派生输出

名称说明数据类型
out_featurelayers

The feature layers that have been validated through GAIT.

Feature Layer; Table View

代码示例

GAIT example (stand-alone script)

This stand-alone Python script demonstrates running GAIT using MGCP data.

# GaitExample_Example.py
# Description: Runs a GAIT session against a feature layer
# Requirements: ArcGIS Defense Mapping solution

# Import arcpy module
import arcpy

#check out the extension
arcpy.CheckOutExtension('defense')

# Local variables for the GAIT tool params
AerofacA = "C:\\data\\mgcp.gdb\\MGCP\\AerofacA"
GAIT_exe = "C:\\GAIT\\GAIT.exe"
defense_data = "C:\\defense_data"
AerofacA_Layer = "AerofacA_Layer"

# Make a feature layer for the first param
arcpy.MakeFeatureLayer_management(AerofacA, AerofacA_Layer)

# Exec the GAIT tool
arcpy.GAIT_defense("AerofacA_Layer", GAIT_exe, defense_data, "MGCP", "MGCP_gait", "USE_MGCPMASTER", "META_MGCPNGA", "SILENT", "")

#Check in the extension
arcpy.CheckInExtension('defense')

环境

此工具不使用任何地理处理环境。

许可信息

  • Basic: 否
  • Standard: 需要 Defense Mapping
  • Advanced: 需要 Defense Mapping

相关主题

  • An overview of the Validation toolset

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS

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

关于 Esri

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