Registers raster and feature class data to a Bathymetric Information System (BIS).
Usage
The Target Workspace parameter value must be a workspace that contains a BIS.
Inputs can be datasets, spatial data types, or workspaces. Nonspatial data types, such as tables, are not valid inputs.
Multiple datasets can be added to the BIS at the same time; however, datasets with elevation values should share the same Vertical Units and Directionality parameter values. The vertical units and directionality values that are provided will be used for all datasets added at once.
You must have read access to both the input workspace and the target workspace to add data to the BIS.
Refresh the layers on the List By Data Source tab of the Contents pane to see datasets added by other users when adding data to an enterprise geodatabase BIS.
The output footprints will use the coordinate system of the BIS. If the input data has a different coordinate system than the BIS, use the Geographic Transformations environment with this tool.
Specifies the types of data that will be included from any workspaces provided in the Input Data parameter. All data types are included by default.
Feature Class—Feature classes will be included.
Feature Service—Feature services will be included.
Image Service—Image services will be included.
Layer File—Layer files will be included.
Map Service—Map services will be included.
Mosaic Dataset—Mosaic datasets will be included.
Raster Dataset—Raster datasets will be included.
Scene Layer Package—Scene layer packages will be included.
TIN—TIN datasets will be included.
String
Include Subfolders
(Optional)
Specifies whether the contents of a workspace subfolder will be added to the BIS. This parameter is not applicable to file or enterprise geodatabases.
Checked—Valid data in the subfolders will be added to the BIS.
Unchecked—Subfolder contents will not be added to the BIS. This is the default.
Boolean
Footprint Type
(Optional)
Specifies whether the footprint will be the full extent of the dataset or a precise domain representing the approximate boundary of the input dataset.
Envelope—The footprint will be the full extent of the dataset. This is the default.
Precise Domain—The footprint will be a polygon that is the approximate boundary of the input dataset.
String
Vertical Units
(Optional)
Specifies the vertical units that will be used for the depth data.
Meters—The vertical units will be meters.
Feet—The vertical units will be feet.
US Survey Feet—The vertical units will be U.S. Survey feet.
Fathoms—The vertical units will be fathoms.
String
Directionality
(Optional)
Specifies the directionality of the elevation data.
Positive Up—The directionality of the elevation data will be positive up.
Positive Down—The directionality of the elevation data will be positive down.
String
BAG Metadata Mapping File
(Optional)
The metadata mapping file that contains the XML element tree mapping information for Bathymetric Attributed Grid (BAG) internal metadata. This metadata mapping file can be used if the BisCatalog includes the fields listed in the BAG metadata mapping file. The mapping file is provided in the ArcGIS Bathymetry product data files at <ArcGIS Bathymetry installation location>\ArcGIS Bathymetry\Product Files\<version>\Bathymetry Supplemental\bag_metadata_mapping.txt. The tool will automatically populate this location; however, the parameter value can be edited if the file has been installed in a different location. If the BAG metadata mapping file is used, internal BAG metadata will be extracted from input BAGs and the values will be populated in the BisCatalog.
File
Update Overviews
(Optional)
Specifies whether overviews and statistics for a mosaic dataset will be calculated and updated.
Checked—Overviews and statistics will be calculated and updated. This is the default.
Unchecked—Overviews and statistics will not be calculated and updated.
Specifies the types of data that will be included from any workspaces provided in the in_data parameter. All data types are included by default.
FEATURE_CLASS—Feature classes will be included.
FEATURE_SERVICE—Feature services will be included.
IMAGE_SERVICE—Image services will be included.
LAYER_FILE—Layer files will be included.
MAP_SERVICE—Map services will be included.
MOSAIC_DATASET—Mosaic datasets will be included.
RASTER_DATASET—Raster datasets will be included.
SCENE_LAYER_PACKAGE—Scene layer packages will be included.
TIN—TIN datasets will be included.
String
include_subfolders
(Optional)
Specifies whether the contents of a workspace subfolder will be added to the BIS. This parameter is not applicable to file or enterprise geodatabases.
INCLUDE_SUBFOLDERS—Valid data in the subfolders will be added to the BIS.
NOT_INCLUDE_SUBFOLDERS—Subfolder contents will not be added to the BIS. This is the default.
Boolean
footprint_type
(Optional)
Specifies whether the footprint will be the full extent of the dataset or a precise domain representing the approximate boundary of the input dataset.
ENVELOPE—The footprint will be the full extent of the dataset. This is the default.
PRECISE_DOMAIN—The footprint will be a polygon that is the approximate boundary of the input dataset.
String
vertical_units
(Optional)
Specifies the vertical units that will be used for the depth data.
METERS—The vertical units will be meters.
FEET—The vertical units will be feet.
FEET_US—The vertical units will be U.S. Survey feet.
FATHOMS—The vertical units will be fathoms.
String
directionality
(Optional)
Specifies the directionality of the elevation data.
POSITIVE_UP—The directionality of the elevation data will be positive up.
POSITIVE_DOWN—The directionality of the elevation data will be positive down.
String
in_bag_metadata_mapping_file
(Optional)
The metadata mapping file that contains the XML element tree mapping information for Bathymetric Attributed Grid (BAG) internal metadata. This metadata mapping file can be used if the BisCatalog includes the fields listed in the BAG metadata mapping file. The mapping file is provided in the ArcGIS Bathymetry product data files at <ArcGIS Bathymetry installation location>\ArcGIS Bathymetry\Product Files\<version>\Bathymetry Supplemental\bag_metadata_mapping.txt. The tool will automatically populate this location; however, the parameter value can be edited if the file has been installed in a different location. If the BAG metadata mapping file is used, internal BAG metadata will be extracted from input BAGs and the values will be populated in the BisCatalog.
File
update_overviews
(Optional)
Specifies whether overviews and statistics for a mosaic dataset will be calculated and updated.
UPDATE_OVERVIEWS—Overviews and statistics will be calculated and updated. This is the default.
NOT_UPDATE_OVERVIEWS—Overviews and statistics will not be calculated and updated.
Boolean
Derived output
Name
Explanation
Data type
updated_bis
The updated BIS workspace.
Workspace
Code sample
AddDataToBIS example (stand-alone script)
The following stand-alone script demonstrates how to use the AddDataToBIS function.