calpost_get_concentrations_from_time_series_file: Create a data frame of discrete receptor concentrations

Description Usage Arguments

Description

Create a data frame of discrete receptor concentrations using a CALPOST time series outfile file.

Usage

1
2
3
4
5
calpost_get_concentrations_from_time_series_file(time_series_file = NULL,
  location_name, source_id, pollutant_id, create_hourly_CSV = TRUE,
  create_hourly_rda = TRUE, return_large_df = FALSE,
  resume_from_set_hour = NULL, autoresume_processing = TRUE,
  autoresume_year = NULL)

Arguments

time_series_file

a path to a binary time series data file that was generated by CALPOST with time series options set.

location_name

the name of the location in which the receptors reside.

source_id

the ID value for the source emissions.

pollutant_id

the ID value for the emitted pollutant.

create_hourly_CSV

an option to create hourly CSV files describing pollutant concentrations at every receptor.

create_hourly_rda

an option to create hourly R data (.rda) files describing pollutant concentrations at every receptor.

return_large_df

an option to invisibly return a large data frame object.

resume_from_set_hour

an option to resume processing of concentrations from a set hour of the year.

autoresume_processing
autoresume_year

rich-iannone/PuffR documentation built on May 27, 2019, 7:46 a.m.