Changes between Version 35 and Version 36 of Help/LeicaLidarDems
- Timestamp:
- Aug 25, 2017, 3:45:51 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/LeicaLidarDems
v35 v36 4 4 5 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 6 {{{ 7 7 convert_pre2009_lidar.py -i in_lidar_ascii.all -o out_lidar_las.las 8 8 }}} 9 9 Then proceed with the instructions below. 10 10