emis_dist
allocates emissions proportionally to
each feature. "Spatial" objects are converter to "sf" objects. Currently,
'LINESTRING' or 'MULTILINESTRING' supported. The emissions are distributed
in each street.
emis_dist(gy, spobj, pro, osm, verbose = FALSE)
Numeric; a unique total (top-down)
A spatial dataframe of class "sp" or "sf". When class is "sp" it is transformed to "sf".
Matrix or data-frame profiles, for instance, pc_profile.
Numeric; vector of length 5, for instance, c(5, 3, 2, 1, 1). The first element covers 'motorway' and 'motorway_link. The second element covers 'trunk' and 'trunk_link'. The third element covers 'primary' and 'primary_link'. The fourth element covers 'secondary' and 'secondary_link'. The fifth element covers 'tertiary' and 'tertiary_link'.
Logical; to show more info.
When spobj is a 'Spatial' object (class of sp), they are converted into 'sf'.