Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Sep 4, 2024
1 parent 3e92103 commit af97954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyaro/timeseries/Filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ def filter_data_idx(self, data: Data, stations: dict[str, Station], variables: s
class AltitudeFilter(StationReductionFilter):
"""
Filter which filters stations based on their altitude. Can be used to filter for a
minimum or maximum altitude.
minimum and/or maximum altitude.
"""

def __init__(self, min_altitude: float | None = None, max_altitude: float | None = None):
Expand Down

0 comments on commit af97954

Please sign in to comment.