geotrellis.spark

ingest

package ingest

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ingest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type IngestKey[T] = KeyComponent[T, ProjectedExtent]

  2. implicit class IngestKeyWrapper[T] extends AnyRef

  3. implicit class ReprojectWrapper[T] extends AnyRef

  4. case class SpaceTimeInputKey(extent: Extent, crs: CRS, time: com.github.nscala_time.time.Imports.DateTime) extends Product with Serializable

    A key for a Tile with temporal as well as spatial dimension

  5. type Tiler[T, K] = (RDD[(T, Tile)], RasterMetaData) ⇒ RasterRDD[K]

Value Members

  1. object Ingest

  2. implicit object ProjectedExtentComponent extends IdentityComponent[ProjectedExtent]

  3. object Pyramid extends Logging

  4. object Reproject

  5. object SpaceTimeInputKey extends Serializable

  6. object Tiler

  7. implicit def projectedExtentToSpatialKeyTiler: (RDD[(ProjectedExtent, Tile)], RasterMetaData) ⇒ RasterRDD[SpatialKey]

Inherited from AnyRef

Inherited from Any

Ungrouped