Description Usage Arguments Value Examples
View source: R/download_GESDISC.R
Function to download data from [NASA EarthData GES DISC](https://disc.gsfc.nasa.gov/) URLs.
1 2 3 | download_GESDISC(txt_path, dest_folder = NULL, base_names = NULL,
rqr_user_pwd = T, subset_list = NULL, progress_bar = T,
cl = NULL)
|
txt_path |
Path to a text file generated from GES DISC that contains list of links of data file to download. |
dest_folder |
Folder in which to save downloaded files. If NULL, saves to working directory. |
base_names |
Manually-generated, user-defined names for saving downloaded files. Must be same length as number of files. |
rqr_user_pwd |
Should an EarthData login username and password be required? Defaults to TRUE. |
subset_list |
Select individual URLs by number. |
progress_bar |
If TRUE, uses 'pbapply' package to generate console progress bar. |
cl |
Cluster generated from parallel::makeCluster() to process downloads over multiple cores. Defaults to NULL (single-threaded). |
Names of files.
1 | download_GESDISC(txt_path = "filelist.txt", subset_list = c(2,3,4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.