tiff2nc_merge | R Documentation |
convert tif into nc files and merge by gdal_translate
and cdo
tiff2nc_merge(files, outfile = "merged.nc", overwrite = FALSE, cache = TRUE)
tiff2nc(files, overwrite = FALSE)
tiff2nc_process(
files,
outfile,
var.units = NULL,
var.longname = NULL,
run = FALSE
)
files |
tiff file paths |
outfile |
output nc file |
overwrite |
If |
cache |
If |
var.units |
untis of variables in |
var.longname |
longname of variables in |
verbose |
boolean |
This function not works for windows system.
## Not run:
tiff2nc_process(files, outfile, var.units, var.longname, run = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.