DEFINE_LIDAR_FILTER

The DEFINE_LIDAR_FILTER command provides a way to define a Lidar point filter for use in later commands, like EDIT_LIDAR. The following parameters can be used for this command:

SAMPLE

// Define a Lidar filter for all points
DEFINE_LIDAR_FILTER NAME="LidarFilter_Vegetation" LIDAR_FILTER="3,4,5"
DEFINE_LIDAR_FILTER NAME="LidarFilter_Building" LIDAR_FILTER="6"

// Move all vegetation points within 2 meter of building points to new layer (mark as deleted in original layer)
EDIT_LIDAR FILENAME="*" LIDAR_FILTER_NAME="LidarFilter_Vegetation" \
NEW_LAYER_NAME="Veg within 2m of Building" DELETE_FEATURES="YES" \
LIDAR_FILTER_NEAR_NAME="LidarFilter_Building" MAX_DIST="2.0" USE_3D_DIST="YES"



Topic Overview

LiDAR Support in Global Mapper

Tool Information

Filter Selected Lidar points

Filter Lidar Data