package zonal
- Alphabetic
- Public
- All
Type Members
- trait Implicits extends AnyRef
-
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.
- trait ZonalMethods extends MethodExtensions[Tile]
Value Members
- object DoubleZonalHistogram extends ZonalHistogram[Double]
- object Implicits extends Implicits
- object IntZonalHistogram extends ZonalHistogram[Int]
-
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.