geotrellis.raster.op

zonal

package zonal

Visibility
  1. Public
  2. All

Type Members

  1. case class ZonalHistogram(data: Op[Raster], zones: Op[Raster]) extends Op2[Raster, Raster, Map[Int, FastMapHistogram]] with Product with Serializable

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

  2. trait ZonalOpMethods[+Repr <: RasterSource] extends AnyRef

  3. case class ZonalPercentage(r: Op[Raster], zones: Op[Raster]) extends Op2[Raster, Raster, Raster] with Product with Serializable

    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.

Value Members

  1. package summary

Ungrouped