Changes between Version 32 and Version 33 of Processing/LidarClassification
- Timestamp:
- Aug 13, 2014, 11:20:26 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v32 v33 107 107 108 108 This will copy your classified points into the fw data. 109 110 To run this on a whole directory (before discrete lidar delivery creation), run: 111 {{{ 112 batch_fw_class.sh -c classified-directory/ -i unclassified-directory/ -o output-directory/ 113 }}} 114 Note, this script won't sort the LAS files for you.