Skip to contents

Generate parquet output file

Usage

write_forecast_arrow(
  da_forecast_output,
  use_s3 = FALSE,
  bucket = NULL,
  endpoint = NULL,
  local_directory = NULL
)

Arguments

da_forecast_output

list; object that is returned by run_da_forecast()

forecast_output_directory

string; full path of directory where the csv file will be written

use_short_filename

use shortened file name; this results in less information in the file name and potentially overwriting existing files

Value

None

Details

Function generates a netcdf file from the object that is returned by run_da_forecast()

Author

Quinn Thomas