Skip to content

Instantly share code, notes, and snippets.

@willrayeo
Last active May 5, 2021 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willrayeo/5ed6ad0e68669a2e77d1c86f8821723e to your computer and use it in GitHub Desktop.
Save willrayeo/5ed6ad0e68669a2e77d1c86f8821723e to your computer and use it in GitHub Desktop.
# define projection
flood_average_wgs84 = flood_average.rio.write_crs("epsg:4326")
# write to raster
flood_average_wgs84.rio.to_raster("flood_average.tif")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment