[GRASS-dev] LiDAR LAS import

Doug_Newcomb at fws.gov Doug_Newcomb at fws.gov
Wed May 25 07:45:52 EDT 2011


Yes!!!!  Thank you Markus!  Since you are using liblas 1.6.1 , I assume 
that this command can read the losslessly compressed  .laz format?

  Will try soon.

Doug


Doug Newcomb 
USFWS
Raleigh, NC
919-856-4520 ext. 14 doug_newcomb at fws.gov
---------------------------------------------------------------------------------------------------------
The opinions I express are my own and are not representative of the 
official policy of the U.S.Fish and Wildlife Service or Dept. of the 
Interior.   Life is too short for undocumented, proprietary data formats.



Markus Metz <markus.metz.giswork at googlemail.com> 
Sent by: grass-dev-bounces at lists.osgeo.org
05/25/2011 05:31 AM

To
grass-user <grass-user at lists.osgeo.org>, GRASS developers list 
<grass-dev at lists.osgeo.org>
cc

Subject
[GRASS-dev] LiDAR LAS import






Hi all,

GRASS 7 has a new module v.in.lidar for importing LiDAR LAS files
(*.las or *.laz). The LAS file format is commonly used for storing
LiDAR point clouds, but is unfortunately not supported by OGR.
v.in.lidar uses the libLAS library [0] and is only compiled if the
libLAS library is present.

I chose to use the library instead of writing a custom LAS reading
interface because the current LAS library version 1.6.1 is stable,
supports LAS file versions 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, each of
which can store LiDAR points in up to 5 different point formats. The
user and the interface do not need to know the file version and point
format of a given file, all that is conveniently handled by the libLAS
library in the background. The library has Large File Support (LFS)
and is well tested on different platforms, also with different
endian-ness. This functionality is not that easy to replicate.

You will need to get the libLAS library and configure GRASS 7 with
--with-liblas in order to have the module available. Please test!

Markus M

[0] http://www.liblas.org
_______________________________________________
grass-dev mailing list
grass-dev at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/grass-dev/attachments/20110525/e4466c0b/attachment.html


More information about the grass-dev mailing list