Skip to content

Metro map implemented using d3js force directed diagram

License

Notifications You must be signed in to change notification settings

rschiang/d3-metro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3-metro

Metro map implemented using d3.js force directed diagram.

This is a fork of the original d3metro project, which was an experimental project that allows the selection and display of planned routes, train prediction and, the very approximate location of predicted trains within Washington DC's WMATA Metro network. Much of the work done on the fork is primarily modernizing project dependencies and, as the ultimate purpose of this fork, repurposing the project with Taipei Metro system’s data, in order to get a good glimpse into the power of abstraction.

Usage

Click on Metro stations to display or reset planned routes.

General

This project has been developed (almost) entirely with HTML SVG elements and the D3.js Javascript library. The primary layout has been implemented as a D3 force directed diagram that takes advantage of the collision detection and fisheye functionality.

Online Demo

https://rschiang.github.io/d3-metro/

License

Released under ISC License, as the original project is.

About

Metro map implemented using d3js force directed diagram

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 93.1%
  • SCSS 4.7%
  • HTML 2.2%