Skip to content
Prev 3478 / 29559 Next

Memory limit problems in R / import of maps

On Tue, 22 Apr 2008, Tomislav Hengl wrote:

            
No, about 11MB per grid times 24 is not 18MB, you are probably looking at 
the wrong row in gc(). A lot depends on how you are reading them, are you 
using the rgdal package, or reading ASCII grids? The question is mostly 
how to organise the workflow to reduce copying to a minimum.
Recall that these are different kinds of systems, and very likely not 
holding and copying all the data in memory.
Do you mean grids with over 10M grid cells, or 10K grids each of 1M grid 
cells?

If the analyses can be done in tiles, rgdal provides access to the full 
ability of GDAL to select subscenes.

Hope this helps,

Roger