Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 397 Bytes

File metadata and controls

15 lines (8 loc) · 397 Bytes

transport-accessibility-python

Requirements:

Python 3.11

pip install -r requirements.txt

Usage:

python ./src/presentation/cli.py calculate-acc-from-orides-and-sv-matrix "full/path/to/vs_matrix.csv" "full/path/to/orides_tra.dat" "full/path/to/output_file.csv"

for more option run the following command:

python ./src/presentation/cli.py calculate-acc-from-orides-and-sv-matrix --help