Git Product home page Git Product logo

vismot's Introduction

Vismot

Capstone project for Epicodus, 05.17.2017

By Patrick McGreevy

Description

This project features data visualization of transit train schedules. The web application was generated with Angular CLI version 1.0.1. D3 is used to parse and display the data in interactive ways.

Screenshots

Time-table with map

Setup

  1. Set project root as working directory in CLI after cloning repo.
  2. Run $ npm install.
  3. Run $ bower install.
  4. Run $ ng build.
  5. Run $ ng serve.
  6. Visit localhost:4200 in web browser.

Project creation

  • $ ng new vismot
  • $ cd vismot
  • $ ng g c home
  • $ bower init
  • $ bower install bootstrap --save
  • $ ng g c schedule-tables
  • $ npm install d3-ng2-service --save
  • $ ng g c marey
  • $ ng g class trip.model
  • $ ng g class route.model

Technologies Used

  • TypeScript
  • Angular
  • D3
  • npm
  • Bower
  • JSON
  • Bootstrap

Specs/Agenda

  • Display programmatically table of stop times for LA Metro's westbound Purple Line.
  • Draw conceptual route path of line with corresponding station highlighted when data element in table is moused-over.
  • Create Marey diagram for schedule.
  • Add ability to graph multiple lines and directions on same graph.
  • Improve animation based on mouse-over along time axis on diagram.
  • Add additional lines, in order: Red, Gold, Expo, Green, Blue.
  • Create filter controls for which lines, directions, and day of week for display.
  • Handle interlining/through-routing (i.e. one vehicle changes lines along its complete route).
  • Compile API for visualizing any transit system, using pre-formatted data.
  • Add pages for other transit systems, incorporating their GTFS as the raw datasets that get parsed.

Known Bugs

No known bugs.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Support

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Please contact [email protected] with questions or concerns.

License

MIT License

Copyright (c) 2017 Patrick McGreevy

vismot's People

Contributors

ptown7490 avatar angular-cli avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.