-
Notifications
You must be signed in to change notification settings - Fork 6
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
Expose PointInPolygon and other helpers #5
Comments
This has been put on the to-do list.. |
Perfect - thanks. Do you have any idea of a time-frame (not being pushy - just out of interest) |
|
Uh-oh,..., |
To avoid opening a new issue, may I request another extension of I also concur with @thomasp85 that it would be helpful to expose other # set up layer1, layer2
areas <- polyclip_areas (layer1, layer2)
head (areas)
# area1 area2
# 1 456 123
# 2 ... where |
While my own interest is mainly in
PointInPolygon
, there are other helpers which would be nice to have access to from R, such asArea
,Poly2ContainsPoly1
, andIntersectPoint
The text was updated successfully, but these errors were encountered: