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

H3: Improve efficiency of queries with a large radius #5

Closed
mattigrthr opened this issue May 2, 2021 · 1 comment
Closed

H3: Improve efficiency of queries with a large radius #5

mattigrthr opened this issue May 2, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers H3 Issues related to H3 functionalities and implications pipeline Issues related to pipelines
Projects

Comments

@mattigrthr
Copy link
Contributor

mattigrthr commented May 2, 2021

Currently, radius queries with a large radius can have many cells after the polyfill if the given H3 index has a high resolution. That's why those queries can take way too long.

There are two options we see at the moment:

  1. The resolution of the polyfill is calculated based on the radius
  2. Find a compact H3 representation (mixed resolutions for best approximation) based on the high-resolution polyfill
@mattigrthr mattigrthr added enhancement New feature or request good first issue Good for newcomers pipeline Issues related to pipelines H3 Issues related to H3 functionalities and implications labels May 2, 2021
@mattigrthr mattigrthr added this to To do in Kuwala via automation May 2, 2021
@mattigrthr
Copy link
Contributor Author

This issue is obsolete with the new canvas. This functionality should be a general transformation in the transformation catalog (#86).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers H3 Issues related to H3 functionalities and implications pipeline Issues related to pipelines
Projects
No open projects
Kuwala
To do
Development

No branches or pull requests

1 participant