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 7: Add more parameters to SLD for user preferences #13

Closed mzagorskirs closed 2 years ago

mzagorskirs commented 2 years ago

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

Some parameters to add:

mzagorskirs commented 2 years ago

Parameters added to automatically update the query type and weightAttr for the custom heatmap process. Demo videos showing the dynamic parameters being changed in the SLD file are posted here: https://github.com/mzagorskirs/geowave/issues/11

Here is a demo video of the createStats toggle. Notice that if set to false, the count statistics are not generated and saved to the datastore and the default count aggregation query is used for multiple runs. When the toggle is set to true, the count statistics are generated and saved to the datastore and the default count aggregation is used only on the first run as a default while the statistics are being generated and saved. Upon subsequent runs, the statistics will be output.

Notes:

https://user-images.githubusercontent.com/43011672/163452325-e2e7b3b7-e888-460a-9517-afca87b68947.mp4

rfecher commented 2 years ago

approved