Description Usage Arguments Details Author(s)
Write raster files as GeoTiffs with useful compression options
1 | writeGeoTiff(x, file, datatype = "FLT4S")
|
x |
A |
file |
A |
datatype |
A |
... |
Other parameters passed on to |
Defaults to using the following parameters:
NAflag = -9999
; options = c("COMPRESS=DEFLATE","PREDICTOR=2", "ZLEVEL=9")
; format = "GTiff"
; overwrite = T
Martin Jung
Matt Lewis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.