Produce Cloud Optimized GeoTIFFs everywhere

This commit is contained in:
heyarne 2021-03-18 13:21:17 +01:00
commit b988f0d678
3 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@
" out_meta.update({\n",
" 'width': window.width,\n",
" 'height': window.height,\n",
" 'driver': 'GTiff',\n",
" 'driver': 'COG',\n",
" 'dtype': 'float32',\n",
" 'nodata': -999\n",
" }) \n",