Closed Joaobazzo closed 3 years ago
ef_europe would look like
CO_Urban Buses Standard 15-18t_II_Diesel_SCR
I would recommend to use the argument ef_cetesb(scale = "tunnel"). If light vehicles there is a significative increase on emission factors.
that's how it could look like @rafapereirabr @pedro-andrade-inpe
list=FALSE
would be the default parameter
> ef_brazil(pollutant = c("CO","PM"), veh_type = "BUS_URBAN_D",years = "2011",list = FALSE)
Units: [g/km]
CO_2011 PM_2011
[1,] 4.858934 0.2234033
> ef_brazil(pollutant = c("CO","PM"), veh_type = "BUS_URBAN_D",years = "2011",list = TRUE)
$EF
Units: [g/km]
[,1] [,2]
[1,] 4.858934 0.2234033
$pollutant
[1] "CO" "PM"
$veh_type
[1] "BUS_URBAN_D" "BUS_URBAN_D"
$years
[1] "2011" "2011"
emis_post
function would be more flexible. It would have analysis for the following problems
class = 'age'
class = 'fleet'
class = 'fleet and age'
class = 'time
, time_class = 'departure_time'
We currently have this pattern of output
the columns name should look something like this
or even