Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new GeoGridAggregation base on H3 hexagonal grid #81579

Closed
3 tasks done
iverase opened this issue Dec 9, 2021 · 1 comment
Closed
3 tasks done

Add new GeoGridAggregation base on H3 hexagonal grid #81579

iverase opened this issue Dec 9, 2021 · 1 comment
Assignees
Labels
:Analytics/Geo Indexing, search aggregations of geo points and shapes >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@iverase
Copy link
Contributor

iverase commented Dec 9, 2021

H3 is a grid system that partitions the earth using mainly hexagons. It has very nice properties which make it suitable for machine learning algorithms. In addition it can be used for render data which provides a smother look due to the more round aspect that using squares.

Squares:
image

Hexagons:
image

Here are the tasks:

relates to #16895

@iverase iverase added >enhancement :Analytics/Geo Indexing, search aggregations of geo points and shapes labels Dec 9, 2021
@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Dec 9, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

@iverase iverase self-assigned this Dec 12, 2021
@wchaparro wchaparro changed the title Add new GeoGridAggregation base on H3 hexagonal grid 1 Jan 4, 2022
@wchaparro wchaparro changed the title 1 Add new GeoGridAggregation base on H3 hexagonal grid Jan 5, 2022
@iverase iverase closed this as completed Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Geo Indexing, search aggregations of geo points and shapes >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

No branches or pull requests

2 participants