An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# MBTA - Transport

[![Build Status](https://travis-ci.com/GabrielSVinha/ap-teoria-dos-grafos.svg?branch=master)](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).

![graph](img/mbta.png)

## 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]|