Packages

trait ZonalHistogram[T <: AnyVal] extends AnyRef

Given a raster, return a histogram summary of the cells within each zone.

Note

ZonalHistogram does not currently support Double raster data. If you use a Raster with a Double CellType (FloatConstantNoDataCellType, DoubleConstantNoDataCellType) the data values will be rounded to integers.

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

Abstract Value Members

  1. abstract def apply(tile: Tile, zones: Tile): Map[Int, Histogram[T]]