Changes between Version 32 and Version 33 of Processing/LidarClassification


Ignore:
Timestamp:
Aug 13, 2014, 11:20:26 AM (10 years ago)
Author:
dap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v32 v33  
    107107
    108108This will copy your classified points into the fw data.
     109
     110To run this on a whole directory (before discrete lidar delivery creation), run:
     111{{{
     112batch_fw_class.sh -c classified-directory/ -i unclassified-directory/ -o output-directory/
     113}}}
     114Note, this script won't sort the LAS files for you.