Packages

object TimeSeries

Given a TileLayerRDD[SpaceTimeKey], some masking geometry, and a reduction operator, produce a time series.

Annotations
@experimental()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeSeries
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[R](layer: TileLayerRDD[SpaceTimeKey], projection: (Tile) ⇒ R, reduction: (R, R) ⇒ R, geoms: Traversable[MultiPolygon], options: Options = Mask.Options.DEFAULT)(implicit arg0: ClassTag[R]): RDD[(ZonedDateTime, R)]
    Annotations
    @experimental()