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 LAStools - efficient tools for LiDAR processing
Hi all
How can I get the projection from LAS file?
Kim Mantey
unread,
Oct 26, 2015, 4:42:06 PM10/26/15
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 LAStools - efficient tools for LiDAR processing
You can run lasinfo. That should read the projection that is reported in the header for a las file. I usually run it in command line with the following: lasinfo.exe -i 'your las file here.las' -o 'text file with information.txt'