Description Usage Arguments Value See Also
scalable time-series computations on 3D raster stacks
1 2 3 4 |
raster.name |
a 3D raster object with dimensions in order lines-samples-time |
workers |
a named list containing the functions for computation |
cores |
the number of parallel processes per node |
out.name |
the name of the output. Either a single file or a folder of separate files
(determined by parameter |
out.bandnames |
(optional) the names of the output bands; names are determined from the function names
in |
out.dtype |
the datatype of the written files.
See |
separate |
should the resulting bands be written to individual files? Otherwise a single ENVI block is written. |
na.in |
the pixel value for NA in |
na.out |
the pixel value for NA in the output files |
overwrite |
should the output files be overwritten if they already exist? If |
verbose |
write detailed information on the progress of function execution? |
nodelist |
the names of additional server computing nodes accessible via SSH without password |
bandorder |
the output file pixel arrangement,one of 'BIL', 'BIP' or 'BSQ' |
maxmemory |
the maximum memory in Mb used per node |
compress_tif |
should the written GeoTiff files be compressed? |
mask |
an additional file or raster layer; computations on raster.name are only performed where mask is 1, otherwise NA is returned for all resulting layers |
None
stack
, calc
, clusterR
, makeCluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.