pprepair
pprepair copied to clipboard
Validation and Automatic Repair of Planar Partitions
Your package fails to build with CGAL 5.0. See first item under "2D Triangulations" at https://www.cgal.org/2019/10/31/cgal50-beta2/ .
Hello, I encountered a segmentation fault: 11 when working with a geojson input file with empty properties, {}, as follows: ``` $ pprepair -i input.json -v Adding a new set...
Hello, we have encountered a problem with [this geometry](https://www.dropbox.com/s/9psibxzwv8d1rmp/polys.zip?dl=0). It has 6 polygons, with 1 and 2 duplicated. When we run ``` ./pprepair -i polys.shp -o polys_fix.shp -fix ``` `pprepair`...
I found a case where pprepair introduces two duplicate vertices in one polygon at the junction of three polygons. Example: the yellow polygon initially has no vertices at the junction,...
interested to use this tool, but it crashed badly on the very first test set. Environment is Ubuntu 14.04 -- ``` pprepair$ valgrind build/pprepair -i /home/shared/test_pprepair/a2.shp -fix -o $WDIR/b2.shp ==6501==...
According to https://github.com/tudelft3d/pprepair/blob/master/README.md#L31, one should specify cmake -DDRIVER="ESRI Shapefile" . , but on https://github.com/tudelft3d/pprepair/blob/284aba6b5208445dd43899b47a7f62b8db8573cd/CMakeLists.txt#L82, this is option is commented out. Hence, the command pprepair only outputs GeoJSON instead of SHP-file.
As discussion in issue #36 indicates, the -r LB (longest border) criteria will handle ties by assining the problematic area to a RN (random neighbor). However this random choice occurs...
It would be extremely usefull if pprepair provided the information linking each triangue in the triangulation to the original poligons in the input file that it overlaps (is contained in)....
I'm working with Lucas on repairing shape files of the enumeration districts of the Brazilian 2010 Census. In order to create a shapefile with the errors, we used the option...