-
Notifications
You must be signed in to change notification settings - Fork 470
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
Adding h3ToCenterChild #263
Comments
This came up in #255 as well. We have an internal function @isaacbrodsky for thoughts. Considerations here:
|
As a matter of fact I recently also needed the set of pentagons at a given resolution for a viewer application where I wanted to highlight them. I think there is some value in increasing the API surface if the use-case is general enough and it helps the consumer avoid manipulating the index representation directly, especially in bindings. |
I think
It's something to consider, but I don't think I'd really push to not add
Please do! :) |
I have a use-case where I need to find the center child of a given h3 index at a specified resolution.
I'm simply changing the four resolution bits, but I am wondering if this is worth adding as a helper function to the core library (so I can keep treating the index as an opaque datatype) or if it is too specific a use-case.
I'm willing to make a pull request if you think it would be useful.
The text was updated successfully, but these errors were encountered: