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

spatial conditions - add sub for point in polygon test from shapefile #226

Closed
GoogleCodeExporter opened this issue Mar 27, 2015 · 10 comments

Comments

@GoogleCodeExporter
Copy link

This would allow easier specification of complex polygons than 
sp_point_in_poly() (issue #221).  

e.g.:
sp_point_in_shape_poly (polygon => 'some_file.shp', point => [0.5,0.5])


Caching of the polygon would be needed for performance reasons, as well as 
splitting of multipart polygons into individual polys.

The addition of an axes argument would be useful to allow multi-dimensional 
groups will need to be assessed against shapefiles with fewer dimensions.  


Original issue reported on code.google.com by shawnlaffan on 29 Mar 2011 at 12:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants