Skip to content

Commit 4c6050c

Browse files
update
1 parent 8bde083 commit 4c6050c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

code/python_remote_sensing/zonal_statistics.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,14 @@
195195
"\n",
196196
"These files were download from [Harvard Dataverse](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/YGIVCD) and converted to Cloud-Optimized GeoTIFFs using GDAL.\n",
197197
"\n",
198-
" Example command `gdalwarp -of COG -co COMPRESS=DEFLATE -co PREDICTOR=2 -co NUM_THREADS=ALL_CPUS 2021_HasMask/LongNTL_2021.tif 2021.tif -te -180 -90 180 90 -dstnodata 0`\n",
199-
" \n",
198+
" Example command\n",
199+
"\n",
200+
" ```\n",
201+
" gdalwarp -of COG 2021_HasMask/LongNTL_2021.tif 2021.tif \\\n",
202+
" -te -180 -90 180 90 -dstnodata 0 \\\n",
203+
" -co COMPRESS=DEFLATE -co PREDICTOR=2 -co NUM_THREADS=ALL_CPUS\n",
204+
"```\n",
205+
"\n",
200206
"The resulting files are now hosted on a Google Cloud Storage bucket."
201207
]
202208
},

0 commit comments

Comments
 (0)