read_plt | R Documentation |
Import an AERMOD .PLT file as tabular data
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) )
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) |
an object of type 'as' (default: 'tbl')
'complete = FALSE' only makes sense when 'as' is "tbl" or "data.table".
predecessor 'read_AERMOD_plt.R' in West Oakland AB617 work
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.