Skip to content

Commit 8792443

Browse files
author
Médéric RIBREUX
committed
Add r.in.lidar.info and override projection by default (much easier to use)
1 parent f914a03 commit 8792443

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
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

python/plugins/processing/algs/grass7/description/r.in.lidar.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ ParameterString|return_filter|Only import points of selected return type Options
1414
ParameterString|class_filter|Only import points of selected class(es) (comma separated integers)|None|False|True
1515
*ParameterBoolean|-i|Import intensity values rather than z values|False
1616
*ParameterBoolean|-e|Extend region extents based on new dataset|True
17+
*ParameterBoolean|-o|Override dataset projection (use location's projection)|True
1718
OutputRaster|output|Lidar Raster

0 commit comments

Comments
 (0)