Download data for NOAA SWDI data

noaa_swdi_data_download(
  noaa_all,
  noaa_swdi_ind_tiles,
  noaa_swdi_type,
  year_periods = 1995:1995,
  data_folder = "data",
  remove = FALSE
)

Arguments

noaa_all

(tibble) : Data and Metadata info

noaa_swdi_ind_tiles

(integer) : A value in {0, 1}, with 1 indicating that tiles data is to be downloaded and extracted, and 0 indicating non-tiles data is to be downloaded and extracted

noaa_swdi_type

(character) : Specifying the type of NOAA-SWDI data to download and extract. Can be one of the following values: hail, mda, meso, nldn, plsr, structure, tvs, warn

year_periods

(numeric) : 1800:1800 (default) array of years to be downloaded

data_folder

(character) : "data" (default) data folder name

remove

(logical) : FALSE (default) remove .zip file after extraction