Hi again, I just saw that also the module descriptions are missing.
Try putting the attached file into: YOUR_QGIS_INSTALLATION\apps\qgis\python\plugins\processing\algs\grass7\description Maybe you have to remove the line containing ParameterSelection|return_filter in the txt to make it run properly, as I do not know if it accepts an empty string as input... I did not test it... In order to define the map extent you will have to inspect your las-file in advance (e.g. using las-tools). Good luck. Stefan From: Qgis-developer [mailto:[email protected]] On Behalf Of Blumentrath, Stefan Sent: 1. juni 2016 07:45 To: Jim Bellenger <[email protected]>; [email protected] Subject: Re: [Qgis-developer] How would I get the GRASS r.in.lidar and v.in.lidar programs to show up in the Processing Toolbox? Hei Jim, Without knowing some relevant details of your system I would guess you are facing this https://trac.osgeo.org/osgeo4w/ticket/493 issue in liblas on Windows... Cheers Stefan From: Qgis-developer [mailto:[email protected]] On Behalf Of Jim Bellenger Sent: 1. juni 2016 05:01 To: [email protected]<mailto:[email protected]> Subject: [Qgis-developer] How would I get the GRASS r.in.lidar and v.in.lidar programs to show up in the Processing Toolbox? I know that the programs are installed with the GRASS 7.0.3 of QGIS 2.14 but they don't show up in the Processing Toolbox.
r.in.lidar Creates a raster map from LAS LiDAR points using univariate statistics. Raster (r.*) ParameterFile|input|LiDAR input files in LAS format (*.las or *.laz)|False ParameterBoolean|-i|Import intensity values rather than z values|False OutputRaster|output|Name for output raster map|False ParameterSelection|method|Statistic to use for raster values|mean;n;min;max;range;sum;stddev;variance;coeff_var;median;percentile;skewness;trimmean|0 *ParameterSelection|return_filter|Only import points of selected return type|;first;last;mid|0 *ParameterSelection|type|Storage type for resultant raster map|FCELL;CELL;DCELL|0 *ParameterString|zrange|Filter range for z data (min,max)| *ParameterNumber|zscale|Scale to apply to z data|None|None|1.0 *ParameterNumber|percent|Percent of map to keep in memory|1|100|100 *ParameterNumber|pth|pth percentile of the values|1|100|95 *ParameterNumber|trim|Discard <trim> percent of the smallest and <trim> percent of the largest observations|0.0|50.0|0.0
_______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
