89 | | Classify_las and lag both sort the las files for classification. We need to sort this back to points by time before copying. |
90 | | |
91 | | You can either create a discrete lidar delivery first (which will sort the las files for you) or run the following command on each line: |
92 | | {{{ |
93 | | lassort -i input.LAS (-o output.LAS) |
94 | | }}} |
95 | | |
96 | | You can also use lassort.sh which will sort an entire directory for you: |
97 | | {{{ |
98 | | lassort.sh -i inputdir (-o outputdir) |
99 | | }}} |
100 | | |
101 | | Note that the default is to simply overwrite the files. Specify an output if you don't want to overwrite. |
102 | | |
103 | | Run the following script after sorting the discrete points: |
| 89 | Run the following script to copy the classifications over: |