geotrellis.raster.mapalgebra

zonal

package zonal

Visibility
  1. Public
  2. All

Type Members

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

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

  2. trait ZonalMethods extends MethodExtensions[Tile]

Value Members

  1. object DoubleZonalHistogram extends ZonalHistogram[Double]

  2. object IntZonalHistogram extends ZonalHistogram[Int]

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

Ungrouped