| 1 | === Q: What is the file format for my ASCII LiDAR data files? === |
| 2 | |
| 3 | '''A:'''[[BR]] |
| 4 | |
| 5 | The ASCII LiDAR files are formatted as follows: |
| 6 | |
| 7 | Time, Easting, Northing, elevation, intensity, classification, return number, scan angle rank |
| 8 | |
| 9 | This is also given in the readme file that should be included with your data. |
| 10 | |
| 11 | Each entry in the list is a single LiDAR return. If you prefer to deal with LAS format data, the text files can be converted to LAS format using third-party software (we use LASTools, see http://www.cs.unc.edu/~isenburg/lastools/ - the program to do this is txt2las.exe). |