From 854db70248ac46d12c32b0738613c7e5b4e2dc99 Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Fri, 18 Oct 2024 10:57:10 -0700 Subject: [PATCH 1/2] Increase maxWalkIfMTAccessAvailable from a half mile to a mile --- src/asim/configs/common/constants.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asim/configs/common/constants.yaml b/src/asim/configs/common/constants.yaml index cf9b10fb4..ec28622a0 100644 --- a/src/asim/configs/common/constants.yaml +++ b/src/asim/configs/common/constants.yaml @@ -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+. @@ -299,4 +299,4 @@ MedIncomePEVRebate: 0 SanYsidro_maz_id: 9279 OtayMesa_maz_id: 9387 Tecate_maz_id: 22324 -OtayMesaEast_maz_id: 7123 \ No newline at end of file +OtayMesaEast_maz_id: 7123 From 874442d039f96d5358e5512725a33273303e0724 Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Fri, 18 Oct 2024 11:06:05 -0700 Subject: [PATCH 2/2] Update documentation to reflect increase in default value for maxWalkIfMTAccessAvailable --- docs/application/flexible-fleets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/application/flexible-fleets.md b/docs/application/flexible-fleets.md index 85f359838..316a825f5 100644 --- a/docs/application/flexible-fleets.md +++ b/docs/application/flexible-fleets.md @@ -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