-
Are there any existing options or functions to prevent intersections in polygons/polylines? I know that [Leaflet-Draw](https://github.com/Leaflet/Leaflet.draw#polylineoptions) has this option.
If thi…
-
Relevant operators to be implemented would be:
- [x] [union_polygon](https://github.com/ObjectVision/GeoDMS/wiki/Union_polygon-%28dissolve%29) -> [bg_union_polygon](https://github.com/ObjectVision/Ge…
-
The sample code:
```
static const char p1_wkt[] = "POLYGON((-124.19999999845255 51.901455507812500, -124.19999999460376 51.935823093966235, -123.99999999648789 51.935823093966235, -123.9999999931722…
-
# Voronoi results incorrect in jts 1.20.0
The Voronoi diagram results are incorrect in JTS 1.20.0. It seems the results are not correctly clipped to the clip envelope.
The following code snippe…
-
The intersection of a geometrycollection with 4 polygons with a Polygon that overlaps with all four polygons in the collection results in one Polygon. Is this correct?
Issue created based on a slig…
-
I would like to propose a new feature for turf java, namely polygonal intersection, which is as explained in the turf doc as a method that:
Takes two polygon or multi-polygon geometries and finds t…
-
## Expected behavior and actual behavior.
The Intersection of two valid Multipolygons (admittedley the second one has a strange shape) returns an invalid GeometryCollection.
I created a workaround…
-
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.],
[ …
-
I have a shapefile with polygons and another shapefile with MultiLineString data. I need to find the intersection points between the MultiLineString and the polygons, ensuring that the intersection po…
-
Hi,
I am currently working with this library with the objective to make a visibility graph. So far, I have been able to join every index with a line segment. However, as the algorithms requires to…