read_plt: Import an AERMOD .PLT file as tabular data

read_pltR Documentation

Import an AERMOD .PLT file as tabular data

Description

Import an AERMOD .PLT file as tabular data

Usage

read_plt(
  path,
  as = c("tbl", "tbl_cube", "array", "data.table", "raster", "terra", "sf"),
  cols = c(X = "X", Y = "Y", CONC = "AVERAGE CONC"),
  complete = TRUE,
  crs = NULL,
  ...,
  verbose = getOption("verbose", default = FALSE)
)

Arguments

path

(character) path to .PLT file(s)

as

(character) format of result

complete

(logical) complete with ‘NA' for (X, Y) combinations that don’t appear in the file

verbose

(logical)

Value

an object of type 'as' (default: 'tbl')

Note

'complete = FALSE' only makes sense when 'as' is "tbl" or "data.table".

See Also

predecessor 'read_AERMOD_plt.R' in West Oakland AB617 work


BAAQMD/aertools documentation built on June 30, 2022, 9:10 p.m.