Skip to content

Commit 6258209

Browse files
committed
Merge pull request #3169 from medspx/processing_grass7_rinlidar
[processing] add GRASS 7 r.in.lidar algorithms
2 parents f9ab722 + 8792443 commit 6258209

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
r.in.lidar
2+
r.in.lidar.info - Extract information from LAS file
3+
Raster (r.*)
4+
ParameterFile|input|LAS input file|False|False
5+
Hardcoded|-p
6+
Hardcoded|-g
7+
Hardcoded|-s
8+
OutputHTML|html|LAS information
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
r.in.lidar
2+
Creates a raster map from LAS LiDAR points using univariate statistics.
3+
Raster (r.*)
4+
ParameterFile|input|LAS input file|False|False
5+
ParameterSelection|method|Statistic to use for raster values|n;min;max;range;sum;mean;stddev;variance;coeff_var;median;percentile;skewness;trimmean|5
6+
ParameterSelection|type|Storage type for resultant raster map|CELL;FCELL;DCELL|1
7+
ParameterString|zrange|Filter range for z data (min, max)|None|False|True
8+
ParameterNumber|zscale|Scale to apply to z data|0.0|None|1.0|True
9+
ParameterNumber|percent|Percent of map to keep in memory|1|100|100|True
10+
ParameterString|pth|pth percentile of the values (between 1 and 100)|None|False|True
11+
ParameterString|trim|Discard <trim> percent of the smallest and <trim> percent of the largest observations (0-50)|None|False|True
12+
ParameterString|resolution|Output raster resolution|None|False|True
13+
ParameterString|return_filter|Only import points of selected return type Options: first, last, mid|None|False|True
14+
ParameterString|class_filter|Only import points of selected class(es) (comma separated integers)|None|False|True
15+
*ParameterBoolean|-i|Import intensity values rather than z values|False
16+
*ParameterBoolean|-e|Extend region extents based on new dataset|True
17+
*ParameterBoolean|-o|Override dataset projection (use location's projection)|True
18+
OutputRaster|output|Lidar Raster

0 commit comments

Comments
 (0)