From 3b4577307cbf4e2b8f5d13dc864d2f9e73bc7917 Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Mon, 30 Dec 2024 11:57:53 +0100 Subject: [PATCH] Set rodeo profile to default true, https://github.com/metno/sedr/issues/35 --- sedr/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sedr/util.py b/sedr/util.py index dbd6ca3..a0d4c74 100644 --- a/sedr/util.py +++ b/sedr/util.py @@ -55,7 +55,7 @@ def parse_args(args, version: str = "") -> argparse.Namespace: parser.add_argument( "--rodeo-profile", action="store_true", - default=False, + default=True, help="Use the rodeo profile even though the API doesn't specify it. Default False.", ) parser.add_argument(