Skip to content
Prev 19785 / 29559 Next

get ncdf values at point locations - efficient method?

Noah,
There is a third way:

library(raster)
b <- brick("test.nc")

(this does not load the cell values into memory). Now there are
several ways to extract subsets. See ?getValues, ?crop, ....
Robert
On Sun, Nov 17, 2013 at 9:40 PM, <ndcNS at hampshire.edu> wrote: