From a7aefc9cf6ff0564a83e0a1ddc903ef22561fdd5 Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Wed, 1 Feb 2023 17:49:23 -0800 Subject: [PATCH] Update geospatial_recipes.md --- geospatial/recipes_and_guides/geospatial_recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geospatial/recipes_and_guides/geospatial_recipes.md b/geospatial/recipes_and_guides/geospatial_recipes.md index eedc370..6f7f6c7 100644 --- a/geospatial/recipes_and_guides/geospatial_recipes.md +++ b/geospatial/recipes_and_guides/geospatial_recipes.md @@ -288,7 +288,7 @@ gdal_rasterize -a label -a_nodata 0 -ot Byte -tr 0.000269494585236 0.00026949458 ``` -gdalwarp -co BIGTIFF=YES -co NUM_THREADS=ALL_CPUS -co COMPRESS=LZW -CO PREDICTOR=2 -of COG INPUT.tif OUTPUT.tif +gdalwarp -co BIGTIFF=YES -co NUM_THREADS=ALL_CPUS -co COMPRESS=LZW -co PREDICTOR=2 -of COG INPUT.tif OUTPUT.tif ``` Note: This requires GDAL version >= 3.1