Skip to main content

Hi

 

how can extract the line from the las (see picture) of these barriers ?

 

thx

 

Francesco

Probably not the most efficient way, but one way to do this:

  • PointCloudCoercer
    • PointCloud to individual points.
  • Bufferer
    • Points to areas.
    • Buffer size depending on point density.
  • Dissolver
    • Merge overlapping areas.
  • Centerlinereplacer
    • Areas to centerlines.

Ok thx

this is exactly my workflow​


Reply