Topic: LIDAR
Tool | Description |
---|---|
v.decimate | Copies points from one vector to another while applying different decimations |
v.lidar.correction | Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering. |
v.lidar.edgedetection | Detects the object's edges from a LIDAR data set. |
v.lidar.growing | Building contour determination and Region Growing algorithm for determining the building inside |
See also the corresponding keyword for additional references:
LIDAR
- r.hydro.flatten - Derive elevation of water bodies for hydro-flattening
- r.in.pdal - Creates a raster map from LAS LiDAR points using univariate statistics.
- r.in.pdal - Creates a raster map from LAS LiDAR points using univariate statistics and r.in.xyz.
- r.in.xyz - Creates a raster map from an assemblage of many coordinates using univariate statistics.
- r3.in.xyz - Create a 3D raster map from an assemblage of many coordinates using univariate statistics
- v.decimate - Copies points from one vector to another while applying different decimations
- v.in.pdal - Converts LAS LiDAR point clouds to a GRASS vector map with PDAL.
- v.lidar.correction - Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering.
- v.lidar.edgedetection - Detects the object's edges from a LIDAR data set.
- v.lidar.growing - Building contour determination and Region Growing algorithm for determining the building inside
- v.outlier - Removes outliers from vector point data.
- v.surf.bspline - Performs bicubic or bilinear spline interpolation with Tykhonov regularization.