Skip to content

Commit

Permalink
Updated imports in EuclideanDistanceExample
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouffard committed Apr 3, 2019
1 parent 2a9fc2c commit 46ebe80
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ object EuclideanDistanceExamples {

import geotrellis.proj4._
import geotrellis.raster._
import geotrellis.raster.render._
import geotrellis.spark._
import geotrellis.spark.tiling._
import geotrellis.vector._

// This examples show some problems that may arise when using the distribued
// Euclidean distance operations on data that does not sufficiently cover
// This examples show some problems that may arise when using the distribued
// Euclidean distance operations on data that does not sufficiently cover
// the extent in question. Run this test and look at the resulting schools.
// png; you'll notice the lower left hand corner has areas that are empty
// and other areas showing discontinuous behavior because the points which
// png; you'll notice the lower left hand corner has areas that are empty
// and other areas showing discontinuous behavior because the points which
// define the Euclidean distance are too far away.

val sc: SparkContext = ???
Expand Down

0 comments on commit 46ebe80

Please sign in to comment.