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

Hi, In **geowave/extensions/cli/accumulo-embed**,there is a dependency **org.apache.commons:commons-compress:1.4.1** that calls the risk method. [CVE-2018-11771](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11771) The scope of this CVE affected version is **[,1.18-RC1)** After further analysis, in this project, the main...

I was hoping to get geowave running in a docker container exposing the rest endpoints. The CLI is sufficient for my use. I do not need the bulk read/write functionality...

When I used distributed rendering, I found no difference from normal rendering. So I debugged the source code and found some problems in the official package. After I modified some...

``` 14 Oct 20:22:05 ERROR [client.AsyncRequestFutureImpl] - Cannot get replica 0 location for {"cacheBlocks":true,"totalColumns":1,"row":"zsfwm.83070","families":{"XgA":["ALL"]},"maxVersions":1,"timeRange":["0","9223372036854775807"]} 14 Oct 20:22:05 ERROR [client.AsyncRequestFutureImpl] - Cannot get replica 0 location for {"cacheBlocks":true,"totalColumns":1,"row":"zsfwm.18472","families":{"XgA":["ALL"]},"maxVersions":1,"timeRange":["0","9223372036854775807"]} ....................... 14 Oct...

Since the latest version updates it seems JCommander has stopped working with some booleans unless we set the arity to 1 and explicitly use `-- true` instead of simply `--`

The current version of python is 3.9. Many still use 3.8. However, error checking in your code will cause it to error out if the version is greater than 3.7....

`TieredSFCIndexStrategy` calculates query ranges that are always overinclusive on the edges. This behavior is good for some use cases, such as asking for data that intersects the queried data. But...

Hello! I've read a bit through your documentation and looked at the source code a bit, and it seems as though you support 2D spatial data indexing, and (2D +...

Programmatic access to these indicies and query constraints is available but not part of the QueryBuilder API. Also, its not part of the CLI, or directly usable through GeoServer. All...

enhancement