Changes between Version 35 and Version 36 of Processing/LidarClassification


Ignore:
Timestamp:
Oct 17, 2014, 12:03:26 PM (9 years ago)
Author:
dap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v35 v36  
    105105get_class_las -c classified.LAS -i unclassifiedfw.LAS -o output.LAS
    106106}}}
     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.
    107108
    108109This will copy your classified points into the fw data.
     
    112113batch_fw_class.sh -c classified-directory/ -i unclassified-directory/ -o output-directory/
    113114}}}
    114 '''Note, this script won't check that the LAS files have been sorted.'''