Skip to content
Prev 11702 / 29559 Next

readRAST6() in {spgrass6}

It is hard to know what the upper-limit is on Windows-- as the memory
is usually fragmented by the operating system.

Since you are using GRASS, I would first try a coarsened version of
your terrain-shape rasters via the built-in re-sampling functionality.
While this is not ideal, as it is NN-based, it will give a quick way
to try out methods.

After you have initialized your GRASS connection in R, execute something like:

system('g.region res=10 -ap')

This will align the region along a 10x10 map unit grid. All further
interaction with raster data will be automatically re-sampled to this
grid system.

Dylan
On Mon, May 16, 2011 at 2:25 PM, Sam Prentice <sep at umail.ucsb.edu> wrote: