From 833afe813d8be2baf4dcb12edd56b293214883d0 Mon Sep 17 00:00:00 2001 From: Joe Flood Date: Fri, 30 Aug 2024 16:09:27 -0700 Subject: [PATCH] Fixed flexible fleet attribute table --- docs/applying.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/applying.md b/docs/applying.md index e6669f9b4..cfd2beb3b 100644 --- a/docs/applying.md +++ b/docs/applying.md @@ -89,6 +89,7 @@ Rather than creating new modes for flexible fleet services, microtransit and NEV Several new attributes were added to allow the user to configure how flexible fleet services are operated. These are all defined in the common [constants.yaml](https://github.com/SANDAG/ABM/blob/ABM3_develop/src/asim/configs/common/constants.yaml#L255-L273) file. Each attribute is defined as follow: | Attribute | Definition | Default value | +| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | | Speed | Assumed operating speed in miles per hour | MT: 30, NEV: 17 | | Cost | Cost of using service in US Cents | 125 for both | | WaitTime | Assumed time passengers wait to wait to use service in minutes | 12 for both |