@sushmamagesh I have semi-good and a bad news converting geohashes into a lat,lng (or getting a bounding box describing that code is a fairly complex thing mathematically. In theory it is possible, but would require some head scratching to get Vega to decode those values. On the other hand, Elasticsearch 7.0 introduces a new geotile_grid aggregation whose key values will be far easier to decode -- they are tile-like, e.g. 5/2/12 (zoom/x/y), so a simple expression would convert it to lat/lng (see stackexchange question or osm wiki). Lastly, we recently had a related ES discussion to support these kinds of cases - so that you can add an expression directly into ES query that would decode those hashes for you, but this is currently at a planning stage.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.