helper function needed to identify the ranges of dates to
be processed for a given year as a function of download_range selection
and starting/ending dates and years
Arguments
- download_range
character ["Full" | "Seasonal"]If "full", all the available images between the starting and the ending dates are downloaded; If "seasonal", only the images included in the season are downloaded (e.g: if the starting date is 2005-12-01 and the ending is 2010-02-31, only the images of December, January and February from 2005 to 2010 - excluding 2005-01, 2005-02 and 2010-12 - are downloaded), Default: Full- yy
numericyear for which the processing dates need to be identified- start_year
numericstart year of currentMODIStsp_processrun- end_year
numericend year of currentMODIStsp_processrun.- start_date
character`` Start date for images download and preprocessing (yyyy.mm.dd) of currentMODIStsp_process` run.- end_date
characterStart date for images download and preprocessing (yyyy.mm.dd) of currentMODIStsp_processrun.
