| | 62 | It is also possible to batch process las files within a folder using classify_las_files.sh. |
| | 63 | {{{ |
| | 64 | |
| | 65 | Uses classify_las to preform the classification. |
| | 66 | |
| | 67 | Arguments: |
| | 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 | |
| | 72 | Optional: |
| | 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 | }}} |
| | 79 | Example |
| | 80 | {{{ |
| | 81 | classify_las_files.sh -d ~airborne/workspace/PROJCODE/leica/proc_laser -c -isolated 4 4 -below 250 -above 1000 |
| | 82 | }}} |