mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
11 lines
651 B
Plaintext
11 lines
651 B
Plaintext
v.in.lidar
|
|
Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.
|
|
Vector (v.*)
|
|
QgsProcessingParameterFile|input|LiDAR input files in LAS format (*.las or *.laz)|0|txt|None|False
|
|
QgsProcessingParameterExtent|spatial|Import subregion only|None|True
|
|
QgsProcessingParameterString|return_filter|Only import points of selected return type (Options: first, last, mid)|None|False|True
|
|
QgsProcessingParameterString|class_filter|Only import points of selected class(es) (comma separated integers)|None|False|True
|
|
*QgsProcessingParameterBoolean|-t|Do not create attribute table|False
|
|
Hardcoded|-o
|
|
QgsProcessingParameterVectorDestination|output|Lidar
|