Packages

implicit object SpaceTimePartitioner extends PartitionerIndex[SpaceTimeKey]

This is hoped to be a reasonable default value. The partitioner groups keys in 16x16 blocks spatially and by year temporally.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpaceTimePartitioner
  2. PartitionerIndex
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def indexRanges(keyRange: (SpaceTimeKey, SpaceTimeKey)): Seq[(BigInt, BigInt)]
    Definition Classes
    SpaceTimePartitionerPartitionerIndex
  2. def toIndex(key: SpaceTimeKey): BigInt
    Definition Classes
    SpaceTimePartitionerPartitionerIndex