Changes between Version 9 and Version 10 of Procedures/DeliveryCreation/LIDAR
- Timestamp:
- Aug 4, 2011, 2:23:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/DeliveryCreation/LIDAR
v9 v10 26 26 === Semi-scripted method === 27 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.28 1. If you did not create the DEM and screenshots using the above script (-m option) then create them manually using [wiki:Processing/CreateTifs make_lidardem_or_intensity.sh]. 29 29 1. Generate the readme file. 30 30 1. Create a config file for the read me using the generate_readme_config.py script. Use a command such as `generate_readme_config.py -d <delivery_directory> -r lidar` … … 51 51 * run las2txt.sh <delivery/flightlines/las1.0> <delivery/flightlines/ascii> 52 52 * OR run `las2txt --parse txyzicrna <lidarfilename> <outputfilename>` for each file, outputting to the ascii_laser directory (may not work with LAS 1.1). 53 1. You need to create a DEM from the lidar data to include with the delivery. Use make_lidardem_or_intensity.shand put the output file in a directory named 'dem'. Noisy points (those with classification 7) should not be included in the DEM so remember to specify the -C option.53 1. You need to create a DEM from the lidar data to include with the delivery. Use [wiki:Processing/CreateTifs make_lidardem_or_intensity.sh] and put the output file in a directory named 'dem'. Noisy points (those with classification 7) should not be included in the DEM so remember to specify the -C option. 54 54 1. Include a pdf version of the flight logsheet with the delivery 55 55 1. Make sure correct upto date data quality report (pdf version) is included in docs directory