LAS/LAZ information content export

315 views
Skip to first unread message

bobbysmob...@gmail.com

unread,
Apr 13, 2021, 12:20:14 PM4/13/21
to LAStools - efficient tools for LiDAR processing
Hello LAStool Community,

Been digging but not having any luck...

Is there a tool and parameter sequence that can export much of the information generated in Lasinfo and store the various attributes in a SHP?

Kind of like what "lasboundary -i *.las -use_bb -overview -labels -o boundary.shp" generates.

Maybe call it lasinfo2shp?  :)

Interested in min x, min y, min z, max x, max y, max z, extended number of point records, # points per class, # withheld points, # overlap points, etc per tile.

Thanks,
Bobby

Jeffrey...@novascotia.ca

unread,
Apr 29, 2021, 4:08:20 PM4/29/21
to LAStools - efficient tools for LiDAR processing
This is something I've wanted to see for a long time myself. My coding skills aren't quite up to snuff to handle this programmatically so I end up parsing individual lasinfo reports for this info and then importing it by field into excel. Works but takes some effort.

Jeff

Susana Gonzalez

unread,
Apr 29, 2021, 5:46:12 PM4/29/21
to last...@googlegroups.com

Agree with Jeff and Bobby.

 

Happy to retire my R script and run just LAStools

 

From: last...@googlegroups.com <last...@googlegroups.com> On Behalf Of Jeffrey...@novascotia.ca
Sent: Friday, 30 April 2021 4:47 AM
To: LAStools - efficient tools for LiDAR processing <last...@googlegroups.com>
Subject: [LAStools] Re: LAS/LAZ information content export

 

[EXTERNAL]

--
Download LAStools at
http://lastools.org
http://rapidlasso.com
Be social with LAStools at
http://facebook.com/LAStools
http://twitter.com/LAStools
http://linkedin.com/groups/LAStools-4408378
Manage your settings at
http://groups.google.com/group/lastools/subscribe
---
You received this message because you are subscribed to the Google Groups "LAStools - efficient tools for LiDAR processing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lastools+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lastools/690489a1-be82-4c69-aede-55a737821c7fn%40googlegroups.com.

bustaman...@gmail.com

unread,
Apr 30, 2021, 7:05:53 AM4/30/21
to LAStools - efficient tools for LiDAR processing
Yes, it would be great to have a tool inside lastools to summarize lasinfo text into an excel file. 
For the moment, my solution was to write a python/R script to get my summary. If you need help with a python/R script Jeff and Bobby, write me an email, I am happy to help you If I can do it. 
Regards

Martin Isenburg

unread,
Jun 10, 2021, 12:35:38 PM6/10/21
to LAStools - efficient command line tools for LIDAR processing
Hello,

So essentially you want a lasboundary '-use_bb -overview -labels' that does not generate SHP files containing much geometry? If I just were to add more columns to the -labels using a new switch would that suffice? Because adding SHP support to lasinfo would mean significant code changes and relicensing.

Regards,

Martin

--
Download LAStools at
http://lastools.org
http://rapidlasso.com
Be social with LAStools at
http://facebook.com/LAStools
http://twitter.com/LAStools
http://linkedin.com/groups/LAStools-4408378
Manage your settings at
http://groups.google.com/group/lastools/subscribe
---
You received this message because you are subscribed to the Google Groups "LAStools - efficient tools for LiDAR processing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lastools+u...@googlegroups.com.

Guilherme Sanchez

unread,
Jun 16, 2021, 4:22:05 PM6/16/21
to last...@googlegroups.com
Hello,
I was also thinking of submitting a request like this from bobbysmob and the others weeks ago.
However, instead of exporting an Excel file I thought of the CSV format.
A CSV format would facilitate the generation as it is a txt file and would be easily opened in software such as Excel and Libreoffice.
Here is an example of how I imagined this new function could be:

lasinfo -i *.laz -nc -ocsv -o "00_lasinfo_table.csv" -colors 32 -cpu64

Normally, this command would generate separate txt files with all the information, making the evaluation of the totality of laz files difficult to do.
However, in this new way lasinfo would gather all the information into a single csv file, just like the example file attached.

Regards,




00_lasinfo_table_v1.csv
Reply all
Reply to author
Forward
0 new messages