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

Fix #217 - Timeout issue when downloading MODIS data #220

Closed hubert-thieriot closed 3 years ago

hubert-thieriot commented 3 years ago

Fix #217 by increasing httr timeout to 20 seconds. This solved most of timeout issues in my case.

hubert-thieriot commented 3 years ago

This won't have any effect if user is selecting aria2 as a downloader.

ranghetti commented 3 years ago

Thank you @hubert-thieriot for this PR.