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

weird behavior with h3_polygon_wkt_to_cells() #117

Open
ericemc3 opened this issue Jul 7, 2024 · 0 comments
Open

weird behavior with h3_polygon_wkt_to_cells() #117

ericemc3 opened this issue Jul 7, 2024 · 0 comments

Comments

@ericemc3
Copy link

ericemc3 commented Jul 7, 2024

buffer1_g.json
buffer2_g.json
buffer3_g.json

These are 3 buffers around river Garonne (1000, 2000 and 3000 meters).
I want to get H3 cells for these buffers.

FROM st_read('buffer2_g.json')
SELECT geom.h3_polygon_wkt_to_cells(8);	

returns an empty list, which is unexpected.

FROM st_read('buffer1_g.json')
SELECT geom.h3_polygon_wkt_to_cells(8);	

returns a list with 2 443 cells: OK.

FROM st_read('buffer3_g.json')
SELECT geom.h3_polygon_wkt_to_cells(8);	

returns a list with 5 479 cells: OK.

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

1 participant