Skip to content
Prev 22275 / 29559 Next

stack many files without loading into memory

I think you are correct.
s=stack(fn,quick=T)
writeRaster(s,'localpath/2012data')

would get the data local. I guess the trade off is that the file size is an
order of magnitude bigger than if I saved them in an .RData file but much
quicker to access.
ds

On Wed, Feb 4, 2015 at 12:51 PM, Dominik Schneider <
dominik.schneider at colorado.edu> wrote: