SpatialSpark (homepage)
Big Spatial Data Processing using Spark
@syoummer / (1)
Big Spatial Data Processing using Spark
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages me.simin:spatial-spark_2.10:1.0
sbt
In your sbt build file, add:
libraryDependencies += "me.simin" % "spatial-spark_2.10" % "1.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>me.simin</groupId> <artifactId>spatial-spark_2.10</artifactId> <version>1.0</version> </dependency> </dependencies>
Releases
Version: 1.0 ( d74765 | zip | jar ) / Date: 2015-10-08 / License: Apache-2.0 / Scala version: 2.10