You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Livox LiDARs
Is there code for the built in "LVX to LAS" tool found in the LIVOX VIEWER? Impossible to capture and convert large projects with a manual conversion tool....
Thanks
Mad Nadir
unread,
Jul 27, 2022, 12:33:53 PM7/27/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Livox LiDARs
You can write a script to convert the lvx binary to las. Then use it to batch process.
MNM
Kegan Tasker
unread,
Oct 15, 2024, 9:50:17 AM10/15/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Livox LiDARs
Any ideas on where to start with this conversion script? Is it easier to first convert to CSV then LAS?
Mad Nadir
unread,
Oct 15, 2024, 11:18:09 AM10/15/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Livox LiDARs
I would start with the LVX specifications file. Once you have parsed the data it is pretty straightforward to convert to LAS. Although most software can read ASCII too. So, you may not need to.