geo_sim_processing icon indicating copy to clipboard operation
geo_sim_processing copied to clipboard

Results 6 geo_sim_processing issues
Sort by recently updated
recently updated
newest added

Hi, I would love to use the chordal axis tool but I encounter a problem : "for line in centre_lines: UnboundLocalError: local variable 'centre_lines' referenced before assignment" I don't really...

I generated 100mm contours from 1m resolution lidar data for quite a flat site. They included a lot of small rings that I wanted to get rid of as well...

When running the chordal axis plug in, I receive a Python error: plugins\geo_sim_processing\chordal_axis_algorithm.py", line 201, in processAlgorithm for line in centre_lines: UnboundLocalError: local variable 'centre_lines' referenced before assignment Is this...

We are having an issue with the Chordal Axis algorithm. On some of our extractions, big chunks of road network as polygons are deleted after Chordal Axis. There is no...

I seem to be able to reliably crash the reduce bend algorithm with [this file](https://civilplan-my.sharepoint.com/:u:/g/personal/alister_civilplan_co_nz/EZSrFjb4WgBAumPyaaKJGJ4B-y7c1ihbpKAsS8xOc3YeaQ?e=qUOTCQ) (perhaps it is just too big?) ``` Python Stack Trace Windows fatal exception: access violation...

Hi, I modify your code in order to be able to have a threshold on the number of vertices deleted, because in my case the iterations took an large amount...