Package

org.locationtech.rasterframes

stats

Permalink

package stats

Visibility
  1. Public
  2. All

Type Members

  1. case class CellHistogram(bins: Seq[Bin]) extends Product with Serializable

    Permalink

    Container for computed aggregate histogram.

    Container for computed aggregate histogram.

    Since

    4/3/18

  2. case class CellStatistics(data_cells: Long, no_data_cells: Long, min: Double, max: Double, mean: Double, variance: Double) extends Product with Serializable

    Permalink

    Container for computed statistics over cells.

    Container for computed statistics over cells.

    Since

    4/3/18

  3. case class LocalCellStatistics(count: Tile, min: Tile, max: Tile, mean: Tile, variance: Tile) extends Product with Serializable

    Permalink

Value Members

  1. object CellHistogram extends Serializable

    Permalink
  2. object CellStatistics extends Serializable

    Permalink

Ungrouped