0

I am working on Lidar VLP-16.

Can you advise me about the open source software that I could use for processing the lidar data and extract the object from the data?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
mahe
  • 17
  • 1

1 Answers1

1

R and the lidR library:

Airborne LiDAR (Light Detection and Ranging) interface for data manipulation and visualization. Read/write 'las' and 'laz' files, computation of metrics in area based approach, point filtering, artificial point reduction, classification from geographic data, normalization, individual tree segmentation and other manipulations.

Examples: How to quickly learn lidR

BERA
  • 72,339
  • 13
  • 72
  • 161