ceseale / airedio-webgl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualizing 440,517 Accidents Using WebGl

A WegGL optimized version of Airedio a mapping application for analyzing geo-centric data; awarded runner up in Kandy.io Hackathon. The goal was to increase performce on for large data sets. Built with AngularJS, Node/Express. Airedio creates a set of bayesian analysis tools to analyze geospatial data using MCMC through an adaptive Gibbs sampler.

demo Alt Text Alt Text

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run grunt serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run grunt build for building and grunt serve for preview.

Testing

Running npm test will run the unit tests with karma.

About


Languages

Language:JavaScript 78.7%Language:ApacheConf 12.8%Language:HTML 6.0%Language:CSS 2.5%