-
Notifications
You must be signed in to change notification settings - Fork 2
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
Valleyfloor relaltitude filter #61
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice functionality!
The ValleyFloorRelativeAltitudeFilter has many similarities to the RelativeAltitudeFilter which are not reflected by the implementation. A common private base-class might make the design clearer.
The topography-file should not kept open for longer than necessary. Considering the size of this data here (GTOPO30), the data should not kept permanently in memory.
Summary
Implements a station filter that allows filtering based on the surrounding topography.
Related Issue
closes #47