I'm trying to download some data, but every time I run my code, I receive the same message:
Local structure is up-to-date. Using offline information!
See code below:
tfs = runGdal(job = "MODIS",
product = "MOD11A2",
begin = "2016.01.01", end = "2016.01.15",
extent = getT)
tfs
I'm unsure why this is. No actual files are presented or downloaded. How do I fix this to actually get data?