2

I'm playing around with PDAL command line interface with point cloud files in both LAS and LAZ formats. I want to know if there is an indexing mechanism in LAZ/LAS files. Is there a way to get this using PDAL.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
CoolCK
  • 416
  • 5
  • 16

1 Answers1

1

On PDAL official documentation, I found, tindex as a way to play around with indexing in LAS/LAZ files. In my case, I needed to use tindex in finding the border of a given geography area and I could sort it out with the use ot tindex.

CoolCK
  • 416
  • 5
  • 16