- lidar version: 0.6.1
- Python version: 3.8
- Operating System: Ubuntu
Description
I noticed that the minimum depth parameter is ignored when delineating depressions with lidar. I checked the code and this seems to be the case for
DelineateDepressions(in_sink, min_size, min_depth, interval, out_dir, bool_level_shp=False)
See: https://github.com/giswqs/lidar/blob/66498a36c4eb184d00bc4cce3ee41de86f53a4cb/lidar/slicing.py#L570