Skip to content

ai4society/Traffic-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Data Analysis

This repository analyzes the effectiveness of the ALIVE@25 program in reducing the number of car accidents for young drivers in South Carolina. It includes various types of analysis such as geospatial analysis, collision data analysis, and more.

Repository Structure

The repository is organized into the following main folders:

  • code: Contains the scripts used to run the analysis and visualizations.
  • data: Contains the data required for the scripts inside the code folder.
  • output: Contains the output HTML (interactive and static) and plots about the analysis done using the scripts in the code folder.

Subfolders

Each main folder is divided into three subfolders:

  • Alive-25-analysis: Focuses on analyzing the data related to the ALIVE@25 program.
  • collision-analysis: Focuses on analyzing the collision data.
  • map-visualization: Focuses on the map visualization of the data.

Usage

  1. Clone the repository:

    git clone https://github.com/ai4society/Traffic-Data-Analysis.git
    cd Traffic-Data-Analysis
  2. Prepare the data:

    • Place the required data files in the data folder under the appropriate subfolder.
  3. Run the analysis:

    • Navigate to the code folder and execute the scripts as needed.
  4. View the output:

    • The results of the analysis will be available in the output folder under the appropriate subfolder.

License

This project is licensed under the MIT License.