Closed
Description
The geohash_grid bucket aggregation (https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-geohashgrid-aggregation.html) returns the geohash as the "key" property. It would be nice if there was an option to get equivalent latitude and longitude bounding box (GeoJSON bounding box is [west,south,east,north] https://tools.ietf.org/html/rfc7946#section-5) either in addition, or as a replacement for the hash.
Note that the bounding box mentioned here is the the same box as the geohash, which is not necessarily the same as computing the minimum bounding box of the data in that Geohash using the geo_bounds aggregation.