Efficiently check if polygon contains any point from a list I have a large, static list of Shapely Point s that I want to check against a large list of Shapely Polygon s, filtering out any polygons that contain one or more of the points
Is there a way to slice a polygon using shapely? I added some clarifications in the question Hopefully that clarifies the question The shape of the sub-polygon does not matter at the moment but it could at some point I would like to find a flexible way to slice the polygon and do my research from there Thank you
Finding Nearest Line Segments to Point using shapely? 3) using shapely affinity rotate to create the radii (rotating the line from the point, look also the Mike Toews 's answer at Python, shapely library: is it possible to do an affine operation on shape polygon?): from shapely import affinity # Rotate i degrees CCW from origin at point (step 10°)
Transforming Shapely Polygon and MultiPolygon objects Is there an easy way of transforming Shapely objects (namely, Polygons and MultiPolygons) from one projection to another without having to dig around and extract coordinates by hand? In fact, I d