https://github.com/catenarytransit/mangrove
analyze robustness of transit agencies, for data and physical network health
https://github.com/catenarytransit/mangrove
Last synced: 2 months ago
JSON representation
analyze robustness of transit agencies, for data and physical network health
- Host: GitHub
- URL: https://github.com/catenarytransit/mangrove
- Owner: catenarytransit
- License: agpl-3.0
- Created: 2025-08-03T08:35:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-21T09:33:13.000Z (9 months ago)
- Last Synced: 2025-10-23T18:34:37.860Z (8 months ago)
- Language: Rust
- Size: 16.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Mangrove
## Summary
Transit Agency Report Cards (GTFS heath and network robustness)
## Objective
Analyze and rank transit agencies based on two metrics:
1) how well their GTFS data is formatted, how accesible this data is, and what extra features they include
2) how well their transit networks support riders
## What we hope to achive with this
- Encourage agencies to provide better data so riders can know, reliably, where and when they catch the vehicle they need
- Uphold GTFS standards and pick out good examples that new agencies can rely on
- Give more data for enthusiasts and planners to analyze :3
## Metrics
GTFS data:
- Does the agency provide all required fields in the proper format? Do they include optional fields too?
- Is the GTFS data easy to find?
- Is the data accurate?
Transit Network
- Are there important locations near stations/stops?
- Are there enough stops? Can people take transfers from these stops?
- Are there enough trips per day?
- idea draft ui