Changes between Version 27 and Version 28 of Processing/LidarClassification


Ignore:
Timestamp:
Oct 1, 2013, 10:09:16 AM (10 years ago)
Author:
edfi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/LidarClassification

    v27 v28  
    6060classify_las -lasfilein example.LAS -lasfileout classified.LAS -isolated 4 5
    6161}}}
     62It is also possible to batch process las files within a folder using classify_las_files.sh.
     63{{{
     64
     65Uses classify_las to preform the classification.
     66
     67Arguments:
     68    -d:           Directory containing LAS files to be classified or single LAS file to be classified
     69    -c:            "classification_algorithim(s)_to_be_run"
     70
     71
     72Optional:
     73    -o:           Directory to outout classified LAS files, defaults to input directory 
     74
     75    -h:           Display usage
     76    -a:           Details of classification algorithims that are available
     77                 (or see http://arsf-dan.nerc.ac.uk/trac/wiki/Processing/LidarClassification)
     78}}}
     79Example
     80{{{
     81classify_las_files.sh -d ~airborne/workspace/PROJCODE/leica/proc_laser -c -isolated 4 4 -below 250 -above 1000
     82}}}