Description Usage Arguments Author(s) Examples
View source: R/download-narr.R
Download NARR time series for a single site
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
outfolder |
Target directory for storing output |
start_date |
Start date for met data |
end_date |
End date for met data |
lat.in |
Site latitude coordinate |
lon.in |
Site longitude coordinate |
overwrite |
Overwrite existing files? Default= |
verbose |
Turn on verbose output? Default= |
progress |
Print a progress bar as data are being downloaded? Default = |
narr_cache_dir |
Directory where to cache downloaded data. Default is
|
overwrite_cache |
Delete existing cache? Default = |
parallel |
Download in parallel? Default = |
ncores |
Number of cores for parallel download. Default is
|
silent |
Silence error messages? |
... |
Additional arguments (not used) |
Alexey Shiklomanov
1 2 3 4 | ## Not run:
download.NARR_site(tempdir(), "2001-01-01", "2001-01-12", 43.372, -89.907)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.