-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add misc summary stats * add null check and change return syntax * refactoring * bug fix: wrong field used * refactor: reuse code * add totalHoursOfVehicleTrafficDelay in summary stats. * add summary stats for averagePTWaitingTime * add bus crowding in summary stats * reset bus crowding * add averageTripExpenditure in summary stats * fixed cost aggregation * fixed PTCrowding (bus) * renamed to totalNetCost * fixed warnings * reset ptWaiting against personId * fixed average and update labels * hoursTraveled should be renamed to travelDurationInSec, as this is not in hours * remove / 3600 for busCrowding * fixed hard coding of modes * fixed hard coding of modes * rename _person * fixed warnings and format * create summary stats for average vehicle delay for motorized leg. (#1095) * fixed numOfTimesBusTaken in busCrowding * changed buses list to set * fixed averageVehicleDelay * fixed delay stat variable name * fixed delay stats calculation * fix n/0 issue * fix totalVehicles for averageDelays
- Loading branch information
1 parent
20f95e9
commit 067a827
Showing
5 changed files
with
196 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.