S-58 Log File To Reviewer Table (Nautical)

许可等级:BasicStandardAdvanced

摘要

Imports S-58 errors and warnings from log files generated by third-party validation software into a Data Reviewer workspace.

用法

语法

S58LogToReviewerTable_nautical (Validation_Log_File, ENC_File, Production_Database, Data_Reviewer_Workspace)
参数说明数据类型
Validation_Log_File

The log file that contains validation errors generated by the third-party validation software.

File
ENC_File

The ENC associated with the error log that will be imported into Data Reviewer.

File
Production_Database

The geodatabase used to generate the ENC run through third-party validation. The Production Database is used to link errors in the log file to feature geometries. Valid production databases include NIS or ENC data models.

Workspace
Data_Reviewer_Workspace

An existing geodatabase that will be used to store the imported validation errors. The Data Reviewer schema will be created if it does not already exist in the geodatabase. This workspace must be a file geodatabase.

Workspace

代码实例

S58LogToReviewerTable example (Python window)

The following code sample demonstrates how to use the S58LogToReviewerTable tool.

# Input ENC
enc = "C:/Data/US4MD82M.000"

# Input dKart validation log
log = "C:/Data/US4MD82M.log"

# Reviewer and Production workspaces
reviewer = "C:/Data/Validation.gdb"
production = "Database Connections/NauticalInformationSystem.sde"

# Execute the S-58 Log To Reviewer Table tool
arcpy.S58LogToReviewerTable_nautical(enc, log, reviewer, production)

环境

相关主题

许可信息

ArcGIS for Desktop Basic: 否
ArcGIS for Desktop Standard: 否
ArcGIS for Desktop Advanced: 需要 Maritime Charting
4/27/2014