Packages

c

geotrellis.raster.Implicits

TilePercentileExtensions

implicit class TilePercentileExtensions extends AnyRef

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

Instance Constructors

  1. new TilePercentileExtensions(tile: Tile)

Value Members

  1. def percentile(pctBreak: Double): Double

    Compute percentile at the given break using the same algorithm as numpy

    Compute percentile at the given break using the same algorithm as numpy

    https://docs.scipy.org/doc/numpy/reference/generated/numpy.percentile.html https://en.wikipedia.org/wiki/Percentile

  2. def percentile(pctBreaks: Array[Double]): Array[Double]

    Compute percentile at the given breaks using the same algorithm as numpy

    Compute percentile at the given breaks using the same algorithm as numpy

    https://docs.scipy.org/doc/numpy/reference/generated/numpy.percentile.html https://en.wikipedia.org/wiki/Percentile