Skip to content

Commit

Permalink
Merge pull request #219 from SANDAG/raise_maxWalkIfMTAccessAvailable
Browse files Browse the repository at this point in the history
Increase maxWalkIfMTAccessAvailable from a half mile to a mile
  • Loading branch information
bhargavasana authored Oct 18, 2024
2 parents 2a60647 + 874442d commit 3a6232f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/application/flexible-fleets.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Several new attributes were added to allow the user to configure how flexible fl
| DiversionFactor | Time multiplier accounting for diversion to service other passengers | 1.25 for both |
| StartPeriod | Time period to start service (not yet implemented) | 9 for both |
| EndPeriod | Time period to end service (not yet implemented) | MT: 32, NEV: 38 |
| maxWalkIfMTAccessAvailable | Maximum disatance someone is willing to walk at the destination end if flexible fleet services are available (same for microtransit and NEV) | 0.5 |
| maxWalkIfMTAccessAvailable | Maximum disatance someone is willing to walk at the destination end if flexible fleet services are available (same for microtransit and NEV) | 1.0 |

## Travel Time Calculation
### Direct Time
Expand Down
4 changes: 2 additions & 2 deletions src/asim/configs/common/constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ nevDiversionConstant: 6
nevDiversionFactor: 1.25
nevStartPeriod: 9
nevEndPeriod: 38
maxWalkIfMTAccessAvailable: 0.5 # Maximum distance to walk to premium transit if microtransit access is available
maxWalkIfMTAccessAvailable: 1.0 # Maximum distance to walk to premium transit if microtransit access is available

# cost of "average" monthly transit pass cost. Used in transit pass ownership model.
# cost of pass divided by 2 for age < 18 and 65+.
Expand Down Expand Up @@ -299,4 +299,4 @@ MedIncomePEVRebate: 0
SanYsidro_maz_id: 9279
OtayMesa_maz_id: 9387
Tecate_maz_id: 22324
OtayMesaEast_maz_id: 7123
OtayMesaEast_maz_id: 7123

0 comments on commit 3a6232f

Please sign in to comment.