get_mod_dirs | R Documentation |
Accessory function to get the full list of directories on the lpdaac http site containing data included in the time range selected for processing (modified after Barry Rowlingson function):
get_mod_dirs(
http,
download_server,
user,
password,
yy,
n_retries,
gui,
out_folder_mod
)
http |
|
download_server |
|
user |
|
password |
|
yy |
|
n_retries |
|
gui |
'logical“ indicates if processing was called from the GUI environment or not. If not, processing messages are sent to a log file instead than to the console/GTK progress windows. |
out_folder_mod |
|
character array
listing all available folders (a.k.a. dates) for
the requested MODIS product on lpdaac http archive, for the years
included in the time range selected for processing.
License: GPL 3.0
Original code by Babak Naimi (.getModisList
, in
ModisDownload.R)
modified to adapt it to MODIStsp scheme and to http archive (instead than old
FTP) by:
Lorenzo Busetto, phD (2014-2017)
Luigi Ranghetti, phD (2016-2017)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.