Changes between Version 24 and Version 25 of Procedures/DeliveryCreation/LIDAR


Ignore:
Timestamp:
Sep 23, 2014, 2:49:18 PM (9 years ago)
Author:
tec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/DeliveryCreation/LIDAR

    v24 v25  
    4242   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
    4343
    44 
    4544=== Manual Method ===
    4645 1. Copy the template directory over to the project directory. Template directory at `~arsf/arsf_data/2011/delivery/lidar/template`
     
    7675The 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
    7776
     77=== Semi-scripted full waveform delivery ===
     78The 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{{{
     80make_arsf_delivery.py --lidarfw --solfile posatt/ipas_honeywell/proc/20140621_082249.sol --lidardeminfo resolution=2 inprojection=UKBNG --projectlocation . --deliverytype lidar --steps STRUCTURE --final
     81}}}
     82When 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.
    7883
     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}}}
    7999
    80100-------------------