Prepare transit boardings target by day group
prep_transit_target.RdGenerates transit boardings targets by day group, using external sources and settings. Use for regional transit weighting when boardings are not in PUMS.
Details
Checks for transit target in settings.
Maps weekday/weekend groups and applies factors.
Aggregates boardings to region level by day group.
Returns named list of boardings by day group.
Assumes settings include transit boardings and factors.
Settings
transit_boardings_per_trip (direct): boardings per trip factor.
transit_weekday_boardings (direct): weekday boardings.
transit_weekend_factor (direct): weekend adjustment factor.
See also
get_day_groups
Other target preparation:
get_target_methods(),
prep_target_adults(),
prep_target_age(),
prep_target_commutemode(),
prep_target_cross(),
prep_target_edulevel(),
prep_target_employment(),
prep_target_ethnicity(),
prep_target_gender(),
prep_target_h_size(),
prep_target_income(),
prep_target_kids(),
prep_target_race(),
prep_target_univstudent(),
prep_target_vehicles(),
prep_target_workers(),
prepare_targets(),
run_tabulate_method()