Packages

object Fill

Fills sink values in a raster. Returns a raster of DoubleConstantNoDataCellType

Note

The threshold in the options will be used to determine whether or not something is a sink, so if you find that this operation is incorrectly classifying your data, make sure you have set the threshold appropriately.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fill
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(r: Tile, n: Neighborhood, bounds: Option[GridBounds[Int]], threshold: Double, target: TargetCell = TargetCell.All): Tile