Skip to content

Instantly share code, notes, and snippets.

@ageller
Created December 20, 2021 22:16
Show Gist options
  • Save ageller/28fc03d854205ed5b9c383637394208c to your computer and use it in GitHub Desktop.
Save ageller/28fc03d854205ed5b9c383637394208c to your computer and use it in GitHub Desktop.
example to test if POINT is within POLYGON
if point.within(poly):
# do something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment