File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
python/plugins/processing/algs/grass7/description Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments