Team project for learning Git collaboration while building a data-science routing pipeline.
- 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.
data/processed/buildings.csvdata/processed/graph_edges.csvdata/processed/routes.csv
- Fork this repo.
- Pick an open issue.
- Create a branch in your fork.
- Make only the requested change.
- Open a PR to this repo.
- Maintainers review and merge.
Read these first:
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
pytest -qsrc/ # project code
tests/ # unit tests
data/manual/ # manual input files
data/processed/ # generated csv outputs
docs/guides/ # beginner + maintainer guides