Changes between Version 39 and Version 40 of Processing/LidarClassification
- Timestamp:
- Apr 13, 2015, 12:21:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v39 v40 100 100 To run this on a whole directory (before discrete lidar delivery creation), run: 101 101 {{{ 102 batch_fw_class. sh -c classified-directory/ -i unclassified-directory/ -o output-directory/102 batch_fw_class.py -v -c classified-directory -i unclassified-directory -o output-directory 103 103 }}}