<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="latin-charset" bgcolor="#FFFFFF"
    text="#000000">
    <div class="moz-cite-prefix">On 09/24/2013 10:20 AM, Hamish wrote:<br>
    </div>
    <blockquote
      cite="mid:1380007243.6921.YahooMailNeo@web140003.mail.bf1.yahoo.com"
      type="cite">
      <pre wrap="">Micha wrote:
</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <pre wrap="">I can run las2txt and then import the text file with v.in.ascii, but
I'd like to work out what's wrong with the direct raster import. Any
ideas how to further debug this?
</pre>
          </blockquote>
        </blockquote>
      </blockquote>
      <pre wrap="">Hamish:
</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">does las2txt + r.in.xyz work?
</pre>
        </blockquote>
      </blockquote>
      <pre wrap="">Micha:
</pre>
      <blockquote type="cite">
        <pre wrap="">I'm using las2txt + v.in.ascii, then v.surf.rst That works as expected.

The spread of the point cloud is very irregular, some cells (1x1 m)
with 50+ points, and some with none, so I guess that r.in.xyz would
be less desirable?
</pre>
      </blockquote>
      <pre wrap="">
I'd think that the point density case you describe would be the ideal
scenario for using r.in.lidar or r.in.xyz, so if anything I'd suggest
it was more desirable to conflate all the points within the sq. meter
to a single one as a pre-processing step than trying to fit a spline
to all of them (n.b. I'm not entirely familiar with v.surf.rst's sub-cell
resolution decimation method, but if it isn't doing that beware the
close-proximity overshoots).

(r.in.lidar uses the same binning method as r.in.xyz (using libLAS for
the input stream instead of an ascii file) so you can expect the use
cases to be near identical, it just saves you the las2txt step. They are
mostly the same code.)
</pre>
    </blockquote>
    Thanks for the addl background,<br>
    I'll try r.in.xyz also.<br>
    <br>
    <blockquote
      cite="mid:1380007243.6921.YahooMailNeo@web140003.mail.bf1.yahoo.com"
      type="cite">
      <pre wrap="">

regards,
Hamish

This mail was received via Mail-SeCure System.


</pre>
    </blockquote>
    <br>
  </body>
</html>