-
Thanks for your code !
However there is a bug in polygon_inter_union_cuda function , two boxes which like
[ 306.88382, 1386.51160, 1008.65216, 1229.87756, 1242.48157, 2030.92688, 548.18250, 2043.…
-
## Expected behavior and actual behavior.
An inconsistent behavior is occuring when taking the difference of a GeometryCollection of Polygons and one of the polygons itself. The difference of the c…
-
I'm interested in having the Turf project replace `polygon-clipping` with tis library. ( [related issue](https://github.com/Turfjs/turf/issues/2409#issuecomment-1461511072) ).
I've started on the …
-
Hi,
I have two polygons:
```
geo1 = Geometry::Polygon.new(Geometry::Point[1691, 957], Geometry::Point[1677, 1175], Geometry::Point[1635, 1173], Geometry::Point[1649, 951])
geo2 = Geometry::Polygon…
-
## Expected behavior and actual behavior.
unary_union method should have same result as union method.
The problem seems to be that the unary_union method lost the holes of the polygon.
Red polygon …
-
After applying boolean operations some edges of two planar polygons are subdivided at the intersection points and touching points. The boundary of the resultant polygon will contain some intersected e…
-
Hi,
I am having issue with polygons merging.
If a create a bunch of polygons as:
```python
# Make a bunch of rectangles
tot = []
tot.append(np.array([[ -5., -100.],
[ …
-
Essentially:
- [ ] polygon operations like masking, union, intersect etc
- [x] a few helper functions like `extend` - functions that make the spatial extent larger are missing
- [ ] summation helpe…
-
We have a binary `coverage_union` function (with an API that matches the binary `union` function), and a `coverage_union_all` reduction function (matching `union_all` / `unary_union`).
As brought u…
-
It would be nice to have the color of a polygon withing a CSG object preserve the color of its source object through difference and union operations.
The storage of the Color needs to be moved fro…