Description Usage Arguments Value
View source: R/noaa_gefs_grid_download.R
Download a NOAA Global Ensemble Forecast System (GEFS) gridded forecast for a rectangular region with specified latitude and longitude bounds.
1 2 3 4 5 6 7 8 9 10 11  | noaa_gefs_grid_download(
  lat_list,
  lon_list,
  forecast_time,
  forecast_date,
  model_name_raw,
  output_directory,
  grid_name,
  s3_mode = FALSE,
  bucket = NULL
)
 | 
lat_list | 
 Vector or range of latitudes to be downloaded (see details).  | 
lon_list | 
 Vector or range of longitudes to be downloaded (see details).  | 
forecast_time | 
 The 'hour' of the requested forecast, one of "00", "06", "12", or "18", see details.  | 
forecast_date | 
 The date, or coercible string, of the requested forecast.  | 
model_name_raw | 
 A string with the model name used as the root of the downloaded directory tree. (Add a default.)  | 
output_directory | 
 Path: directory where the forecast output and logs will be saved.  | 
grid_name | 
 A short grid name used in directory and file name generation.  | 
s3_mode | 
 Logical: save the forecast to a Amazon S3 bucket rather than locally.  | 
bucket | 
 If s3_mode = TRUE, the S3 bucket name to save to.  | 
num_cores | 
 DEPRECATED  | 
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.