Creates a raster identifying all sinks or areas of internal drainage.
Learn more about how Sink works
Usage tips
Command line and Scripting
-
The output of the Sink function is an integer raster with each sink being assigned a unique value. Sinks are numbered between one and the number of sinks.
-
The following environment settings affect this tool:
- General: Current Workspace, Scratch Workspace, Output Coordinate system, Output Extent, Snap Raster.
- Raster Storage: See the Raster Storage settings for the particular output raster format selected.
Map Algebra
-
The output of the Sink function is an integer raster with each sink being assigned a unique value. Sinks are numbered between one and the number of sinks.
-
Learn more about how to specify the input raster dataset in the Map Algebra expression of Raster Calculator.
ArcObjects
-
Valid input for the geoDataset to ArcObjects is a Raster or RasterDataset, which can be created using the IHydrologyOp::FlowDirection method.
-
The output from ArcObjects is a temporary raster. To save the raster permanently, use IRasterBandCollection::SaveAs method.
-
The output of the Sink method is an integer raster, with each sink being assigned a unique value. Sinks are numbered between one and the number of sinks.