From 683d05d4f77d1ddf0d753c627610aed0f1a4eaae Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Mon, 4 May 2026 20:40:33 +0100 Subject: rename filter_df() to process_stations() for clarity --- fnme/station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnme/station.py') 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]]: -- cgit v1.2.3