This workflow is now on https://lidar.pages.mia.inra.fr/lidaRtRee/articles/ALS_data_preprocessing.html
This workflow proposes R
functions for checking and preprocessing Airborne Laser Scanning (lidar remote sensing) data. It is based on functions from R package lidR
, and it includes the following steps:
- check the content of one file,
- create images and statistics from multiple files,
- compute digital surface models.
Changelog
- Dec 21, 2023: moved to https://forgemia.inra.fr/lidar/lidaRtRee
- April 6, 2023: checked with new version of
lidaRtRee
- July 19, 2022: checked with new version of
lidaRtRee
- May 24, 2022: switch to
terra
andsf
to comply with new version oflidR
andlidaRtRee
- Dec. 27, 2021: future.apply package used for parallelization
- Sept. 21, 2021: first release