We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently rely on polygonContains to look for geohash bboxes that have all 4 of their corners fully inside.
We should experiment with a variant that checks whether any of the polygon segments crosses any of the polygon segments.
The text was updated successfully, but these errors were encountered:
finally address #22 and include partially overlapping hash boxes for …
4d3d146
…cover with polygons also refactor API a bit to be more consistent with linear rings, polygons, etc.
Closed by #29
Sorry, something went wrong.
No branches or pull requests
We currently rely on polygonContains to look for geohash bboxes that have all 4 of their corners fully inside.
We should experiment with a variant that checks whether any of the polygon segments crosses any of the polygon segments.
The text was updated successfully, but these errors were encountered: