Questions tagged [geomesa]

GeoMesa is an open-source, distributed, spatio-temporal database built on top of different cloud data storage systems such as Accumulo, HBase, Cassandra, and Kafka. It aims to provide spatial querying and data manipulation functionalities to those databases in the same fashion as PostGIS does to Postgres.

Links:

154 questions
0
votes
2 answers

ArrayIndexOutOfBoundsException when running range query in Accumulo

I am using Geomesa 1.1 to connect to Accumulo 1.6.2 with Java. I have no problems querying the database for specific attributes (specific column values). But when I try to run a range query (tried both time and geometric ranges) I get an error. When…
Mike S
  • 11,329
  • 6
  • 41
  • 76
0
votes
2 answers

GeoMesa Plugin (WFS/WMS/WPS) Build Failure

I am building Geomesa using maven and encountered the errors below. The whole build is fine except for the Geomesa Plug-in for geoserver which will support WMS/WFS services. [ERROR] error: error while loading , error in opening zip file…
user189107
  • 177
  • 2
  • 11
-1
votes
1 answer

Geomesa-accumulo add index fail job

have a problem with geomesa failed on adding indexes, maybe someones know where problem is? geomesa-accumulo add-attribute-index -u root -p xxx -c xxx_dev_test -a asset_id --coverage full -f telemetry_values DEBUG Looking up Accumulo Instance Id in…
-1
votes
1 answer

How to convert spark dataset to geomesa simplefeature and save it to cassandra (Could not find a SpatialRDDProvider)

I have CSV files of geo data. I use apache spark to import those files into a DataSet and then I want to use GeoMesa. So I need to convert the dataset to simplefeature and in term to save it to Cassandra as GeoMesa format public class Main…
sandevfares
  • 225
  • 5
  • 16
1 2 3
10
11