Changes between Version 9 and Version 10 of Processing/LidarNoisyPoints
- Timestamp:
- Nov 11, 2015, 5:38:48 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LidarNoisyPoints
v9 v10 46 46 You can also use the LAStools toolbox available for [http://rapidlasso.com/2013/07/02/arcgis-lastools-toolbox-for-lidar-processing/ ArcGIS] and [http://rapidlasso.com/2013/09/29/how-to-install-lastools-toolbox-in-qgis/ QGIS]. Within QGIS, once the toolbox has been setup (following the instructions [http://rapidlasso.com/2013/09/29/how-to-install-lastools-toolbox-in-qgis/ here]) points can be filtered using the 'las2las_filter' from within the processing toolbox and using 'drop_class 7' as the filter, as shown below: 47 47 48 [[Image(qgis_las2las_filter.png, width=40%, align=center)]]48 [[Image(qgis_las2las_filter.png, width=40%, nolink, align=center)]] 49 49 50 50 Both the toolboxes and command line tools can also be used to select only the first or last return and subset the points to a bounding box.