We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I will look into this when I have time. Pull request is welcome if you figure out how to solve the issue.
Sorry, something went wrong.
i am facing this same issue
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: