26 | | 1. Create the delivery directory using `make_lidar_delivery.sh <full path to main project dir> <year> <proj-code> <julian_day>`. The .LAS files that have been QC'ed and classified for noisy points should be in the main project directory under leica/proc_laser/ for this script. Check it's created everything correctly. If it fails, create the directory manually as per below. |
27 | | 1. If it is a UK project then dem and screenshots will be created. A screenshot of the intensity image with vectors overlaid will be created if there are vectors in ~arsf/vectors/from_os/PROJ_CODE. If the project is outside the UK then this script will not generate the dem or screenshots so these need to be created manually using make_lidardem_or_intensity.sh. |
| 27 | 1. Create the delivery directory using `make_lidar_delivery.py` (run `make_lidar_delivery -h` for details). The .LAS files that have been QC'ed and classified for noisy points should be in processing/als50/las-classified. Check it's created everything correctly. If it fails, create the directory manually as per below. |
| 28 | 1. If you did not create the DEM and screenshots using the above script (-m option) then create them manually using make_lidardem_or_intensity.sh. |
45 | | 1. Copy the template directory over to the project directory. Template directory at `~arsf/arsf_data/2009/delivery/lidar/template` |
46 | | 1. Convert the LAS binary files into ASCII files, ensuring to output all the appropriate information |
47 | | * run las2txt.sh <lasdirectory> |
| 46 | 1. Copy the template directory over to the project directory. Template directory at `~arsf/arsf_data/2011/delivery/lidar/template` |
| 47 | 1. Move the processed data to the delivery directory |
| 48 | * Move the LAS binary files into delivery/flightlines/las1.0 |
| 49 | * REMEMBER THAT THESE LAS FILES SHOULD HAVE BEEN QC'ED AND CLASSIFIED FOR NOISY POINTS |
| 50 | * Rename the files in the convention "LDR-PPPP_PP-yyyydddfnn.txt" (details in readme). |
| 51 | * run las2txt.sh <delivery/flightlines/las1.0> <delivery/flightlines/ascii> |