-
I don't know whether this project is still supported but I just give it a try.
The attached test tries to compute the intersection of a complex polygon (just two rectangles)
with another polygon (…
-
I think the logic I implemented doesn't check for when a polygon is completely inside another polygon, and no edges are touching.
It seems the algorithm only works when edges or vertices are touchi…
-
A user of Apache Sedona reported an [issue](https://github.com/apache/sedona/issues/1612) where computing the intersection of a valid multipolygon and a valid polygon throws a "found non-noded interse…
-
I encountered a very strange bug when using github.com/peterstace/simplefeatures/geom :
there are two polygons: the small polygon is inside the the large polygon,
but the result of their intersectio…
-
**Describe the issue**
As per https://github.com/pyOpenSci/software-submission/issues/128#issuecomment-1995318832, the function `intersection_polygon_polygon` and all following functions should be re…
-
```python
from shapely import Polygon
poly1 = Polygon([[446, -207], [315, -75.99999999999999], [557, -76]])
poly2 = Polygon([[184, -207], [315, -76], [446, -207], [315, -338]])
intersection = po…
-
### Current behaviour
Current survey generation generates paths straight through regions outside the survey polygon in concave regions:
Problematically:
1. Concave regions in a survey polygo…
-
Code:
- [ ] Point Class
- [ ] SideOf
- [ ] onSegment
- [ ] Line Distance/Intersection
- [ ] Segment Distance/Intersection
- [ ] Circle/Line
- [ ] Circle/Circle
- [ ] Convex Hull
- [ ] Polygon…
-
Given a polygon from an s2 cell, and a polygon from an s2 cell union, what methods could be used to check whether the borders of these cells intersect? In the below example, the both red and green ce…
-
First reported in [Shapely #1623](https://github.com/shapely/shapely/issues/1623).
Given `a.wkt`:
```
POLYGON ((11174.451451065055 13710.473363871335, -14730.97396732842 -5570.416909945428, -24…