
weather_download_and_import_rawdata (action)
Source:R/weather_download_and_import_rawdata.R
weather_download_and_import_rawdata_action.RdKeeps the 00, 06, 12 and 18 o'clock timepoints of the forecast that
weather_download_and_import_rawdata_data_selector() returned. Reduces them
to one row per date: maximum air temperature, minimum air temperature and
total precipitation. Upserts those rows into anon_example_weather_rawdata.
See also
weather_download_and_import_rawdata_data_selector(), which
produces this action's data argument. cs9example has no vignettes of its
own; how cs9 pairs an action with a data selector is documented in
cs9::SurveillanceSystem_v9.
Other cs9 task actions:
weather_clean_data_action(),
weather_export_plots_action()