Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add caveat and fix typos #78

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions KPI_Data_Requirements_and_Expectations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ In general the following outputs from a MATSim model are expected on top of the
- `output_households.xml.gz` (can be empty)
- `output_facilities.xml.gz` (can be empty)
- `output_vehicles.xml.gz`
- `soutput_persons.csv.gz`
- `soutput_legs.xml.gz`
- `soutput_trips.xml.gz`
- `output_persons.csv.gz`
- `output_legs.xml.gz`
- `output_trips.xml.gz`
- `drt_vehicles.xml.gz` (for simulations with DRT mode)

Please note, if you are using a simulation configuration that modifies the inherent structure of the above MATsim outputs, that will impact your KPI calculation. For example, if you have used the Eqasim Cutter extension ([link](https://github.com/eqasim-org/eqasim-java/blob/develop/docs/cutting.md)), this will increase the number of trips in your `output_trips.xml.gz` file and relabel some to an `outside` mode or activity. This will impact how the KPI is structured and calculated, and you will need to validate the outputs are as you intend.

## Affordability

### Cost of Travel
Expand Down