cdo.sellonlatbox: R Interface for 'cdo.sellonlatbox'

Description Usage Arguments Note Author(s) See Also

Description

R Interface for 'cdo.sellonlatbox'

Usage

1
2
3
cdo.sellonlatbox(x, y, ..., dim = c(1, 1), outdir = NULL,
  outfile = NULL, return.raster = TRUE, parallel = FALSE,
  npar = NA)

Arguments

x

input netcdf file for 'cdo.sellonlatbox'

y

extent or Extent* object indicateing the extent to extract

...

further arguments

dim

integer vector reporting the number of rows and columuns of the matrix of tiles into which the cropped map is spit.

outdir

output directory

outfile

output netcdf

return.raster

logical value. If is TRUE, outputs are returned as RasterStack-class objects.

parallel

logical value. If it is TRUE function works in a parallel way using doParallel package. Default is FALSE.

npar

number of working cores (used if parall==TRUE). In case of NA (default) and parallel==TRUE function uses all but one cores of the CPU. See detectCores.

Note

This function calls cdo sellonlatbox. See http://www.fourtythree.org/tech/remapping-a-netcdf-file-using-cdo/, https://code.zmaw.de/projects/cdo/embedded/1.4.7/cdo.html

Author(s)

Emanuele Cordano

See Also

system


ecor/cdor documentation built on May 29, 2019, 11:42 a.m.