11 lines
651 B
Plaintext
Raw Normal View History

2016-03-12 21:06:39 +01:00
v.in.lidar
Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.
Vector (v.*)
2017-10-22 10:25:09 +02:00
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
2016-03-12 21:06:39 +01:00
Hardcoded|-o
QgsProcessingParameterVectorDestination|output|Lidar