https://github.com/mapnificent/mapnificent
Mapnificent shows you areas you can reach with public transport in a given time.
https://github.com/mapnificent/mapnificent
gtfs transit
Last synced: about 1 month ago
JSON representation
Mapnificent shows you areas you can reach with public transport in a given time.
- Host: GitHub
- URL: https://github.com/mapnificent/mapnificent
- Owner: mapnificent
- License: other
- Created: 2010-03-19T16:08:41.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T00:57:46.000Z (about 1 year ago)
- Last Synced: 2024-11-01T23:33:06.357Z (6 months ago)
- Topics: gtfs, transit
- Language: JavaScript
- Homepage: https://www.mapnificent.net
- Size: 1.41 MB
- Stars: 379
- Watchers: 24
- Forks: 53
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - mapnificent/mapnificent - Mapnificent shows you areas you can reach with public transport in a given time. (JavaScript)
- awesome-starred - mapnificent/mapnificent - Mapnificent shows you areas you can reach with public transport in a given time. (others)
README
# Mapnificent
Install [bower](http://bower.io/) and [jekyll](http://jekyllrb.com/).
# You need node and npm
npm install -g bower
# You need ruby and bundler
bundle installThen get the cities data:
git submodule init
git submodule updateThen run:
bower install
jekyll serve -w## How to add a city
In order to add a transit system to Mapnificent, [GTFS data](https://developers.google.com/transit/gtfs/) for that transit system needs to be available without charge under a license that allows its use with Mapnificent. If you find data for a city that is not on Mapnificent, [please follow the steps outlined in the Mapnificent City repository.](https://github.com/mapnificent/mapnificent_cities/blob/master/README.md)