Changes between Version 35 and Version 36 of Procedures/DeliveryCreation/LIDAR
- Timestamp:
- May 25, 2017, 11:49:54 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/DeliveryCreation/LIDAR
v35 v36 44 44 === Manual Method === 45 45 1. Copy the template directory over to the project directory. Template directory at `~arsf/arsf_data/2011/delivery/lidar/template` 46 1. If you did not create a CSV file with the original names of LAS files versus new names you can create using the above script, you can create it before files renaming files using lidar_naming_csv.py 46 47 1. Move the processed data to the delivery directory 47 48 * Move the LAS binary files into delivery/flightlines/las1.0 48 49 * REMEMBER THAT THESE LAS FILES SHOULD HAVE BEEN QC'ED AND CLASSIFIED FOR NOISY POINTS 49 * Rename the files in the convention "LDR-PPPP_PP-yyyydddfnn.LAS" (details in readme ).50 * Rename the files in the convention "LDR-PPPP_PP-yyyydddfnn.LAS" (details in readme, you should have created a CSV file with the new names in previous steps so rename accordingly ). 50 51 * run las2txt.sh <delivery/flightlines/las1.0> <delivery/flightlines/ascii> '''Note, it is important to ensure that the correct options are used with this. Otherwise it will output the wrong format.''' 51 52 * OR run `las2txt --parse txyzicrna <lidarfilename> <outputfilename>` for each file, outputting to the ascii_laser directory (may not work with LAS 1.1).