From 7d79afbadd2a1f817e00259cdfbfe42e1e7d7c0a Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Fri, 15 Dec 2023 14:42:02 +1300 Subject: [PATCH] fixup! docs: Add missing parameter docsg --- scripts/gdal/gdal_bands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gdal/gdal_bands.py b/scripts/gdal/gdal_bands.py index fa1e8f0d3..e2f5f3cd0 100644 --- a/scripts/gdal/gdal_bands.py +++ b/scripts/gdal/gdal_bands.py @@ -28,7 +28,7 @@ def get_gdal_band_offset(file: str, info: Optional[GdalInfo] = None, preset: Opt Args: file: file to check info: optional precomputed gdalinfo - preset: "dem_lerc" if single band (?!?) + preset: "dem_lerc" preset used to differentiate single band elevation tiffs from single band historical imagery Returns: list of band mappings eg "-b 1 -b 1 -b 1"