-
Hello,
I might have found an issue in the point to polygon distance calculation.
Given this code:
```
#include
#include
#include
#include
#include
using coordinate_system = boost::…
-
Hi,
I'm trying to convert some code for roaring-landmask (https://github.com/gauteh/roaring-landmask) from geos to geo (https://github.com/gauteh/roaring-landmask/pull/27). However, checking if a p…
-
Add a fourth way of creating shapes by making point-by-point polygons. What I suggest as a procedure to create such a polygon is:
1. click the "add polygon button"
2. ideally your cursor would then …
-
Hi there,
I was wondering whats the optimum way to crop a point cloud is based on a polygon shape I define with respect to the original point cloud itself.
I.e, I need to do instance object separa…
-
The current `burn_vector_geometry` relies on calling earcut to break a polygon down into a triangular mesh, which is then checked for overlap. I don't necessarily see a better way for `all_touched=Tru…
Huite updated
3 months ago
-
Need ability to pass some context firstly and then, it will be always available in workers pool.
For example, CPU-intensive geo task - check point in polygons.
Polygons so weight and every time seri…
darky updated
5 years ago
-
[Godbolt live link](https://godbolt.org/z/of3cKqxYb)
The following program inserts a 64-bit rectangle into a 64-bit polygon set. Then it does the same thing again, but using a polygon instead of a …
-
- [ ] what version of Makie are you running? (`]st -m Makie`)
Makie v0.21.10 on Julia 1.10.5
- [ ] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)
not tried yet…
-
### User Experience
Currently, `PointSourcePolygon` determines what walls apply to a given polygon that represents, as the name suggests, the area of a `PointSource`. Conceptually, I think this is in…
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the produc…