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

Polygons are not filling the shape of the Antarctic continent #189

Open
patriklaszlo opened this issue Jan 27, 2024 · 1 comment
Open

Polygons are not filling the shape of the Antarctic continent #189

patriklaszlo opened this issue Jan 27, 2024 · 1 comment

Comments

@patriklaszlo
Copy link

Describe the bug
In the Hexed Country Polygons example, the Antarctic polygons are not properly filling the shape of the continent.

Expected behavior
Antarctic to be made up of polygons the same way rest of the continents are.

Screenshots
image

Desktop (please complete the following information):

  • OS: MacOS 14.2

  • Browser: Safari

  • Version: 17.2

  • Browser: Edge

  • Version: 120.0.2210.144

@vasturiano
Copy link
Owner

@patriklaszlo thanks for reaching out.

This is related to the issue in H3 on the difficulty to handle polygons which include poles. Such is the special case with Antarctica. The issue is here: uber/h3-py#285

The recommended approach is to slice up that specific polygon in slices like a pizza. That's a pre-processing that needs to be performed on the input geojson. I haven't had the chance to do that to see if it fixes the issue, but I suppose it should.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants