88 | | If there is full wave form data you will need to run the following script after classifying the discrete data: |
| 88 | If there is full wave form data you will need to copy the classifications from discrete into the fullwaveform files. |
| 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: |