-
Notifications
You must be signed in to change notification settings - Fork 100
MTC TVPB Test Data
Ben Stabler edited this page Aug 6, 2020
·
24 revisions
To create the MTC TVPB test example data, the following conversions are done:
- activitysim tm1 existing files
- land_use.csv - randomly assigned TM1 TAZs and shares of land use to TM2 TAZs and MAZs using MTC's existing lookup table. The result is a new land_use.csv file with a row for each MAZ, a new MAZ column, the TAZ column set to the TM2 TAZ, and shares of land use for each existing land use field. Each field may be calculated differently - for example each MAZ is assigned the proper COUNTY, where as TOTACRE is calculated based on MAZ acres.
- households.csv - a new field MAZ is added and each household is randomly assigned to a TM2 MAZ
- tm2 ct-ramp network LOS CSV files
- ped_distance_maz_tap.txt --> walk_maz_taps.csv ['MAZ', 'TAP', 'DISTWALK', 'TIMEWALK', etc.] # with data fields as needed
- ped_distance_maz_maz.txt --> maz_to_maz_walk.csv ['OMAZ', 'DMAZ', 'DISTWALK', 'TIMEWALK', etc.] # with data fields as needed
- bike_distance_maz_maz.txt --> maz_to_maz_bike.csv ['MAZ', 'TAP', 'DISTBIKE', 'TIMEBIKE', etc.] # with data fields as needed
- drive_maz_taz_tap.csv --> maz_to_tap_drive.csv ['MAZ', 'TAP', 'DIST', 'drive_time', etc.] # with data fields as needed
- tap_data.csv --> add parking lot capacity for TAPS fields to maz_to_tap_drive.csv as needed
- tm2 ct-ramp OMX files
- HWYSKM{TIME_PERIOD}_taz.tpp --> taz_skims.omx # with existing skim name + "__{TIME_PERIOD}", for example "WLK_TRN_WLK_XWAIT__PM__PM"
- transit_skims_{TIME_PERIOD}{SET}.TPP --> tap_skims{SET}.omx # with existing skim name + "__{TIME_PERIOD}", for example "WLK_TRN_WLK_XWAIT__PM__PM"