From f914a0366323a95ca80b2263e27a91283b380dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Ribreux?= Date: Thu, 2 Jun 2016 17:53:41 +0200 Subject: [PATCH] [Processing] [Grass7] Add r.in.lidar algorithm (you have to use the same CRS than input file) --- .../algs/grass7/description/r.in.lidar.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 python/plugins/processing/algs/grass7/description/r.in.lidar.txt diff --git a/python/plugins/processing/algs/grass7/description/r.in.lidar.txt b/python/plugins/processing/algs/grass7/description/r.in.lidar.txt new file mode 100644 index 00000000000..f3c1648e528 --- /dev/null +++ b/python/plugins/processing/algs/grass7/description/r.in.lidar.txt @@ -0,0 +1,17 @@ +r.in.lidar +Creates a raster map from LAS LiDAR points using univariate statistics. +Raster (r.*) +ParameterFile|input|LAS input file|False|False +ParameterSelection|method|Statistic to use for raster values|n;min;max;range;sum;mean;stddev;variance;coeff_var;median;percentile;skewness;trimmean|5 +ParameterSelection|type|Storage type for resultant raster map|CELL;FCELL;DCELL|1 +ParameterString|zrange|Filter range for z data (min, max)|None|False|True +ParameterNumber|zscale|Scale to apply to z data|0.0|None|1.0|True +ParameterNumber|percent|Percent of map to keep in memory|1|100|100|True +ParameterString|pth|pth percentile of the values (between 1 and 100)|None|False|True +ParameterString|trim|Discard percent of the smallest and percent of the largest observations (0-50)|None|False|True +ParameterString|resolution|Output raster resolution|None|False|True +ParameterString|return_filter|Only import points of selected return type Options: first, last, mid|None|False|True +ParameterString|class_filter|Only import points of selected class(es) (comma separated integers)|None|False|True +*ParameterBoolean|-i|Import intensity values rather than z values|False +*ParameterBoolean|-e|Extend region extents based on new dataset|True +OutputRaster|output|Lidar Raster