Changes between Version 24 and Version 25 of Procedures/DeliveryCreation/LIDAR
- Timestamp:
- Sep 23, 2014, 2:49:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/DeliveryCreation/LIDAR
v24 v25 42 42 1. Copy it to the delivery directory and remove any temporary files. Recommended to keep the TeX file until after delivery checking in case any edits are required 43 43 44 45 44 === Manual Method === 46 45 1. Copy the template directory over to the project directory. Template directory at `~arsf/arsf_data/2011/delivery/lidar/template` … … 76 75 The Read_me will need to be edited to include the above information. A template of the full waveform readme can be found at ~arsf/arsf_data/2010/delivery/lidar/template/fw_readme.txt 77 76 77 === Semi-scripted full waveform delivery === 78 The delivery library can be used to perform a full waveform delivery. Still under testing but should work, to get the script to perform a full waveform delivery include the `--lidarfw` argument to the `make_arsf_delivery.py` script. The example below will create the full waveform directory structure. 79 {{{ 80 make_arsf_delivery.py --lidarfw --solfile posatt/ipas_honeywell/proc/20140621_082249.sol --lidardeminfo resolution=2 inprojection=UKBNG --projectlocation . --deliverytype lidar --steps STRUCTURE --final 81 }}} 82 When the script runs in full waveform mode the discrete classified lidar data needs to be in the `las-classified` folder, the classified full waveform data needs to be in `las-fw-classified` and trj files should be placed in `trj` all theses folders should be in `PROJ_DIR/processing/als50`, see below for a clipping of the `tree` command. Also ensure the logsheet pdf is in the `admin` folder as it will complain otherwise. I would suggest not running the whole delivery at once. What I found works best is running the steps before the rename stage then running the rest. 78 83 84 {{{ 85 #!html 86 <pre> 87 <span style="color: #7075FF">processing</span> 88 ├── <span style="color: #7075FF">als50</span> 89 │ ├── <span style="color: #737373">2014172.cfg</span> 90 │ ├── <span style="color: #737373">2014172.reg</span> 91 │ ├── <span style="color: #7075FF">las</span> 92 │ ├── <span style="color: #333AFF;font-weight: bold;">las-classified</span> 93 │ ├── <span style="color: #7075FF">las-fw</span> 94 │ ├── <span style="color: #333AFF;font-weight: bold;">las-fw-classified</span> 95 │ ├── <span style="color: #7075FF">logfiles</span> 96 │ └── <span style="color: #333AFF;font-weight: bold;">trj</span> 97 </pre> 98 }}} 79 99 80 100 -------------------