fdetsch / MODIS

Download and processing framework for MODIS imagery. The package provides automated access to the global online data archives LP DAAC, LAADS and NSIDC as well as processing capabilities such as file conversion, mosaicking, subsetting and time series.
Other
58 stars 27 forks source link

runGdal date issue #107

Closed Saadi4469 closed 3 years ago

Saadi4469 commented 3 years ago

Hello,

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

The above line is downloading files (pixel reliability band) with wrong begin date, the downloaded files are starting from 2019 instead of 2015! It's weird because when I use the same code for the 1st band (NDVI), it starts downloading files according to the begin date 2015001.

Saadi4469 commented 3 years ago

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

fdetsch commented 3 years ago

Thanks again. Please let us know if you get to the bottom of what you described in the first comment.