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

New GeoHexGrid aggregation #82924

Merged
merged 23 commits into from
Jan 27, 2022
Merged

New GeoHexGrid aggregation #82924

merged 23 commits into from
Jan 27, 2022

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Jan 24, 2022

This commit introduces a new geogrid aggregation called GeoHexGridAggregation that
is based in Uber h3 grid. It only supports geo_point fields.

Docs preview

https://elasticsearch_82924.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-geohexgrid-aggregation.html

This commit introduces a new geogrid aggregation called GeoHexGridAggregation that
is based in Uber h3 grid. It only supports geo_point fields.
@iverase iverase added >feature :Analytics/Geo Indexing, search aggregations of geo points and shapes v8.1.0 labels Jan 24, 2022
@iverase iverase requested review from imotov and jrodewig January 24, 2022 08:28
@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Jan 24, 2022
@elasticmachine
Copy link
Collaborator

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

@iverase
Copy link
Contributor Author

iverase commented Jan 24, 2022

@elasticmachine update branch

Copy link
Contributor

@jrodewig jrodewig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @iverase! I left some suggestions and comments. I'd like to take another look, mostly to ensure I didn't introduce any errors in my review.

@elasticsearchmachine
Copy link
Collaborator

Hi @iverase, I've created a changelog YAML for you.

@elasticsearchmachine
Copy link
Collaborator

Hi @iverase, I've updated the changelog YAML for you.

Copy link
Contributor

@jrodewig jrodewig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @iverase.

I pushed a few small commits containing docs edits:

If that looks good to you, these docs LGTM.

Copy link
Member

@nik9000 nik9000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. All the interesting stuff is in GeoHexCellIdSource and it works like the other similar things. @imotov should also have a look, but it seems right to me.

Copy link
Contributor

@imotov imotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@iverase iverase merged commit 0873893 into elastic:master Jan 27, 2022
@iverase iverase deleted the GeoHexGrid branch January 27, 2022 06:45
@jmp601
Copy link

jmp601 commented Jan 28, 2022

Getting a 404 on the doc. Would love to take a look and prepare what we have on the horizon for GEO.

@jrodewig
Copy link
Contributor

jrodewig commented Jan 28, 2022

Hi @jmp601, this work will be part of our upcoming 8.1.0 release. The docs for that release are currently in our master branch version:
https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-bucket-geohexgrid-aggregation.html

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 >feature Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants