It is the last of the three algorithms for LIDAR filtering.
v.rrection - Correction of the v.owing output.
v.owing - Building contour determination and region growing algorithm for determining the building inside.
v.lidar.edgedetection - Uses interpolation and edge detection to create a new vector points file of LiDAR data so that the resulting attribute table is reclassified with CAT=1 for points associated with the ground surface (i.e., terrain) and useful for interpolating a raster terrain (DEM) map, CAT=2 for points pertaining to edges of human-contructed objects, and CAT=3 for other points that could pertain to vegetation or other features.
v.outlier - Removes outliers from vector point data.
r.in.lidar also can create a new location based on the LAS file, and can filter the input points by return and subregion. Creates a vector points file from a binary LAS format LiDAR file (*.las or *.laz).
v.in.lidar - (GRASS 7 only GRASS must be compiled with libLAS support).
See g.region for details on specifying the region bounds. It may also be useful to clip the import file to only accept points falling within the current region by using the -r flag.
v.in.ascii - Import data from an ASCII file to GRASS vector format.ĭue to memory overhead vector point imports will be limited to a few million data points unless topology and database creation is skipped with the -bt flags.
In addition to the options of r.in.xyz, r.in.lidar provides some basic lidar point filter options.
r.in.lidar - (GRASS 7 only GRASS must be compiled with libLAS support) Create a raster map from a binary LAS format LiDAR file (*.las) using univariate statistics and filtering.
r.in.xyz - Create a raster map from an assemblage of many coordinates using univariate statistics.
In this section various modules are introduced. GRASS GIS supports basic and advanced lidar data processing and analysis. The data are often provided as sets of very dense (x, y, z) points or in a more complex, public file binary format called LAS that may include multiple returns as well as intensities. Point cloud data, as a type of representation of 3D surfaces, are usually produced by airborne or on-ground laser scanning, also known as Light Detection and Ranging (LiDAR). LIDAR and Multi-beam Swath bathymetry data
1.6.1.4 DEM/DSM separation the more complex way.
1.6.1.3 DEM/DSM separation the simple way by selection of Lidar returns.
1.6.1.2 QUESTION 1: Are these Lidar data sufficiently dense?.