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

Valleyfloor relaltitude filter #61

Merged
merged 10 commits into from
Nov 7, 2024
Merged

Conversation

thorbjoernl
Copy link
Collaborator

Summary

Implements a station filter that allows filtering based on the surrounding topography.

Related Issue

closes #47

@thorbjoernl thorbjoernl added the enhancement New feature or request label Nov 6, 2024
@thorbjoernl thorbjoernl added this to the m2024-12 milestone Nov 6, 2024
@thorbjoernl thorbjoernl self-assigned this Nov 6, 2024
Copy link
Member

@heikoklein heikoklein left a 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.

src/pyaro/timeseries/AutoFilterReaderEngine.py Outdated Show resolved Hide resolved
src/pyaro/timeseries/Filter.py Outdated Show resolved Hide resolved
src/pyaro/timeseries/Filter.py Outdated Show resolved Hide resolved
src/pyaro/timeseries/Filter.py Outdated Show resolved Hide resolved
tests/test_CSVTimeSeriesReader.py Outdated Show resolved Hide resolved
src/pyaro/timeseries/Filter.py Outdated Show resolved Hide resolved
@thorbjoernl thorbjoernl marked this pull request as ready for review November 7, 2024 07:53
@thorbjoernl thorbjoernl merged commit 5016d12 into main Nov 7, 2024
2 checks passed
@thorbjoernl thorbjoernl deleted the valleyfloor-relaltitude-filter branch November 7, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Relative altitude filtering based on valley floor
2 participants