3 | | One of the most common uses of LiDAR data is to generate a high resolution Digital Elevation Model (DEM) raster. This page explains the steps used by NERC-ARF to generate DEMs from the point clouds provided as part of the standard delivery. |
| 3 | One of the most common uses of LiDAR data is to generate a high resolution Digital Elevation Model (DEM) raster. This page explains the steps used by NERC-ARF to generate DEMs from the LAS format point clouds provided as part of the standard delivery. |
| 4 | |
| 5 | For data delivered before 2009 in .all ASCII format you can convert to LAS format using convert_pre2009_lidar.py from https://github.com/pmlrsg/arsf_tools/ for example: |
| 6 | |
| 7 | convert_pre2009_lidar.py -i in_lidar_ascii.all -o out_lidar_las.las |
| 8 | |
| 9 | Then proceed with the instructions below. |