From e7bc52f2a0458844683e92044ca65ae8fa511079 Mon Sep 17 00:00:00 2001 From: Saijin-Naib <19295950+Saijin-Naib@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:25:04 -0400 Subject: [PATCH] Update --dem-resolution As discussed on Community, it being 2x the GSD estimate can lead to user confusion when they expect 1x GSD estimate results. --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 7c21f2c0..08d01bd0 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -536,7 +536,7 @@ def config(argv=None, parser=None): action=StoreValue, type=float, default=5, - help='DSM/DTM resolution in cm / pixel. Note that this value is capped by a ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also.' + help='DSM/DTM resolution in cm / pixel. Note that this value is locked to 2x the ground sampling distance (GSD) estimate. To remove the cap, check --ignore-gsd also.' ' Default: %(default)s') parser.add_argument('--dem-decimation',