How to view this globe in 3D using Google Cardboard: Open the raw version of the bl.ock http://bl.ocks.org/allardw/raw/641fd92683303ab4e4d53cef22594c2a/ on your phones browser Put your phone in Google Carboard and enjoy :-)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<script src="https://d3js.org/d3.v4.min.js"> | |
</script> | |
<script src="https://d3js.org/d3-color.v0.5.min.js"> | |
</script> | |
<script src="https://d3js.org/d3-interpolate.v0.9.min.js"> | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Regio | jaar | MW | |
---|---|---|---|
Groningen | 1990 | 1 | |
Groningen | 1991 | 2 | |
Groningen | 1992 | 2 | |
Groningen | 1993 | 14 | |
Groningen | 1994 | 15 | |
Groningen | 1995 | 52 | |
Groningen | 1996 | 54 | |
Groningen | 1997 | 54 | |
Groningen | 1998 | 55 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bevingen": [ | |
{ | |
"name": "Assen", | |
"date": "26-12-1986", | |
"time": "07:47:51", | |
"mag": 2.8, | |
"diepte": 1.0, | |
"point": { | |
"coordinates": [6.548000002889274, 52.992000004450539] |
OlderNewer