1

I am trying to download MODIS images using ModisDownload() function of rts package in R. I used following code.

ModisDownload(
  x = "MOD11A2", h = c(23,24), v = c(5,6),
  dates = c('2016.01.01','2018.12.31'),
  MRTpath = 'C:/modis/bin', mosaic = TRUE,
  proj = TRUE, proj_type = "UTM", utm_zone = 41
)

but every time same error repeats:

Error in .modisHTTP(x, v = version, opt = opt) : the http address does not exist! Version may be incorrect OR Server is down!

Phil
  • 4,344
  • 2
  • 23
  • 33
usman
  • 21
  • 4

0 Answers0