| License |
License |
|---|---|
| Categories |
CategoriesGeo Business Logic Libraries Geospatial |
| GroupId | GroupIdorg.calrissian.accumulorecipes |
| ArtifactId | ArtifactIdgeospatial-store |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCalrissian Accumulo Recipes Geospatial Store
The Geospatial store allows events to be stored under geohashes so that they can be queried back when
given rectangular geo-bounds.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| geospatial-store-2.0.0.pom | |
| geospatial-store-2.0.0.jar | 16 KB |
| geospatial-store-2.0.0-sources.jar | 8 KB |
| geospatial-store-2.0.0-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/geospatial-store/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>geospatial-store</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/geospatial-store/
implementation 'org.calrissian.accumulorecipes:geospatial-store:2.0.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/geospatial-store/
implementation ("org.calrissian.accumulorecipes:geospatial-store:2.0.0")
'org.calrissian.accumulorecipes:geospatial-store:jar:2.0.0'
<dependency org="org.calrissian.accumulorecipes" name="geospatial-store" rev="2.0.0">
<artifact name="geospatial-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='geospatial-store', version='2.0.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "geospatial-store" % "2.0.0"
[org.calrissian.accumulorecipes/geospatial-store "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.calrissian.accumulorecipes : commons | jar | 2.0.0 |
| org.calrissian.mango : mango-json | jar | 1.2.0 |
| org.apache.accumulo : accumulo-core | jar | 1.6.1 |
| org.apache.hadoop : hadoop-client | jar | 2.3.0 |
| joda-time : joda-time | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |