mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
11 lines
554 B
Plaintext
11 lines
554 B
Plaintext
v.in.lidar
|
|
Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.
|
|
Vector (v.*)
|
|
ParameterFile|input|LiDAR input files in LAS format (*.las or *.laz)|False|False
|
|
ParameterExtent|spatial|Import subregion only|None|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|-t|Do not create attribute table|False
|
|
Hardcoded|-o
|
|
OutputVector|output|Lidar
|