Packages

package zonal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Implicits extends AnyRef
  2. trait ZonalHistogram[T <: AnyVal] extends AnyRef

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

    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.

  3. trait ZonalMethods extends MethodExtensions[Tile]

Value Members

  1. object DoubleZonalHistogram extends ZonalHistogram[Double]
  2. object Implicits extends Implicits
  3. object IntZonalHistogram extends ZonalHistogram[Int]
  4. object ZonalPercentage

    Given a raster and a raster representing it's zones, sets all pixels within each zone to the percentage of those pixels having values equal to that of the given pixel.

    Given a raster and a raster representing it's zones, sets all pixels within each zone to the percentage of those pixels having values equal to that of the given pixel.

    Percentages are integer values from 0 - 100.

    Note

    ZonalPercentage 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.

Ungrouped