--
Download LAStools at
http://lastools.org
http://rapidlasso.com
Be social with LAStools at
http://facebook.com/LAStools
http://twitter.com/LAStools
http://linkedin.com/groups/LAStools-4408378
Manage your settings at
http://groups.google.com/group/lastools/subscribe
---
You received this message because you are subscribed to the Google Groups "LAStools - efficient tools for LiDAR processing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lastools+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lastools/dd525aea-d9d9-4ff0-8884-48f4d11dd92fn%40googlegroups.com.
Hello,
two possibilities:
(1) Likely: The polygons in your SHP file are overlapping or their polygonal lines are crossing. Run some tool that cleans up 2D topologies.
(2) Less likely: After quantizing in a local (!) coordinate system from double to float (as done by lasclip) some line segments become overlapping/crossing. Run some tool that assures the some distances between all polygonal lines.
Regards,
Martin
On Sun, Mar 28, 2021 at 7:26 PM Basem Nouh <basem...@gmail.com> wrote:
Good evening,
i am trying to remove all building from Lidar Data and i have shape files from the City of Bochum (see the photo)
i tried to clip the building but i became always an error.the code is :
lasclip -cpu64 -lof file_list.17032.txt -merged -poly "H:\Masterarbeit\Masterarbeit\Masterarbeit\HsBo\Geobasis_laz\prozessdatei1_fullarea\clipped_area\2Drop_class\3Unclass\3Unclass\shp\WallSurfaceLod2.shp" -interior -o "merged1.laz"
Â
To view this discussion on the web visit https://groups.google.com/d/msgid/lastools/CABSWR-F9UvFH%2ByKa%3DdJNJz2terak1A%3DE3m39YxPzMMBPh71nvg%40mail.gmail.com.
-- - <Terje.M...@tmsw.no> "almost all programming can be viewed as an exercise in caching"
To view this discussion on the web visit https://groups.google.com/d/msgid/lastools/CABSWR-F9UvFH%2ByKa%3DdJNJz2terak1A%3DE3m39YxPzMMBPh71nvg%40mail.gmail.com.
Hello,
I suspect that a citygml format (3D buildings) was converted to shape format.
But that doesn't work in your case, because the redundant citygml information was written multiple times in the shape files, so there are many overlays. Furthermore these shapefiles are probably 3D. I guess LAStools software requires 2D-shapes (not sure whether LAStools is able to work with 3D-shapes).
So it will be best to take the „BuildingLoD1Solid-shape“ and convert it to 2D, the other shapefiles are not necessary.
By doing that, clipping should work. But even then there could last some sparse overlays, e.g. in the case of patio roofs.
Regards
Claudia
To view this discussion on the web visit https://groups.google.com/d/msgid/lastools/CAA5Bo0S9Y5nGb0c2sJdExue_mYydk0y4cXHu63tU5rU9F8YBsw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lastools/fd9aff10655c436fad019fce36adc188%40bezreg-koeln.nrw.de.