View source: R/moves_rpdy_meta.R
moves_rpdy_meta | R Documentation |
moves_rpdy_meta
estimates running exhaust emissions
using MOVES emission factors.
moves_rpdy_meta(
metadata,
lkm,
ef,
fuel_type,
speed_bin,
profile,
agemax = 31,
net,
simplify = TRUE,
verbose = FALSE
)
metadata |
data.frame with the metadata for a vein project for MOVES. |
lkm |
Length of each link in miles |
ef |
emission factors from EmissionRates_running exported from MOVES |
fuel_type |
Data.frame of fuelSubtypeID exported by MOVES. |
speed_bin |
Data.frame or vector of avgSpeedBinID as defined by MOVES. |
profile |
Data.frame or Matrix with nrows equal to 24 and ncol 7 day of the week |
agemax |
Integer; max age for the fleet, assuming the same for all vehicles. |
net |
Road network class sf |
simplify |
Logical, to return the whole object or processed by streets and veh |
verbose |
Logical; To show more information. Not implemented yet |
a list with emissions at each street and data.base aggregated by categories.
The idea is the user enter with emissions factors by pollutant
{
data(decoder)
decoder
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.