mzagorskirs / geowave

GeoWave provides geospatial and temporal indexing on top of Accumulo, HBase, BigTable, Cassandra, Kudu, Redis, RocksDB, and DynamoDB.
Apache License 2.0
0 stars 0 forks source link

Task 11: Allow any CRS to work in spatial binning #15

Open mzagorskirs opened 2 years ago

mzagorskirs commented 2 years ago

Epic: https://github.com/mzagorskirs/geowave/issues/3

This is apparently a long-standing TODO item for GeoWave that had fallen off everyone's radar till now.

Make sure that any CRS can be processed in the spatial binning aggregations and statistics workflows/algorithms.

Update tests in GeoServerIngestIT.

Relevant class: SpatialBinningType

mzagorskirs commented 2 years ago

There appears to be a bug in the pre-existing code base that prevents projected data from processing through spatial binning correctly. Unprojected (WGS84) processes through spatial binning as expected. @rfecher offered to look into this bug.