Skip to content

Commit

Permalink
Fix comment that was out of sync with code
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Nov 16, 2023
1 parent 211699c commit 356cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/landcover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 356cc0e

Please sign in to comment.