Visualisation technologies

The visualisation extension is taking large strides towards making a great product into an excellent product!

After some turbulences in the choice of our technologies for the visualisation, we finally cut the knot. We are now on an escape trajectory towards success! To design our GUI, we chose to use a browser. We made this choice because there are many JavaScript visualisation libraries.
One of these libraries is “mapbox”. Mapbox helps us to put the data on an interactive world map. It looks amazing and it is easy to use.
But mapbox alone isn’t enough. We need graphs, lots and lots of graphs! This is why we decided to use “plotly”. Plotly has great, interactive graphs and is also easy to use.
To run all this, we used electron. This allows us to read local files without getting safety errors from certain browsers.

mapbox: https://www.mapbox.com/mapbox.js/api/v3.1.0/
plotly: https://plot.ly/javascript/
electron: https://electron.atom.io/

Great libraries, great team, excellent software.

Apollo is shooting for the stars.