-
Careful examination of the current implementation suggests at least two obvious issues:
1. `determine_first_traversal_point()` function is never called, so all the work that currently happens with …
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were…
-
Hi,
I obtained the difference between the two rings and found that the result intersects with the original ring, but it neither overlaps nor touches it. I think in the case of intersection, `overla…
-
I want to check if two polygons with are intersecting.
When the polygons have overlapping coords, `intersection` still returns that they are not intersecting
Example:
```
const poly1 = [
…
-
I'm getting this error on trying to intersect these two polygons: ([viewer link](http://geojson.io/#data=data:application/json,%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%…
-
This is just a small idea/proposal to use [Turf.js](https://turfjs.org/) in the project for performing geospatial operations on GeoJSON data.
Turf.js provides a wide range of geospatial functions th…
-
We keep encountering polygons that fail in the app because there's no data. Instead of fixing this on an ad-hoc basis, I suggest that we reshape every polygon in the app to be the intersection of the…
-
Hey topojson people, I can't seem to figure out why noded self-intersections are ignored!
I see that the start- and end-point of polygon rings need not be considered an intersection, allowing for rin…
-
Hello all,
Is there `outer` operations like in `numpy` ?
```python
In [23]: a …
-
(Moving it from the mailing list, to improve its visibility).
The polygons in question are:
```
POLYGON((16.8739 0.353458,0 0,0.266003 -12.6988,17.1399 -12.3454,16.8739 0.353458))', 0)
POLYGON…