Changes between Version 35 and Version 36 of Procedures/DeliveryCreation/LIDAR


Ignore:
Timestamp:
May 25, 2017, 11:49:54 AM (7 years ago)
Author:
asm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/DeliveryCreation/LIDAR

    v35 v36  
    4444=== Manual Method ===
    4545 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
    4647 1. Move the processed data to the delivery directory
    4748   * Move the LAS binary files into delivery/flightlines/las1.0
    4849   * 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 ).
    5051   * 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.'''
    5152   * OR run `las2txt --parse txyzicrna <lidarfilename> <outputfilename>` for each file, outputting to the ascii_laser directory (may not work with LAS 1.1).