From 2c6fd1dd9f122afbfc41d1c6fa97631f863a6520 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:13:54 -0500 Subject: [PATCH] increase default GPS-Accuracy to 3m --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 3db8151f..d8e3a179 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -838,7 +838,7 @@ def config(argv=None, parser=None): type=float, action=StoreValue, metavar='', - default=10, + default=3, help='Set a value in meters for the GPS Dilution of Precision (DOP) ' 'information for all images. If your images are tagged ' 'with high precision GPS information (RTK), this value will be automatically '