Skip to content
Prev 21005 / 29559 Next

Error in clusterR

Srinivas:

Can you explain, more generally, what you are trying to accomplish?
It seems like you are just trying to get a list-of-dataframes from the
MODIS pixels.  It might be easier to do something like this with the
package "foreach".  Keep in mind reading/write is often I/O limited,
so you may not see any performance gain reading in parallel.

I'd also recommend looking at "rasterEngine" in my spatial.tools
package.  Here's a tutorial on how to use it:

http://publish.illinois.edu/jgrn/software-and-datasets/rasterengine-tutorial/

--j
On Tue, May 13, 2014 at 5:11 AM, Srinivas V <srinivasv at feralindia.org> wrote: