Description Usage Arguments Value Author(s) Examples
View source: R/download-narr.R
Retrieve NARR data using thredds
1 2 3 4 5 6 7 8 9 10 11 12 13 |
start_date |
Start date for meteorology |
end_date |
End date for meteorology |
lat.in |
Latitude coordinate |
lon.in |
Longitude coordinate |
progress |
Whether or not to show a progress bar (default = |
narr_cache_dir |
Directory where to cache downloaded data. Default is
|
overwrite_cache |
Delete existing cache? Default = |
drop_outside |
Whether or not to drop dates outside of |
parallel |
Download in parallel? Default = |
ncores |
Number of cores for parallel download. Default is
|
silent |
Silence error messages? |
tibble
containing time series of NARR data for the given site
Alexey Shiklomanov
1 2 3 4 | ## Not run:
dat <- get_NARR_thredds("2008-01-01", "2008-01-15", 43.3724, -89.9071)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.