Skip to content

Commit

Permalink
Update docs/examples/convert_to_raster.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Alan D. Snow <alansnow21@gmail.com>
  • Loading branch information
RichardScottOZ and snowman2 authored Mar 6, 2024
1 parent 8b95863 commit 759d657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/convert_to_raster.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
"metadata": {},
"outputs": [],
"source": [
"rds.blue.astyppe('float32').rio.to_raster(\"planet_scope_green_LZW_compression.tif\", driver=\"GTiff\", compress=\"LZW\")"
"rds.blue.astype('float32').rio.to_raster(\"planet_scope_green_LZW_compression.tif\", driver=\"GTiff\", compress=\"LZW\")"
]
},
{
Expand Down

0 comments on commit 759d657

Please sign in to comment.