Skip to content

Add Triangle and Hex Grid Encoding for GeoGridAggregator #16895

@nknize

Description

@nknize

A triangular tessellation based geo_point encoding supports aggregating on grids other than basic geohash (e.g., triangular, hex). These aggregations provide better spatial visualization but are also commonly used in GIS analysis applications due to their equal area characteristics. This feature issue adds a grid_type parameter to GeoHashGridParams (which will likely need to be refactored to GeoGridParams) to allow users to specify different grid types such as geohash, triangular, hexagonal. We should also investigate generalizing geohash_grid aggregation to a more general geo_grid aggregation so we can provide different grid definitions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Analytics/GeoIndexing, search aggregations of geo points and shapes>featureTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions