This commit changes the behavior of the micromobility script that processes the walkMgraEquivMinutes.csv and walkMgraTapEquivMinutes.csv files.
Previous behavior was to overwrite the "actual" column with the calculated micromobility generalized time. Now the script writes two new files called microMobilityMgraEquivMinutes.csv and microMobilityMgraTapEquivMinutes.csv with the following columns:
orig mgra ID
dest mgra/tap ID
walkTime: the input column used for walk time. "actual" for the MGRA-MGRA file, "boardingActual" for the TAP file.
mmTime: the OD micromobility travel time + rental time + access time
mmCost: variable cost * travel time + fixed cost
mmGenTime: mmTime + mmCost converted to time + constant
minTime: the minimum value of walkTime vs. mmGenTime
This commit changes the behavior of the micromobility script that processes the
walkMgraEquivMinutes.csv
andwalkMgraTapEquivMinutes.csv
files.Previous behavior was to overwrite the "actual" column with the calculated micromobility generalized time. Now the script writes two new files called
microMobilityMgraEquivMinutes.csv
andmicroMobilityMgraTapEquivMinutes.csv
with the following columns:walkTime
: the input column used for walk time. "actual" for the MGRA-MGRA file, "boardingActual" for the TAP file.mmTime
: the OD micromobility travel time + rental time + access timemmCost
: variable cost * travel time + fixed costmmGenTime
: mmTime + mmCost converted to time + constantminTime
: the minimum value ofwalkTime
vs.mmGenTime