Skip to content

JustArandomGuyFromTheInternet/cu-routing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CU Routing (Covenant University)

Team project for learning Git collaboration while building a data-science routing pipeline.

What We Are Building

  • Collect building coordinates for Covenant University (OpenStreetMap source).
  • Build a walking network graph.
  • Compute shortest paths for all building pairs.
  • Export clean CSV outputs for analysis.

Project Outputs

  • data/processed/buildings.csv
  • data/processed/graph_edges.csv
  • data/processed/routes.csv

Team Workflow (Beginner Friendly)

  1. Fork this repo.
  2. Pick an open issue.
  3. Create a branch in your fork.
  4. Make only the requested change.
  5. Open a PR to this repo.
  6. Maintainers review and merge.

Read these first:

Quick Start

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
pytest -q

Repository Structure

src/                 # project code
tests/               # unit tests
data/manual/         # manual input files
data/processed/      # generated csv outputs
docs/guides/         # beginner + maintainer guides

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%