Import S-100 Cell (Maritime)

Disponible con licencia de ArcGIS Maritime.

Resumen

Imports S-100 hydrographic data into a geodatabase created from a related S-100 Feature Catalogue.

Uso

  • Before importing data, the appropriate data model must exist in the Target Workspace value. Use the Import S-100 Feature Catalogue tool to import the data model.

  • An S-100 Feature Catalogue file is required to map the features and attributes.

  • Data can include any of the S-100 vector-based product specifications, such as S-101.

    Visit the International Hydrographic Organization website for a complete list of product specifications.

  • The coordinate system of the input base cell should match the coordinate system of the geodatabase.

  • This tool does not reproject data. Verify that the projection of the of the input base cell matches that of the target workspace.

Parámetros

EtiquetaExplicaciónTipo de datos
S-100 Feature Catalogue

An S-100 Feature Catalogue document that describes the content of a data product and its specification.

File
S-100 Cell

The data contained in a base file in S-100 format.

File
Target Workspace

The geodatabase to which all output data will be written.

Workspace
S-100 Update Cells
(Opcional)

The data that will be updated in a base file in S-100 format.

File

Salida derivada

EtiquetaExplicaciónTipo de datos
Output Workspace

The geodatabase to which output data will be written.

Workspace

arcpy.maritime.ImportS100Cell(in_feature_catalogue, in_base_cell, target_workspace, {in_update_cells})
NombreExplicaciónTipo de datos
in_feature_catalogue

An S-100 Feature Catalogue document that describes the content of a data product and its specification.

File
in_base_cell

The data contained in a base file in S-100 format.

File
target_workspace

The geodatabase to which all output data will be written.

Workspace
in_update_cells
[in_update_cells,...]
(Opcional)

The data that will be updated in a base file in S-100 format.

File

Salida derivada

NombreExplicaciónTipo de datos
output_workspace

The geodatabase to which output data will be written.

Workspace

Muestra de código

ImportS100Cell example (stand-alone script)

The following Python window script demonstrates how to use the ImportS100Cell function.

Import arcpy
in_feature_catalogue = r'C:\Program Files\ArcGIS\Pro\Resources\Maritime\S-101 ENCs_draft_0.9.1.1.xml'
in_base_cell = r'C:\Data\Pro\US5NY1CM__.000'
target_workspace = r'C:\Users\patr\Documents\ArcGIS\Projects\s101_testing\s101_testing.gdb'

arcpy.maritime.ImportS100Cell(in_feature_catalogue,in_base_cell,target_workspace)

Información de licenciamiento

  • Basic: No
  • Standard: Requiere ArcGIS Maritime
  • Advanced: Requiere ArcGIS Maritime

Temas relacionados