Package

geotrellis.spark

etl

Permalink

package etl

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

Type Members

  1. case class Etl(args: Seq[String], modules: Seq[TypedModule] = Etl.defaultModules) extends Product with Serializable

    Permalink
  2. class EtlConf extends ScallopConf

    Permalink
  3. trait InputPlugin[I, V] extends Plugin with Serializable

    Permalink
  4. type LayoutSchemeProvider = (CRS, Int) ⇒ LayoutScheme

    Permalink
  5. trait OutputPlugin[K, V, M] extends Plugin

    Permalink
  6. trait Plugin extends AnyRef

    Permalink
  7. sealed trait ReprojectMethod extends AnyRef

    Permalink
  8. trait TypedModule extends AnyRef

    Permalink

Value Members

  1. object BufferedReproject extends ReprojectMethod with Product with Serializable

    Permalink

    BufferedReproject method will perform reproject still after the tiling step.

    BufferedReproject method will perform reproject still after the tiling step. Because tiling step creates keys with SpatialComponent this method of reprojection is able to sample pixels past the tile boundaries by performing a spatial neighborhood join. This method is the default and produces the best results. Note that method of reprojection requires that all of the source tiles share the same CRS.

  2. object Etl extends Serializable

    Permalink
  3. object EtlConf

    Permalink
  4. object MultibandIngest extends App

    Permalink
  5. object PerTileReproject extends ReprojectMethod with Product with Serializable

    Permalink

    PerTileReproject method will perform reproject step before the tiling step.

    PerTileReproject method will perform reproject step before the tiling step. This method of reprojection can not consider pixels past the individual tile boundaries, even if they exist elsewhere in the dataset, and will read them as NODATA when interpolating. However this restriction allows for source tiles to have projections that differ per tile. The projections will be unified before the tiling step, which requires all extents to be in the same projection.

  6. object SinglebandIngest extends App

    Permalink
  7. package accumulo

    Permalink
  8. package hadoop

    Permalink
  9. package s3

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped