From aeb7db3492a43f19d9f783044b5644d66c435fdf Mon Sep 17 00:00:00 2001 From: mdtanker Date: Tue, 11 Jun 2024 08:48:40 +0200 Subject: [PATCH] refactor: add hemisphere and remove kwargs from call to geoid --- src/polartoolkit/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/polartoolkit/fetch.py b/src/polartoolkit/fetch.py index 3c432c00..ea83da50 100644 --- a/src/polartoolkit/fetch.py +++ b/src/polartoolkit/fetch.py @@ -2137,7 +2137,7 @@ def preprocessing(fname: str, action: str, _pooch2: typing.Any) -> str: spacing=initial_spacing, region=initial_region, registration=initial_registration, - **kwargs, + hemisphere="south", ) # convert from ellipsoid back to eigen geoid grid = grid - eigen_correction