download.thredds.AGB

download.thredds.AGB(
  outdir = NULL,
  site_ids,
  run_parallel = FALSE,
  ncores = NULL
)

Arguments

outdir

Where to place output

site_ids

What locations to download data at?

run_parallel

Logical. Download and extract files in parallel?

ncores

Optional. If run_parallel=TRUE how many cores to use? If left as NULL will select max number -1

Value

data.frame summarize the results of the function call

Author

Bailey Morrison

Examples

if (FALSE) { # \dontrun{
outdir <- "~/scratch/abg_data/"
results <- PEcAn.data.remote::download.thredds.AGB(outdir=outdir, 
           site_ids = c(676, 678, 679, 755, 767, 1000000030, 1000000145, 1000025731), 
           run_parallel = TRUE, ncores = 8)
} # }