<div dir="ltr"><div><div>Hi all,<br><br></div>r.in.lidar in trunk (r66601) can now read multiple LAS files specified in a text file (similarly to what e.g. r.colors supports for raster maps). It is nothing fancy, no indexing or something, but you can bin point from several tiles without any edge effects. It is not particularly fast either, but it is not worse than the original code.<br><br></div><div>Here is an example with custom resolution and extent derived from the data:<br></div><div><br>r.in.lidar file=list.txt output=raster method=mean -e res=30 zrange=-1,200<br><br></div><div>The file list.txt contains something like:<br><br></div><div>/home/johnuser/data/tile_55.las<br>/home/johnuser/data/tile_56.las<br>/home/johnuser/data/tile_57.las<br></div><div><br></div>A major refactoring of the code (r66593-r66596) was necessary for smooth implementation. I did my best to test different combination of parameters with comparison to original results, but I was not able to create an automated test partially for the lack of standardized input data. More testing appreciated.<br><div><br></div><div>The options and tabs were reorganized to accommodate new inputs, but the documentation is missing.<br></div><div><br></div><div>Let me know what you think.<br></div><div><br></div><div>Vaclav<br></div><div><br><br><a href="https://grass.osgeo.org/grass71/manuals/r.in.lidar.html">https://grass.osgeo.org/grass71/manuals/r.in.lidar.html</a><br><a href="https://trac.osgeo.org/grass/changeset/66601">https://trac.osgeo.org/grass/changeset/66601</a><br><a href="https://trac.osgeo.org/grass/changeset/66593">https://trac.osgeo.org/grass/changeset/66593</a><br><a href="https://trac.osgeo.org/grass/changeset/66594">https://trac.osgeo.org/grass/changeset/66594</a><br><a href="https://trac.osgeo.org/grass/changeset/66595">https://trac.osgeo.org/grass/changeset/66595</a><br><a href="https://trac.osgeo.org/grass/changeset/66596">https://trac.osgeo.org/grass/changeset/66596</a><br></div></div>