ewandennis / d3-flight-timeline

A visualisation of a short flight including telemetry and phone sensor data logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flight Timeline Visualised

Sample view

You can view the content of this repo live here.

Setup

git clone https://github.com/ewandennis/d3-flight-timeline
cd d3-flight-timeline
bower install

Arrange for an HTTP server (because CORS):

npm install node-static -g
static -p 8000

Visit localhost:8000 in your browser.

Notes

If you'd like to download the rendered SVG, uncomment the line which creates the download button at the bottom of main.js.

About

A visualisation of a short flight including telemetry and phone sensor data logs


Languages

Language:JavaScript 94.2%Language:HTML 4.4%Language:CSS 1.4%