| 24 | === ASCII LiDAR Point Clouds === #ASCIILIDARFILES |
| 25 | |
| 26 | The processed LiDAR data are delivered in multiple formats. One such format is as an ASCII list. These point cloud files contain a space separated summary of the data for each point, with each point being described on a separate line of the file. The ordering of the point data is described [wiki:FAQ/lidarasciiformat here]. The files can be opened and viewed in any simple text reader but because of their large size this may not be appropriate. It is possible to import these data in to GIS systems such as GRASS or ENVI. |
| 27 | |
| 28 | === LAS LiDAR Point Clouds === |
| 29 | |
| 30 | The processed LiDAR data are delivered in multiple formats. One such format is as LAS files. These are currently delivered by ARSF-DAN in two possible formats depending on whether full waveform data has been collected or not. The LAS files are binary data files that have a series of headers and then a collection of data points. They are the standard data type for storing LiDAR data. They can be read by most GIS systems that process LiDAR data, or using the various free software libraries such as [libLAS], [LASlib] and [LASTools]. |
| 31 | |
| 32 | ==== LAS v1.0 ====#LAS1.0FILES |
| 33 | |
| 34 | These LAS files are delivered by standard and do not have the capacity for storing waveform data. Detailed information about LAS 1.0 can be found in this document: [http://www.asprs.org/a/society/committees/standards/asprs_las_format_v10.pdf] |
| 35 | |
| 36 | |
| 37 | ==== LAS v1.3 ====#LAS1.3FILES |
| 38 | |
| 39 | These LAS files are delivered only if full waveform data has been collected. Detailed information about LAS 1.3 can be found in this document: [http://www.asprs.org/a/society/committees/standards/LAS_1_3_r11.pdf] |