https://github.com/gabrielsvinha/ap-teoria-dos-grafos
Graph theory project to analyse transport data in the Massachusetts Bay area
https://github.com/gabrielsvinha/ap-teoria-dos-grafos
analysis java jgrapht mbta
Last synced: 2 months ago
JSON representation
Graph theory project to analyse transport data in the Massachusetts Bay area
- Host: GitHub
- URL: https://github.com/gabrielsvinha/ap-teoria-dos-grafos
- Owner: gabrielsvinha
- Created: 2018-09-28T10:39:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T04:19:45.000Z (over 6 years ago)
- Last Synced: 2025-01-26T10:27:49.890Z (4 months ago)
- Topics: analysis, java, jgrapht, mbta
- Language: Java
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MBTA - Transport
[](https://travis-ci.com/GabrielSVinha/ap-teoria-dos-grafos)
This repo contains a tool to build MBTA (Massachusets Bay Transportation Authority) subway network as a graph. To more info about boston's subway/transportation system, access this [link](https://www.mbta.com/).
## Data
In the [subfolder](data/) there are generated and collected data from boston's main subway stations and lines.
## Graph
A sample of the subway graph can be found in this image, the nodes are station which contains turnstile information in it. The edges are connections between station related to a specific line (one station can be connected to multiple stations via multiple lines).

## Troubleshooting
Feel free to contact any of the maintainers of this project:
|Name|User|Email|
|---|---|---|
|Gabriel Vinha|GabrielSVinha|[email protected]|
|Italo Menezes|italomlp|[email protected]|
|Lucas Barros|lucasbarrosrocha|[email protected]|
|Maiana Jardelle|MaianaB|[email protected]|