-
Before submitting coordinates, users should be able to adjust parameters maxdist and maxdistrel. The two parameters adjust the thresholds required for a point to be flagged as a possible centroid. "ma…
-
There are some major issues that currently make this nonfunctional:
First it doesn't do anything to check winding order of the input polygon; this is necessary to establish which angle is internal. W…
-
I tried to mask a raster with a polygon that extends across the boundary of the raster. However, all pixels are masked (set as missing). I built this demo to replicate the error. The latest version …
-
We would require drop down and data box for this plug-in
![image](https://github.com/user-attachments/assets/a9bcc30a-6414-4ed6-89a6-ae4da82046a6)
See #18 for back-end functionality
-
1. The checks in func triangulate_polygons(polygon2d : Polygon2D) would fail a simple quand with 4 vertices
2. The func _points_are_inside_polygon() would fail unexpectedly in some cases
…
-
Problem:
Currently, our system generates polygons comprising 360 vertices to display a red circle with a fill color set to red and an opacity of 10%. However, when these polygons overlap, the resulti…
-
Take project spending with multiple locations (multiple points, street segment, or polygon) and turn into points with evenly distributed project costs.
Lines -> line of points
Polygons -> point clou…
-
On ROS noetic
I have noticed that some polygons are not showing when `only border` is False.
These polygons are usually concave.
I have a python script below with the polygon. I am publishing a…
-
The minified vector fonts from https://github.com/lowfatcode/alright-fonts may be better than bitmap fonts.
-
Investigating further into HasZ shows some inconsistencies between types. These are expected:
```bash
for geom_type in POINT LINESTRING LINEARRING POLYGON; do
geom="$geom_type Z EMPTY"
echo "$…