runGdal start date issue

30 Views Asked by At

Upon running the following line of code, the download is starting from 2019001 instead of 2015001. How can this be fixed?

runGdal(product= "MOD13Q1",begin = "2015001",end = "2020366",tileH = h,tileV = v,SDSstring = B,
        job = "Quality", outProj="GEO", datum="WGS84")
1

There are 1 best solutions below

0
On

Changing the output path to a new/different folder under MODISoptions solves this issue.