OISSTRefClass_get_raster: Get a raster

Description Arguments Value

Description

Requests can be made for multiple variables at multiple times. In such cases it is impotant to know that the order of rasters is each time for each variable requested. Thus requesting variables 'v1', 'v2', 'v3' at times t1 and t2 results in a stack with v1-t1, v1-t2, v2-t1, v2-t2, v3-t1, v3-t2 order.

Arguments

what

character one or more variable names or variable indices

time

numeric vector either a 1-based indices or POSIXct timestamps

bb

a 4 element bounding box vector [left, right, bottom, top], defaults to [-180, 180, -90, 90]

crs

character, the coordiante reference system to apply

flip

logical if TRUE then flip the raster in the y direction

Value

a raster::brick or raster::layer object or NULL


BigelowLab/spnc documentation built on May 5, 2019, 2:45 p.m.