Package

geotrellis.spark

costdistance

Permalink

package costdistance

Visibility
  1. Public
  2. All

Type Members

  1. trait Implicits extends AnyRef

    Permalink
  2. abstract class RDDCostDistanceMethods[K, V] extends MethodExtensions[RDD[(K, V)] with Metadata[TileLayerMetadata[K]]]

    Permalink

Value Members

  1. object Implicits extends Implicits

    Permalink
  2. object IterativeCostDistance

    Permalink

    This Spark-enabled implementation of the standard cost-distance algorithm mentioned in the "previous work" section of [1] is "heavily inspired" by the MrGeo implementation [2] but does not share any code with it.

    This Spark-enabled implementation of the standard cost-distance algorithm mentioned in the "previous work" section of [1] is "heavily inspired" by the MrGeo implementation [2] but does not share any code with it.

    1. Tomlin, Dana. "Propagating radial waves of travel cost in a grid." International Journal of Geographical Information Science 24.9 (2010): 1391-1413.

    2. https://github.com/ngageoint/mrgeo/blob/0c6ed4a7e66bb0923ec5c570b102862aee9e885e/mrgeo-mapalgebra/mrgeo-mapalgebra-costdistance/src/main/scala/org/mrgeo/mapalgebra/CostDistanceMapOp.scala

Ungrouped