Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Jan 10, 2025
1 parent cd5191a commit a5026a1
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 @@ -1210,7 +1210,7 @@ class ValleyFloorRelativeAltitudeFilter(StationFilter):
"""
:param topo: Topography file path (either a file or a directory). Must be a dataset openable by
xarray, with latitude and longitude stored as "lat" and "lon" respectively. The variable
that contains elevation data is assumed to be in meters. If top is a directory, a
that contains elevation data is assumed to be in meters. If `topo` is a directory, a
metadata.json file containing the geographic bounds of each file must be present (see below
for example).
:param radius: Radius (in meters)
Expand Down

0 comments on commit a5026a1

Please sign in to comment.