-
I've noticed that the isPointInside function returns an incorrect value if the given y coordinate intersects with the y coordinate of a vertex. I've managed to fix this on my implementation of the lib…
-
Computing self intersection for a polygon or a polyline is not obvious, even if an intersection function for line segments is provided. I recently had to do this so I wonder if that's something that w…
-
Calculating difference and intersection between two polygons is resulting in a polygon having incorrect shape. Could have something to do with PrecisionModel. This is seen with v1.19 and also the la…
-
First off, thank you for the wonderful package. I really like the header-only design, templating, and robustness. I have bolded potential issues below.
## Issue Details
I am using what I think…
-
Good morning all,
I am using turf and Mapbox to draw isobands in a circular area by:
Using turf.interpolate to generate the grid of values,
Using turf.isobands to draw isobands on the resulted re…
BMERI updated
2 months ago
-
### Summary
Lets the user balance positives and negatives, sampled from IntersectionDataset of RastersDataset and VectorDataset.
### Rationale
May help reduce bias and increase generalisati…
-
Hi, i have come across this issue frequently when dealing with dissolve function. I understand it is due to polygon self-intersection but what is the best way to fix this issue. I tried a few differen…
-
@matkoniecz,
Could you develop drawing systems on the platform:
a. open building footprint correction tool;
b. academic moderation tool - line drawing - it is to put/seperate colours about spec…
-
I have this use case where: -
* I have a list of destination polygons and a source polygon (destination and source are just used to denote polygons).
* What I want to do is find area of intersection…
-
As far as I can tell, the `geo_types::LineString` in a `geo_types::Polygon` is supposed to have its first and last coordinates be the same. (I believe this is what the docs mean by "closed". Is that c…