ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Export To S57

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Converts coverages to S-57 object files.

Usage

  • S-57 is a data standard developed by the International Hydrographic Organization (IHO) to be used for the exchange of digital hydrographic data.

  • The Output Log File will be created in the process and then holds the report of the export.

  • The Input Workspace in which the S-57 files are located must contain coverages or the directory cannot be selected.

Syntax

arcpy.arc.ArcS57(in_workspace, log_file, {out_workspace})
ParameterExplanationData Type
in_workspace

The workspace containing the coverage to be converted (exported).

Folder
log_file

Contains the report of the export process.

File
out_workspace
(Optional)

The folder that will contain the S-57 object files.

Folder

Code sample

ArcS57 example (stand-alone script)

The following stand-alone script demonstrates how to export a coverage to S-57 format.

# Name: ArcS57_Example.py
# Description: Export a coverage to S-57 format
# Requirements: ArcInfo Workstation

# Import system modules
import arcpy
from arcpy import env
import os

# Set environment settings
env.workspace = "C:/data"

# Set local variables
input = "tongass1"
logFile = "ArcS57_log.txt"
outWorkspace = "C:/output/tongass_s57"

# Execute ArcS57
arcpy.ArcS57_arc(input, logFile, outWorkspace)

Environments

  • Current Workspace
  • Level Of Comparison Between Projection Files
  • Precision For Derived Coverages
  • Precision For New Coverages
  • Scratch Workspace

Licensing information

  • Basic: No
  • Standard: No
  • Advanced: Requires ArcInfo Workstation installed

Related topics

  • An overview of the From Coverage toolset
  • Import From S57

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

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

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal