Imports S-100 hydrographic data into a geodatabase created from a related S-100 Feature Catalogue.
用法
Before importing data, the appropriate data model must exist in the Target Workspace parameter 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.
An .xml file that follows the S-100 Feature Catalogue format as defined by the IHO. It describes the content of a data product and its specifications. The default file location for S-100 catalogue files is <ArcGIS Maritime installation location>\ArcGIS Maritime\Product Files\<version>\S-101\, provided the Maritime product files are installed.
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
(可选)
The data that will be updated in a base file in S-100 format.
File
Create S-57 Product
(可选)
Specifies whether an S-57 product will be created when an S-100 cell is imported. This parameter is only visible when the target workspace is co-production enabled.
选中—An S-57 product will be created. The S57ProductDefinitions table and S57ProductCoverage feature class will be updated based on the information in the S-101 cell.
未选中—An S-57 product will not be created. This is the default.
Boolean
派生输出
标注
说明
数据类型
Output Workspace
The geodatabase to which output data will be written.
An .xml file that follows the S-100 Feature Catalogue format as defined by the IHO. It describes the content of a data product and its specifications. The default file location for S-100 catalogue files is <ArcGIS Maritime installation location>\ArcGIS Maritime\Product Files\<version>\S-101\, provided the Maritime product files are installed.
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,...]
(可选)
The data that will be updated in a base file in S-100 format.
File
create_s57_product
(可选)
Specifies whether an S-57 product will be created when an S-100 cell is imported. This parameter is only visible when the target workspace is co-production enabled.
CREATE_S57_PRODUCT—An S-57 product will be created. The S57ProductDefinitions table and S57ProductCoverage feature class will be updated based on the information in the S-101 cell.
DO_NOT_CREATE_S57_PRODUCT—An S-57 product will not be created. This is the default.
Boolean
派生输出
名称
说明
数据类型
output_workspace
The geodatabase to which output data will be written.
Workspace
代码示例
ImportS100Cell example (stand-alone script)
The following Python window script demonstrates how to use the ImportS100Cell function.