Issue description
Hello, I get an error running MODIStsp(), the connection for the download is refused.
Reproducible example
library(MODIStsp)
MODIStsp(test = 5)
Console output
MODIStsp is running in test mode.
GDAL version in use: 3.1.4
[Wed Jan 26 16:27:11 2022] MODIStsp --> Starting processing
[Wed Jan 26 16:27:11 2022] Accessing http server at: https://e4ftl01.cr.usgs.gov/MOTA/MCD43A3.006/
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to e4ftl01.cr.usgs.gov port 443: Connection refused
Request failed [ERROR]. Retrying in 1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to e4ftl01.cr.usgs.gov port 443: Connection refused
Request failed [ERROR]. Retrying in 1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to e4ftl01.cr.usgs.gov port 443: Connection refused
Request failed [ERROR]. Retrying in 1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to e4ftl01.cr.usgs.gov port 443: Connection refused
Request failed [ERROR]. Retrying in 1.5 seconds...
[Wed Jan 26 16:27:17 2022] Error: http server seems to be down! Please try again later. Aborting!
System information
# packageVersion("MODIStsp")
‘2.0.6’
Additional context
I run the same code a couple of days ago and it was running ok. Is there something related to USGS?
Thanks!
Flo
Issue description Hello, I get an error running
MODIStsp()
, the connection for the download is refused.Reproducible example
Console output
System information
Additional context
I run the same code a couple of days ago and it was running ok. Is there something related to USGS? Thanks! Flo