-
Notifications
You must be signed in to change notification settings - Fork 132
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
Bug plotting polygon of logical children of polygons #401
Comments
This may have been fixed in v4.1 of the core library. |
Seeing issue in |
Bumping to v4.1 we fix all the resolutions >=3, but we get malformed polygons at resolutions 1 and 2. For example: h3.cell_to_children('80ebfffffffffff', 1)
['81ea3ffffffffff',
'81eabffffffffff',
'81eafffffffffff',
'81eb3ffffffffff',
'81eb7ffffffffff',
'81ebbffffffffff'] |
Should be this bug: uber/h3#917 |
Everything works in v4.1 except for resolutions 1 and 2: https://gist.github.com/ajfriend/5594157463b88eb8d4cae35705657d8d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Demonstrated here: https://gist.github.com/ajfriend/dc33458c7cc0e0be88fbc8cee205ce6f
The text was updated successfully, but these errors were encountered: