Changes between Version 35 and Version 36 of Processing/LidarClassification
- Timestamp:
- Oct 17, 2014, 12:03:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarClassification
v35 v36 105 105 get_class_las -c classified.LAS -i unclassifiedfw.LAS -o output.LAS 106 106 }}} 107 '''Warning: It is recommended to use an output name different to the unclassified FW file, as get_class_las will overwrite the file if a different file name is not used.''' This is particularly problematic if ALSPP produces LAS1.3 files whose points haven't been sorted by time, which sometimes happens due to a bug in ALSPP. 107 108 108 109 This will copy your classified points into the fw data. … … 112 113 batch_fw_class.sh -c classified-directory/ -i unclassified-directory/ -o output-directory/ 113 114 }}} 114 '''Note, this script won't check that the LAS files have been sorted.'''