| Archive |
| Archive > August 2009, Volume 23, Issue 8 > LAS and LASUtility |
LAS and LASUtility01/08/2009 |
|
| Light Detection and Ranging, or Lidar technology has become an industry-standard high-speed tool for collecting dense and accurate topographic data. However, proprietary or ASCII file formats for storing Lidar data limit the scope of data sharing and result in time-consuming data processing and loss of integrity. Instead, the industry recommends an American Society of Photogrammetry and Remote Sensing standard data exchange format, Lidar Standard or LAS, which requires dedicated processing software. Existing image-processing and GIS software are being updated to include LAS, but so slowly that some users are converting their data from LAS to more convenient formats. We have filled the gap with the free software tool ‘LASUtility’. | |
| Bharat Lohani, Rakesh Kumar Mishra | |
|
LAS Genesis
|
|
| Biography of the Author(s) Bharat Lohani is associate professor at the Indian Institute of Technology, Kanpur, India. His research interests include landscape modelling and visualisation using high-resolution, remotely sensed data, particularly airborne and terrestrial Lidar, and their use in physical models. Email: bloh...@iitk.ac.in Rakesh Kumar Mishra is a member of the research staff at ITT Kanpur, whose research interests include Lidar, simulation, algorithm development, and software engineering. E-mail: rkmi...@gmail.com |
|
| References |
|
| http://home.iitk.ac.in/~blohani/LASUtility/LASUtility.html |
|
| http://www.asprs.org/society/committees/lidar/lidar_format.html |
|
|
|
|
Comments (1):
|
|
Interactive |
Port-au-Prince as Seen from Sky |
|
NASA's Earth Observing-1 satellite captured this image of Port-au-Prince, Haiti, on the morning of Jan. 15, 2010. The image shows the densely built and densely populated capital city. Satellite images like this one, when compared with similar images taken before the earthquake, will provide information to support disaster recovery efforts in Haiti. Data from the Advanced Land Imager on the satellite. Image processed by NASA's Earth Observatory, Goddard Space Flight Center
|
| Last 5 items: |
| Port-au-Prince as Seen from Sky |
| Fly-through 3D-Scan Fort Totten Chapel |
| How to become a Surveyor |
| Threat to Land Surveyors: Rattlesnakes |
| Land Surveyor Study |

The first released version of LAS file format, 1.0, contains binary data consisting of header block, variable length records, and point data. All data are in little-endian format. The header block consists of a public block followed by variable length records. The public block contains generic data such as point numbers and coordinate bounds. The variable-length records contain variable types of data, including projection information, metadata, and user-application data. The second version of LAS file, 1.1, retains the same structure as the first, but with changes in interpretation and alignment of a few fields. New fields have been added to make it more suitable for applications. LAS file formats version 1.2 and 2.0 have recently been proposed. Version 1.2 would retain the same structure as version 1.1, while including GPS absolute time. The RGB could also be specified with each point data, an influence stemming from the terrestrial laser-scanning industry. Version 2.0 would include extensive changes to version 1.1, such as extending the format to include terrestrial scanners.
The LAS format is not yet a part of several GIS, image-processing, DEM, and point-cloud processing packages commonly used for Lidar data processing. Dedicated Lidar software that read, convert or process LAS file format are expensive. Neither is any user-friendly software tool available at present that can permit study of a LAS file by displaying its entire content.