View source: R/write_geo_tiff.R
write_geo_tiff | R Documentation |
Functions to export raster objects.
write_geo_tiff(ra, file)
write_esri_grid_ascii(ra, file, projection_file = FALSE)
ra |
Raster object to export. |
file |
File to export raster object too. |
projection_file |
Should the projection string also be written? |
Invisible, raster object.
Stuart K. Grange
## Not run:
# Export raster object as geo tiff
write_geo_tiff(raster_temperature, "temperature_raster_object.tif")
# Or text file
write_esri_grid_ascii(raster_temperature, "temperature_raster_object.grd")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.