geowave icon indicating copy to clipboard operation
geowave copied to clipboard

GeoWave provides geospatial and temporal indexing on top of Accumulo, HBase, BigTable, Cassandra, Kudu, Redis, RocksDB, and DynamoDB.

Results 89 geowave issues
Sort by recently updated
recently updated
newest added

Current visibility options are determined by a GEOWAVE_VISIBILITY attribute of a feature. Each layer should define it's own visibility criteria. The visibility metadata should be maintained in zookeeper. The visibility...

integration
geoserver

You can turn a range query into a box query via this topological transform... Topological Transformation Approaches to Database Query Processing (2015) http://www.cse.msu.edu/~pramanik/research/papers/papers/journalPaper.pdf To make it work on a B-tree...

Need to document this (preferably with some nice graphics) - since it's an area of confusion. We also need to add in some test cases that explicitly check for this...

enhancement
documentation

(1) Delete and recompute select statistics. The use case being that something change invalidating current statistics. It could be a data store image concern, algorithm concern, etc. (2) Recompute new...

enhancement

The same query, made by users with different authorizations, and result in different sets of data. GWC has a concept of this with CQL filter strings (different query parameters can...

enhancement

When multipolygons are used currently for query or when indexed the MBR of the entire feature is used. It would be beneficial to instead operate each individual feature in the...

performance

Create a web page / back-end service that exposes the vector file ingest, as well as other ingesters (gpx, etc.) to allow web based submission of GIS data (think geojson,...

enhancement
new contributor

Add the ability for a user to run an intersects query where results are only returned if the area of intersection between the result geometry and the query geometry is...

enhancement

Hi rfecher, I infer from this [line](https://github.com/locationtech/geowave/blob/268bf922e04da6239393aa15e8e513cb68a3731b/extensions/formats/geotools-raster/pom.xml#L26) netcdf format is supported. What I would like to try is ingesting a folder containing NetCDF files. Due to the differences between NetCDF/GRIB...

## Issue description Hi, there are multiple versions of **_com.google.guava:guava_** in **_geowave-1.2.0/core/geotime_**. As shown in the following dependency tree, according to Maven "nearest wins" strategy, only **_com.google.guava:guava:25.1-jre_** can be loaded,...