ngageoint / elasticgeo

ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.
GNU General Public License v3.0
169 stars 85 forks source link

Use geohash_grid aggregation results for tile generation #24

Closed nreese closed 7 years ago

nreese commented 7 years ago

Would it be possible to use the results of the geohash_grid aggregation for tile generation instead of query results?

sjudeng commented 7 years ago

Not without some new code. I've poked at it a couple times trying to come up with a good way to wire it in. One thing I looked at early was exposing it through a WPS. Another possibility is to support it as its own (coverage) layer.

This is one of the top two new features I'd like to see added to the plugin in the next few months (other is write-support). So ... pull requests welcome ... :)

sjudeng commented 7 years ago

FYI there's some initial work on this in the master branch (see aggregation documentation). Will merge into master and create a release in the coming days.

sjudeng commented 7 years ago

Release candidate including Geohash grid aggregation support is available here.