Skip to content
New issue

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

Fix highest peaks being filtered from bathymetry #44

Merged
merged 2 commits into from
Nov 2, 2024
Merged

Conversation

akirmse
Copy link
Owner

@akirmse akirmse commented Nov 2, 2024

We were assuming that prominence=elevation for the highest peak in a tree. When the peak's elevation is negative, as in bathymetry, this causes the prominence of the highest peak to be negative, which means the highest peak will always be filtered out.

akirmse and others added 2 commits November 1, 2024 19:17
We were assuming that prominence=elevation for the highest peak
in a tree.  When the peak's elevation is negative, as in bathymetry,
this causes the prominence of the highest peak to be negative,
which means the highest peak will always be filtered out.
@akirmse akirmse merged commit d8cb174 into master Nov 2, 2024
3 checks passed
@akirmse akirmse deleted the bathymetry branch November 2, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant