GeoMesa Spark GeoTools RDD Provider

A distributed spatio-temporal database built on a number of cloud data storage systems

License

License

Categories

Categories

GeoTools Business Logic Libraries Geospatial Geo
GroupId

GroupId

org.locationtech.geomesa
ArtifactId

ArtifactId

geomesa-spark-geotools_2.11
Last Version

Last Version

2.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

GeoMesa Spark GeoTools RDD Provider
A distributed spatio-temporal database built on a number of cloud data storage systems

Download geomesa-spark-geotools_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/org.locationtech.geomesa/geomesa-spark-geotools_2.11/ -->
<dependency>
    <groupId>org.locationtech.geomesa</groupId>
    <artifactId>geomesa-spark-geotools_2.11</artifactId>
    <version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.geomesa/geomesa-spark-geotools_2.11/
implementation 'org.locationtech.geomesa:geomesa-spark-geotools_2.11:2.4.2'
// https://jarcasting.com/artifacts/org.locationtech.geomesa/geomesa-spark-geotools_2.11/
implementation ("org.locationtech.geomesa:geomesa-spark-geotools_2.11:2.4.2")
'org.locationtech.geomesa:geomesa-spark-geotools_2.11:jar:2.4.2'
<dependency org="org.locationtech.geomesa" name="geomesa-spark-geotools_2.11" rev="2.4.2">
  <artifact name="geomesa-spark-geotools_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.geomesa', module='geomesa-spark-geotools_2.11', version='2.4.2')
)
libraryDependencies += "org.locationtech.geomesa" % "geomesa-spark-geotools_2.11" % "2.4.2"
[org.locationtech.geomesa/geomesa-spark-geotools_2.11 "2.4.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.locationtech.geomesa : geomesa-gt-spark_2.11 jar 2.4.2
org.scala-lang : scala-library jar 2.11.7

provided (2)

Group / Artifact Type Version
org.apache.spark : spark-core_2.11 jar 2.3.1
org.apache.spark : spark-sql_2.11 jar 2.3.1

Project Modules

There are no modules declared in this project.

GeoMesa is an open source suite of tools that enables large-scale geospatial querying and analytics on distributed computing systems. GeoMesa provides spatio-temporal indexing on top of the Accumulo, HBase, Google Bigtable and Cassandra databases for massive storage of point, line, and polygon data. GeoMesa also provides near real time stream processing of spatio-temporal data by layering spatial semantics on top of Apache Kafka. Through GeoServer, GeoMesa facilitates integration with a wide range of existing mapping clients over standard OGC (Open Geospatial Consortium) APIs and protocols such as WFS and WMS. GeoMesa supports Apache Spark for custom distributed geospatial analytics.

LocationTech GeoMesa is a member of the LocationTech working group of the Eclipse Foundation.

Join the Community

  • Join the chat at https://gitter.im/locationtech/geomesa
  • GeoMesa Users and Dev mailing lists
  • GeoMesa JIRA for issue tracking

Documentation

Downloads

Current release: 3.1.0

     HBase | Accumulo | Cassandra | Kafka | Redis | FileSystem | Bigtable

Verifying Downloads

Downloads hosted on GitHub include SHA-256 hashes and gpg signatures (.asc files). To verify a download using gpg, import the appropriate key:

$ gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys CD24F317

Then verify the file:

$ gpg2 --verify geomesa-accumulo_2.11-3.1.0-bin.tar.gz.asc geomesa-accumulo_2.11-3.1.0-bin.tar.gz

The keys currently used for signing are:

Key ID Name
CD24F317 Emilio Lahr-Vivaz <elahrvivaz(-at-)ccri.com>
1E679A56 James Hughes <jnh5y(-at-)ccri.com>

Maven Integration

Maven

GeoMesa is hosted on Maven Central. However, it still depends on several third-party libraries only available in other repositories. To include GeoMesa in your project, add the following repositories to your pom:

<repositories>
  <!-- geotools -->
  <repository>
    <id>osgeo</id>
    <url>https://repo.osgeo.org/repository/release</url>
  </repository>
  <!-- confluent -->
  <repository>
    <id>confluent</id>
    <url>https://packages.confluent.io/maven/</url>
  </repository>
</repositories>

You may then include the desired geomesa-* dependencies, for example:

<dependency>
  <groupId>org.locationtech.geomesa</groupId>
  <artifactId>geomesa-utils_2.11</artifactId>
  <version>3.1.0</version>
</dependency>

To download from the LocationTech Maven repository (required for older versions), add:

<repository>
  <id>eclipse-releases</id>
  <url>https://repo.eclipse.org/content/groups/releases</url>
  <snapshots>
    <enabled>false</enabled>
  </snapshots>
</repository>

For nightly snapshot integration, add:

<repository>
  <id>geomesa-snapshots</id>
  <url>https://repo.eclipse.org/content/repositories/geomesa-snapshots</url>
  <releases>
    <enabled>false</enabled>
  </releases>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository>

sbt Integration

Similarly, integration with sbt is straightforward:

// Add necessary resolvers
resolvers ++= Seq(
  "osgeo" at "https://repo.osgeo.org/repository/release",
  "confluent" at "https://packages.confluent.io/maven"
)

// Select desired modules
libraryDependencies ++= Seq(
  "org.locationtech.geomesa" %% "geomesa-utils" % "3.1.0"
)

Building from Source

Development version: 3.2.0-SNAPSHOT

     Build Status

Requirements:

Use Git to download the source code. Navigate to the destination directory, then run:

git clone [email protected]:locationtech/geomesa.git
cd geomesa

The project is built using Maven. To build, run:

mvn clean install

The full build takes quite a while. To speed it up, you may skip tests and use multiple threads. GeoMesa also provides the script build/mvn, which is a wrapper around Maven that downloads and runs Zinc, a fast incremental compiler:

build/mvn clean install -T8 -DskipTests

If the Zinc build fails with an error finding "javac", try setting the JAVA_HOME environment variable to point to the root of your JDK. Example from a Mac:

JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home" build/mvn clean install
org.locationtech.geomesa

LocationTech

Versions

Version
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0-m.1
2.0.0
1.3.6
1.3.5
1.3.4