ropensci / MODIStsp

An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
https://docs.ropensci.org/MODIStsp
GNU General Public License v3.0
155 stars 51 forks source link

Parallel processing for MODIStsp #135

Closed CHENlab-Yale closed 6 years ago

CHENlab-Yale commented 6 years ago

Hi,

Many thanks for this wonderful and powerful package! I am currently processing 16 years' data for LST and am wondering if MODIStsp allows for a parallel process using multiple cores?

lbusett commented 6 years ago

Hi,

Unfortunately not. Each date is treated separately (also because i would not know how tobdeal with multiple downloada frome the different cores).

Maybe you could try running separate modistp issues at once, one for each year. That would require running the tool from outside r via rscript, using differrnt optiins files. See https://lbusett.github.io/MODIStsp/articles/standalone_execution.html

This could lead however to memory problems, or problems in download due to concurrent download processes.

lbusett commented 6 years ago

Closing this due to lack of activity. Feel free to reopen if necessary.