How to return all the H3 Cells that intersect with a polygon in Python? #937
Unanswered
honeybadger93
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know of a way to find all of the cells that intersect a polygon in python? Seems like the current libraries only support returning the cells that have their centroid within a polygon. I know Snowflake's H3_COVERAGE and CARTO's H3_POLYFILL (mode='intersects') can do this in SQL, but in snowflake I'm told "Number of H3 cells returned exceeds the limit." so doing calcs there isn't an option.
Beta Was this translation helpful? Give feedback.
All reactions