Skip to content
Prev 23994 / 29559 Next

LiDAR LAS file import into R via RSAGA

Hi Clay,

At some point I was looking into something similar, and don't think you can
do that with RSAGA.  rsaga.geoprocessor() is running things as a system
commands (like running from the command line directly), so it is not
bringing the Lidar data into R, if I recall correctly.

One package you might want to look into is rLidar:
https://cran.r-project.org/web/packages/rLiDAR/index.html - it has some
good functionality for importing data (they get imported as a matrix which
can then be processed in various ways), visualization, and processing,
largely in a forestry context.

Hope that helps,
Mike
On Thu, Feb 11, 2016 at 2:40 PM, Clay S <clayms at gmail.com> wrote: