From 356cc0ed90b65fcd75c9095e186057f9be532ec7 Mon Sep 17 00:00:00 2001 From: Daniel Wiesmann Date: Thu, 16 Nov 2023 12:37:15 +0000 Subject: [PATCH] Fix comment that was out of sync with code --- scripts/landcover.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/landcover.sh b/scripts/landcover.sh index 33e826e6..8483a2e1 100644 --- a/scripts/landcover.sh +++ b/scripts/landcover.sh @@ -13,7 +13,7 @@ ogr2ogr \ -sql "select Name, ExtractMultiPolygon(geometry) as geometry from Features"\ -dialect sqlite -# Reduce reolution to 40m and merge +# Reduce resolution and merge counter=0 for file in $wd/esa-worldcover-v200-2021-map/*.tif; do counter=$((counter+1))