Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.25 KB

Data visualisation for Creative Technology Data Visualisation Course by Rick van Gemert (s1474235) and Bouke Regnerus (s1475924). Bouke is a Smart Technology student and Rick is a New Media student. Created in D3.js (http://d3js.org/).

In our visualisation we show the earthquakes in the Netherlands that occurred since 1986. The map also shows the gasfields and boreholes. Using the timeline at the bottom you can select a specific range and the visualisation will only show the earthquakes within that range. The bar chart shows how many earthquakes there were in the selected range within certain magnitudes.

View this data visualisation (http://regnerus.github.io/data-visualisation).


##Data Sources

NL Oil and Gas Portal (http://www.nlog.nl/en/home/NLOGPortal.html)

CBS Wijk- en Buurtkaart 2014 (http://www.cbs.nl/nl-NL/menu/themas/dossiers/nederland-regionaal/publicaties/geografische-data/archief/2015/wijk-en-buurtkaart-2014-art.htm)


###Visualisation Sources

Bar Chart (http://codepen.io/jay3dec/pen/uJrsb/)

Let’s Make a Map (http://bost.ocks.org/mike/map/)

ggplot2-Style Axis (http://bl.ocks.org/mbostock/4349486)

Quantitative Scales (https://github.com/mbostock/d3/wiki/Quantitative-Scales)

D3 Legend (http://codepen.io/jlong/pen/Fcoda)