Skip to content

Instantly share code, notes, and snippets.

View tomstove's full-sized avatar

Tom Stove tomstove

  • Hobart, Australia
View GitHub Profile
@tomstove
tomstove / aus.topo.json
Created May 5, 2013 09:05
Satellite view South-East Australia
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / index.html
Created April 30, 2013 23:39
Unemployment vs Median Income
<!DOCTYPE html>
<head>
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
@tomstove
tomstove / buildings.json
Created April 26, 2013 10:39
Christchurch, New Zealand with D3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / buildings.json
Created April 26, 2013 10:35
Auckland with D3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / buildings.json
Created April 26, 2013 10:31
Auckland with D3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / countries.topo.json
Created April 26, 2013 10:24
Earthquake sites along the Californian Coastline
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / countries.topo.json
Created April 26, 2013 10:21
Earthquake sites along the Alaskan Coastline
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / index.html
Created April 26, 2013 09:57
Roads of NYC
<!DOCTYPE html>
<head>
<style>
.roads {
fill: none;
stroke: orange;
stroke-width: 0.3px;
}
@tomstove
tomstove / index.html
Created April 26, 2013 09:42
Rivers in UK with Kartograph
<!DOCTYPE html>
<head>
<script src="jquery.min.js" ></script>
<script src="raphael.min.js"></script>
<script src="kartograph.min.js"></script>
</head>
<body>
<div id="map">
</div>
<script>
@tomstove
tomstove / grass.svg
Last active December 16, 2015 16:49
Grass Areas UK with Kartograph
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.