rasterizeTRMMhdf: Rasterize TRMM 3B42 HDF Data

Description Usage Arguments Value References Examples

View source: R/rasterizeTRMMhdf.R

Description

Rasterize TRMM 3B42 HDF files.

Usage

1
2
3
4
5
6
7
8
rasterizeTRMMhdf(
  x,
  SDSstring = "111111",
  ext = NULL,
  cores = 1L,
  filename = "",
  ...
)

Arguments

x

character. TRMM 3B42 .HDF file(s).

SDSstring

character. Determines which SDS layers to process (1 = process, 0 = do not process). The default is to process all SDS layers (i.e., "111111").

ext

Extent, or any object from which an Extent can be extracted, see crop.

cores

integer. Number of cores for parallel processing.

filename

character. Optional output filename(s). If specified, this must be of the same length as 'x'.

...

Additional arguments passed to writeRaster.

Value

A list of Raster* objects, with each entry corresponding to one element in 'x' and the number of layers per Raster* object corresponding to the processed SDS layers.

References

GES DISC (2016) Readme for TRMM Product 3B42 (V7). Available online: http://disc.sci.gsfc.nasa.gov/precipitation/documentation/TRMM_README/TRMM_3B42_readme.shtml.

Examples

1
## see ?rasterizeTRMM

environmentalinformatics-marburg/chirps documentation built on Aug. 26, 2020, 1:18 a.m.