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.
pull/1470/head
Saijin-Naib 2022-06-16 10:25:04 -04:00 zatwierdzone przez GitHub
rodzic a83490a2e7
commit e7bc52f2a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',