You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Spatial Typology Analysis of Crash Characteristics.
1
+
# Spatial Crash Typology Analysis
2
+
3
+
This repository contains the code and data used for the analysis in the paper titled *A Spatial Typology Analysis of Crash Characteristics Across 2,480 Census Tracts in Two New England States*.
4
+
5
+
## Directory Structure
6
+
-`data/tidy/`: Contains the main data files used in the study.
7
+
-`bin/jupyter/`: Contains the Jupyter notebooks used for the analysis.
8
+
9
+
## How to Use
10
+
1. Clone this repository.
11
+
2. Install the necessary Python packages listed in `requirements.txt`.
12
+
3. Run the Jupyter notebooks in the `bin/jupyter` directory to reproduce the analysis.
13
+
14
+
## Data
15
+
The crash data used in this study are publicly available from the official repositories of Massachusetts and Connecticut.
16
+
17
+
## Authors
18
+
- Mohammed Abdalazeem, University of Massachusetts, Amherst
19
+
- Jimi Oke, University of Massachusetts, Amherst
20
+
21
+
## License
22
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments