aboutsummaryrefslogtreecommitdiffstats
path: root/fnme/station.py
diff options
context:
space:
mode:
Diffstat (limited to 'fnme/station.py')
-rw-r--r--fnme/station.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnme/station.py b/fnme/station.py
index c971173..6cfc5d1 100644
--- a/fnme/station.py
+++ b/fnme/station.py
@@ -8,7 +8,7 @@ import pandas as pd
from fnme.constants import SORT_KV
-def filter_df(
+def process_stations(
dframe: pd.DataFrame, arguments: argparse.Namespace, loc: Tuple[float, float]
) -> List[Dict[str, Any]]:
git.ajschof.me — hosted by ajschofield — powered by cgit