Barry A Bragg Jr
Barry A Bragg Jr
Expand data types supported for ingest into GeoWave to include Apache Parquet. Create SparkParquetIngestDriver to ingest Parquet from S3 bucket or HDFS directory. Should be configurable to support creation of...
GeoHash Aggregation - Expose API methods for binning data using geohashes through a Spatio or SpatioTemporal query at varying resolutions. Results should be a map of geohash keys to binned...
Using a specified fieldname, compute the frequency for each unique value within a geospatial or geotemporal bounds. Results would be a map of the unique value to the count. Solves...
Create a user interface that exposes the functionality of the GeoWave CLI, similar to the Geoserver UI.
Implement MapboxTilesRenderer, which adds support for outputting TMS tilesets as a mbtiles file (a SQLite database following the [MBTiles 1.3 schema](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md). This file can then be easily used in GIS...