
I want to reclassify all the points within the polygon, but I want to be somewhat surgical about it. Lasclip is too imprecise for what I want to do. I want to reclassify all the desired points above the plane the draped bridge polygon describes. I have tested las3dpoly64 but I am not seeing the results I want. Below is the syntax used.
C:\LAStools\bin\las3dpoly64 -v -i ..\.\2_PROCESSED_LAS\ROAD_CLASSED\*_R.laz -poly ..\.\1_SOURCE_POLYS\PROCESSED_BRIDGE.shp -distance 0.01 0.1 -match_all_above -ignore_class 0 2 3 4 5 6 7 8 9 10 18 20 -cores 20 -classify 13 -odir ..\.\2_PROCESSED_LAS\BRIDGE_CLASSED -olaz -odix _B
I was expecting (hoping) the -match_all_above flag would override the -distance 0.01 0.1 flag and classify all the desired points above the 3D plane, but that is not happening. Only points within the distance specified were classified.
Using -distance 25 1000 to see what effect it has points outside the polygon are changed, see below. This is unwanted.

So, I am curious to know if one can reclassify only the desired classes/points above the 3D plane, and not modify any points outside the 3D plane.
>>
We will have a look at this,
Cheers,
Jochen @rapidlasso