https://github.com/dvrpc/crash_analysis
Automating standard crash analysis for Vision Zero and other corridor safety projects
https://github.com/dvrpc/crash_analysis
Last synced: 5 months ago
JSON representation
Automating standard crash analysis for Vision Zero and other corridor safety projects
- Host: GitHub
- URL: https://github.com/dvrpc/crash_analysis
- Owner: dvrpc
- License: gpl-3.0
- Created: 2022-08-05T18:40:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-20T14:40:03.000Z (7 months ago)
- Last Synced: 2025-11-20T16:22:27.006Z (7 months ago)
- Language: Jupyter Notebook
- Size: 363 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crash_analysis
Automating standard crash analysis for Vision Zero and other corridor safety projects
### Environment Setup
To create the python environment, run the next line in a conda prompt from the project directory:
`conda env create -f environment.yml`
To activate the new environment, run the following line:
`conda activate crash-analysis`
To update the environment as changes are needed, run the following line:
`conda env update -f environment.yml`
### Running Scripts
To run any of the scripts in this repo, activate the conda environment, change directory to the project folder, and then run the `python` command followed by the path to the file. For example:
```
conda activate crash-analysis
d:
cd dvrpc_shared/crash_analysis
python /scripts/{script_name}.py
```