The LAS file is intended to contain LIDAR point data records. The data will generally be put into this format from software (e.g. provided by LIDAR hardware vendors) which combines GPS, IMU,and laser pulse range data to produce X, Y, and Z point data. The intention of the data format is to provide ...
1
vote
1answer
56 views
How do I install the las2ogr tool from liblas in Windows using the osgeo4w installer?
I was wondering if anyone has used the LAS2OGR tool? I heard about this from a previous post. The webpage gives the usage: http://www.liblas.org/utilities/las2ogr.html
las2ogr -i mydata.las -o ...