<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><i>It would be much, much, much faster if someone wrote some glue between libLAS and GRASS (proposed here quite a while ago, but still not done &lt;<a href="http://lists.osgeo.org/pipermail/grass-dev/2008-May/037687.html" target="_blank" style="color: rgb(6, 88, 181); ">http://lists.osgeo.org/pipermail/grass-dev/2008-May/037687.html</a>&gt;).  I would guess it would be an order of magnitude faster to ingest data if you didn&#39;t have to go through text formats to do it.<br>

<br>And, for this LiDAR idiot.  What is ground modeling?<br><br>Thanks,<br><br>Howard</i></span><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br>

</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Ground Modeling is the process of taking the raw, ungrounded, recently calibrated LiDAR files, and applying a grounding algorithm that pulls default points into the ground class. The point is to separate the main two classes (1 Default, and 2 Ground) from each other, while limiting vegetation in the ground class that would normally appear in the DSM as opposed to the DEM (if they were to be created from the .las files).  </span></font></div>

<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; "><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; ">It&#39;s a little bit farther up the chain, but lends itself to pertinent in that any processed LiDAR file can be reverted back to &quot;grounded&quot; by setting all points back to default and applying another ground model suitable to the individuals preference.</span></font></div>

<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; "><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; ">Aaron</span></font></div>

<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; "><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; "><br>

</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">All  </span><br></font><br><div class="gmail_quote">On Fri, Mar 4, 2011 at 7:07 AM,  <span dir="ltr">&lt;<a href="mailto:liblas-devel-request@lists.osgeo.org">liblas-devel-request@lists.osgeo.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Send Liblas-devel mailing list submissions to<br>
        <a href="mailto:liblas-devel@lists.osgeo.org">liblas-devel@lists.osgeo.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:liblas-devel-request@lists.osgeo.org">liblas-devel-request@lists.osgeo.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:liblas-devel-owner@lists.osgeo.org">liblas-devel-owner@lists.osgeo.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Liblas-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Ground Modeling with RAW LiDAR and libLAS (Stuart Edwards)<br>
   2. Re: Ground Modeling with RAW LiDAR and libLAS (francesco)<br>
   3. Re: Ground Modeling with RAW LiDAR and libLAS (Howard Butler)<br>
   4. Re: Ground Modeling with RAW LiDAR and libLAS (Stuart Edwards)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 4 Mar 2011 09:05:09 -0500<br>
From: Stuart Edwards &lt;<a href="mailto:sedwards2@cinci.rr.com">sedwards2@cinci.rr.com</a>&gt;<br>
Subject: Re: [Liblas-devel] Ground Modeling with RAW LiDAR and libLAS<br>
To: francesco &lt;<a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a>&gt;<br>
Cc: <a href="mailto:liblas-devel@lists.osgeo.org">liblas-devel@lists.osgeo.org</a><br>
Message-ID: &lt;<a href="mailto:A32113F3-B8E1-4165-86EF-F33D6824193F@cinci.rr.com">A32113F3-B8E1-4165-86EF-F33D6824193F@cinci.rr.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
GRASS GIS (open source) has several modules for processing raw LiDAR data and the ability to script your own classification routines.  LibLAS does a nice job of preprocessing (decoding) the LAS files so they can be input to GRASS as x,y,z or general ASCII format .......see:<br>


<br>
<a href="http://grass.osgeo.org/wiki/LIDAR#Micro-tutorial" target="_blank">http://grass.osgeo.org/wiki/LIDAR#Micro-tutorial</a><br>
Stu<br>
<br>
<br>
On Mar 4, 2011, at 1:31 AM, francesco wrote:<br>
<br>
&gt; Hello List,<br>
&gt; I just registered, hello to everyone.<br>
&gt; Regarding Aaron&#39;s question, I am playing around with LibLAS to develop a ground classification procedure. It uses Axellson&#39;s     progressive triangulation of local minimum points - but I am also looking at other solutions. Does anyone have other interesting approaches in mind?<br>


&gt; Cheers,<br>
&gt; Francesco<br>
&gt; --<br>
&gt; **************************************************<br>
&gt; Francesco Pirotti<br>
&gt; Dep. TESAF<br>
&gt; CIRGEO – Interdepartmental Research Center on Cartography Photogrammetry<br>
&gt; Remote Sensing and G.I.S.<br>
&gt; University of Padova<br>
&gt; Web: <a href="http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm" target="_blank">http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm</a><br>
&gt; Email: <a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a><br>
&gt; Phone: +39 049 827 2710<br>
&gt; Phone: +39 349 55 39 261<br>
&gt; **************************************************<br>
&gt;<br>
&gt;<br>
&gt; Il 04/03/2011 00:49, Aaron Reyna ha scritto:<br>
&gt;&gt;<br>
&gt;&gt; Ah yes,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ll try the MCC-LiDAR. Great, thanks for the suggestion!<br>
&gt;&gt;<br>
&gt;&gt; Aaron<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Mar 3, 2011 at 3:09 PM, Peter Tittmann &lt;<a href="mailto:pwtittmann@ucdavis.edu">pwtittmann@ucdavis.edu</a>&gt; wrote:<br>
&gt;&gt; I&#39;ve used MCC-Lidar <a href="http://sourceforge.net/apps/trac/mcclidar/" target="_blank">http://sourceforge.net/apps/trac/mcclidar/</a> a little with marginal results. Not a great answer but something. TeraScan <a href="http://www.terrasolid.fi/en/products/terrascan" target="_blank">http://www.terrasolid.fi/en/products/terrascan</a> is the elephant in that room.<br>


&gt;&gt;<br>
&gt;&gt; Peter<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 03/03/2011 02:43 PM, Aaron Reyna wrote:<br>
&gt;&gt;&gt; This may be too broad of a question, but has anyone seen or heard of a way to do efficient ground modeling with libLAS? That is, take raw LiDAR files (all default points) and model out the ground class? I do have raw LiDAR files if it helps.<br>


&gt;&gt;&gt;<br>
&gt;&gt;&gt; Just throwing it out there.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Aaron<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Liblas-devel mailing list<br>
&gt;&gt;&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Peter Tittmann<br>
&gt;&gt; Geography Graduate Group<br>
&gt;&gt; UC Davis<br>
&gt;&gt; c. 707 849 4135<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Liblas-devel mailing list<br>
&gt;&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Liblas-devel mailing list<br>
&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/liblas-devel/attachments/20110304/4a27b7b2/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/liblas-devel/attachments/20110304/4a27b7b2/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 04 Mar 2011 15:29:11 +0100<br>
From: francesco &lt;<a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a>&gt;<br>
Subject: Re: [Liblas-devel] Ground Modeling with RAW LiDAR and libLAS<br>
Cc: <a href="mailto:liblas-devel@lists.osgeo.org">liblas-devel@lists.osgeo.org</a><br>
Message-ID: &lt;<a href="mailto:4D70F737.7000901@unipd.it">4D70F737.7000901@unipd.it</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
I use GRASS quite a lot, but always thought that it would be slow on<br>
vector points. I know Brovelli and her team developed some modules, I&#39;ll<br>
check on that. Good idea to use LibLAS as &quot;driver&quot; to turn LAS to xyz.<br>
Francesco<br>
<br>
Il 04/03/2011 15:05, Stuart Edwards ha scritto:<br>
&gt; GRASS GIS (open source) has several modules for processing raw LiDAR<br>
&gt; data and the ability to script your own classification routines.<br>
&gt;  LibLAS does a nice job of preprocessing (decoding) the LAS files so<br>
&gt; they can be input to GRASS as x,y,z or general ASCII format .......see:<br>
&gt;<br>
&gt; <a href="http://grass.osgeo.org/wiki/LIDAR#Micro-tutorial" target="_blank">http://grass.osgeo.org/wiki/LIDAR#Micro-tutorial</a><br>
&gt; Stu<br>
&gt;<br>
&gt;<br>
&gt; On Mar 4, 2011, at 1:31 AM, francesco wrote:<br>
&gt;<br>
&gt;&gt; Hello List,<br>
&gt;&gt; I just registered, hello to everyone.<br>
&gt;&gt; Regarding Aaron&#39;s question, I am playing around with LibLAS to<br>
&gt;&gt; develop a ground classification procedure. It uses Axellson&#39;s<br>
&gt;&gt; progressive triangulation of local minimum points - but I am also<br>
&gt;&gt; looking at other solutions. Does anyone have other interesting<br>
&gt;&gt; approaches in mind?<br>
&gt;&gt; Cheers,<br>
&gt;&gt; Francesco<br>
&gt;&gt; --<br>
&gt;&gt; **************************************************<br>
&gt;&gt; *Francesco Pirotti*<br>
&gt;&gt; Dep. TESAF<br>
&gt;&gt; CIRGEO – Interdepartmental Research Center on Cartography Photogrammetry<br>
&gt;&gt; Remote Sensing and G.I.S.<br>
&gt;&gt; University of Padova<br>
&gt;&gt; Web: <a href="http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm" target="_blank">http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm</a><br>
&gt;&gt; Email: <a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a> &lt;mailto:<a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a>&gt;<br>
&gt;&gt; Phone: +39 049 827 2710<br>
&gt;&gt; Phone: +39 349 55 39 261<br>
&gt;&gt; **************************************************<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Il 04/03/2011 00:49, Aaron Reyna ha scritto:<br>
&gt;&gt;&gt; Ah yes,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;ll try the MCC-LiDAR. Great, thanks for the suggestion!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Aaron<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Mar 3, 2011 at 3:09 PM, Peter Tittmann<br>
&gt;&gt;&gt; &lt;<a href="mailto:pwtittmann@ucdavis.edu">pwtittmann@ucdavis.edu</a> &lt;mailto:<a href="mailto:pwtittmann@ucdavis.edu">pwtittmann@ucdavis.edu</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     I&#39;ve used MCC-Lidar <a href="http://sourceforge.net/apps/trac/mcclidar/" target="_blank">http://sourceforge.net/apps/trac/mcclidar/</a> a<br>
&gt;&gt;&gt;     little with marginal results. Not a great answer but something.<br>
&gt;&gt;&gt;     TeraScan <a href="http://www.terrasolid.fi/en/products/terrascan" target="_blank">http://www.terrasolid.fi/en/products/terrascan</a> is the<br>
&gt;&gt;&gt;     elephant in that room.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     Peter<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     On 03/03/2011 02:43 PM, Aaron Reyna wrote:<br>
&gt;&gt;&gt;&gt;     This may be too broad of a question, but has anyone seen or<br>
&gt;&gt;&gt;&gt;     heard of a way to do efficient ground modeling with libLAS?<br>
&gt;&gt;&gt;&gt;     That is, take raw LiDAR files (all default points) and model<br>
&gt;&gt;&gt;&gt;     out the ground class? I do have raw LiDAR files if it helps.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     Just throwing it out there.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     Best,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     Aaron<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;     _______________________________________________<br>
&gt;&gt;&gt;&gt;     Liblas-devel mailing list<br>
&gt;&gt;&gt;&gt;     <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a>  &lt;mailto:<a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a>&gt;<br>
&gt;&gt;&gt;&gt;     <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     --<br>
&gt;&gt;&gt;     Peter Tittmann<br>
&gt;&gt;&gt;     Geography Graduate Group<br>
&gt;&gt;&gt;     UC Davis<br>
&gt;&gt;&gt;     c. 707 849 4135<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Liblas-devel mailing list<br>
&gt;&gt;&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Liblas-devel mailing list<br>
&gt;&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a> &lt;mailto:<a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a>&gt;<br>
&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
&gt;<br>
<br>
<br>
--<br>
**************************************************<br>
*Francesco Pirotti*<br>
Dep. TESAF<br>
CIRGEO – Interdepartmental Research Center on Cartography Photogrammetry<br>
Remote Sensing and G.I.S.<br>
University of Padova<br>
Web: <a href="http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm" target="_blank">http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm</a><br>
Email: <a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a> &lt;mailto:<a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a>&gt;<br>
Phone: +39 049 827 2710<br>
Phone: +39 349 55 39 261<br>
**************************************************<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/liblas-devel/attachments/20110304/c0406a87/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/liblas-devel/attachments/20110304/c0406a87/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 4 Mar 2011 08:27:55 -0600<br>
From: Howard Butler &lt;<a href="mailto:hobu.inc@gmail.com">hobu.inc@gmail.com</a>&gt;<br>
Subject: Re: [Liblas-devel] Ground Modeling with RAW LiDAR and libLAS<br>
To: francesco &lt;<a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a>&gt;<br>
Cc: <a href="mailto:liblas-devel@lists.osgeo.org">liblas-devel@lists.osgeo.org</a><br>
Message-ID: &lt;<a href="mailto:12A13103-AB6D-471B-BB55-5184A70C58D9@gmail.com">12A13103-AB6D-471B-BB55-5184A70C58D9@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
On Mar 4, 2011, at 8:29 AM, francesco wrote:<br>
<br>
&gt; I use GRASS quite a lot, but always thought that it would be slow on vector points. I know Brovelli and her team developed some modules, I&#39;ll check on that. Good idea to use LibLAS as &quot;driver&quot; to turn LAS to xyz.<br>


<br>
It would be much, much, much faster if someone wrote some glue between libLAS and GRASS (proposed here quite a while ago, but still not done &lt;<a href="http://lists.osgeo.org/pipermail/grass-dev/2008-May/037687.html" target="_blank">http://lists.osgeo.org/pipermail/grass-dev/2008-May/037687.html</a>&gt;).  I would guess it would be an order of magnitude faster to ingest data if you didn&#39;t have to go through text formats to do it.<br>


<br>
And, for this LiDAR idiot.  What is ground modeling?<br>
<br>
Thanks,<br>
<br>
Howard<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 4 Mar 2011 10:07:55 -0500<br>
From: Stuart Edwards &lt;<a href="mailto:sedwards2@cinci.rr.com">sedwards2@cinci.rr.com</a>&gt;<br>
Subject: Re: [Liblas-devel] Ground Modeling with RAW LiDAR and libLAS<br>
To: francesco &lt;<a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a>&gt;<br>
Cc: <a href="mailto:liblas-devel@lists.osgeo.org">liblas-devel@lists.osgeo.org</a><br>
Message-ID: &lt;<a href="mailto:0491F26F-08BF-4DCF-AF48-98D186F88A06@cinci.rr.com">0491F26F-08BF-4DCF-AF48-98D186F88A06@cinci.rr.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
I don&#39;t find it to be particularly slow .... I guess it depends on how much processing you have to do.  My uses are fairly limited so it&#39;s not a problem.<br>
<br>
Not quite on topic, but close, and something I&#39;m trying to figure out -- the LibLAS decoded file can provide all of the point data - not just x,y,z.  This includes identification of 1st and 2nd arrivals which helps a lot in discerning vegetal cover from the ground surface.<br>


<br>
However, if you are going to filter on arrival time to get a ground surface data set you have to eliminate the 1st arrivals - but only if there&#39;s a second. If a second is absent (no vegetation at that location) then the 1st becomes the &#39;last&#39; too.  This makes interpretation more complicated and not just a matter of separating the 1s and 2s.  I ended up writing a short script in octave to split the data into two pools - first arrivals and true last arrivals using the simple notion that a 1 is only a first if it is followed by a 2.  If not, it&#39;s a last.<br>


<br>
 Has anyone else wrestled with this?<br>
<br>
Stu<br>
<br>
<br>
On Mar 4, 2011, at 9:29 AM, francesco wrote:<br>
<br>
&gt; I use GRASS quite a lot, but always thought that it would be slow on vector points. I know Brovelli and her team developed some modules, I&#39;ll check on that. Good idea to use LibLAS as &quot;driver&quot; to turn LAS to xyz.<br>


&gt; Francesco<br>
&gt;<br>
&gt; Il 04/03/2011 15:05, Stuart Edwards ha scritto:<br>
&gt;&gt;<br>
&gt;&gt; GRASS GIS (open source) has several modules for processing raw LiDAR data and the ability to script your own classification routines.  LibLAS does a nice job of preprocessing (decoding) the LAS files so they can be input to GRASS as x,y,z or general ASCII format .......see:<br>


&gt;&gt;<br>
&gt;&gt;  <a href="http://grass.osgeo.org/wiki/LIDAR#Micro-tutorial" target="_blank">http://grass.osgeo.org/wiki/LIDAR#Micro-tutorial</a><br>
&gt;&gt; Stu<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mar 4, 2011, at 1:31 AM, francesco wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hello List,<br>
&gt;&gt;&gt; I just registered, hello to everyone.<br>
&gt;&gt;&gt; Regarding Aaron&#39;s question, I am playing around with LibLAS to develop a ground classification procedure. It uses Axellson&#39;s progressive triangulation of local minimum points - but I am also looking at other solutions. Does anyone have other interesting approaches in mind?<br>


&gt;&gt;&gt; Cheers,<br>
&gt;&gt;&gt; Francesco<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; **************************************************<br>
&gt;&gt;&gt; Francesco Pirotti<br>
&gt;&gt;&gt; Dep. TESAF<br>
&gt;&gt;&gt; CIRGEO – Interdepartmental Research Center on Cartography Photogrammetry<br>
&gt;&gt;&gt; Remote Sensing and G.I.S.<br>
&gt;&gt;&gt; University of Padova<br>
&gt;&gt;&gt; Web: <a href="http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm" target="_blank">http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm</a><br>
&gt;&gt;&gt; Email: <a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a><br>
&gt;&gt;&gt; Phone: +39 049 827 2710<br>
&gt;&gt;&gt; Phone: +39 349 55 39 261<br>
&gt;&gt;&gt; **************************************************<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Il 04/03/2011 00:49, Aaron Reyna ha scritto:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Ah yes,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;ll try the MCC-LiDAR. Great, thanks for the suggestion!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Aaron<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Thu, Mar 3, 2011 at 3:09 PM, Peter Tittmann &lt;<a href="mailto:pwtittmann@ucdavis.edu">pwtittmann@ucdavis.edu</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; I&#39;ve used MCC-Lidar <a href="http://sourceforge.net/apps/trac/mcclidar/" target="_blank">http://sourceforge.net/apps/trac/mcclidar/</a> a little with marginal results. Not a great answer but something. TeraScan <a href="http://www.terrasolid.fi/en/products/terrascan" target="_blank">http://www.terrasolid.fi/en/products/terrascan</a> is the elephant in that room.<br>


&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Peter<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On 03/03/2011 02:43 PM, Aaron Reyna wrote:<br>
&gt;&gt;&gt;&gt;&gt; This may be too broad of a question, but has anyone seen or heard of a way to do efficient ground modeling with libLAS? That is, take raw LiDAR files (all default points) and model out the ground class? I do have raw LiDAR files if                               it helps.<br>


&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Just throwing it out there.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Best,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Aaron<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; Liblas-devel mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Peter Tittmann<br>
&gt;&gt;&gt;&gt; Geography Graduate Group<br>
&gt;&gt;&gt;&gt; UC Davis<br>
&gt;&gt;&gt;&gt; c. 707 849 4135<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Liblas-devel mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Liblas-devel mailing list<br>
&gt;&gt;&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; **************************************************<br>
&gt; Francesco Pirotti<br>
&gt; Dep. TESAF<br>
&gt; CIRGEO – Interdepartmental Research Center on Cartography Photogrammetry<br>
&gt; Remote Sensing and G.I.S.<br>
&gt; University of Padova<br>
&gt; Web: <a href="http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm" target="_blank">http://www.cirgeo.unipd.it/cirgeo/francescopirotti.htm</a><br>
&gt; Email: <a href="mailto:francesco.pirotti@unipd.it">francesco.pirotti@unipd.it</a><br>
&gt; Phone: +39 049 827 2710<br>
&gt; Phone: +39 349 55 39 261<br>
&gt; **************************************************<br>
&gt; _______________________________________________<br>
&gt; Liblas-devel mailing list<br>
&gt; <a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/liblas-devel/attachments/20110304/85f7e9f0/attachment.html" target="_blank">http://lists.osgeo.org/pipermail/liblas-devel/attachments/20110304/85f7e9f0/attachment.html</a><br>


<br>
------------------------------<br>
<br>
_______________________________________________<br>
Liblas-devel mailing list<br>
<a href="mailto:Liblas-devel@lists.osgeo.org">Liblas-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/liblas-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/liblas-devel</a><br>
<br>
<br>
End of Liblas-devel Digest, Vol 39, Issue 2<br>
*******************************************<br>
</blockquote></div><br></div>