Skip to content

Instantly share code, notes, and snippets.

View rsimmon's full-sized avatar

Robert Simmon rsimmon

  • Planet Labs
  • San Francisco, CA
View GitHub Profile
@rsimmon
rsimmon / climate_divisions_simple.json
Created December 7, 2015 01:31
Continental U.S. Temperature Anomalies, October 2015
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsimmon
rsimmon / climate_divisions_simple.json
Created November 30, 2015 03:56
NOAA Climate Divisions, Albers Equal-Area
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsimmon
rsimmon / index.html
Last active November 29, 2015 20:57
Energy Consumption Overview, Appropriated from Bostock
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
@rsimmon
rsimmon / enso_mei_2000.csv
Last active November 12, 2015 02:13
El Niño/Southern Oscillation
Year MEI ENSO_Index
2000.041667 -1.195 -1.6
2000.125 -1.252 -1.4
2000.208333 -1.151 -1.1
2000.291667 -0.548 -0.9
2000.375 0.16 -0.7
2000.458333 -0.04 -0.7
2000.541667 -0.169 -0.6
2000.625 -0.141 -0.5
2000.708333 -0.219 -0.6
@rsimmon
rsimmon / index.html
Created September 28, 2015 02:14
Arctic Sea Ice Extent & Area, 1978–2015
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arctic Sea Ice Area D3</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: black;
@rsimmon
rsimmon / index.html
Last active September 28, 2015 02:01
Comparison of Arctic Sea Ice Extent & Area
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arctic Sea Ice Area D3</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: black;
@rsimmon
rsimmon / index.html
Last active September 28, 2015 02:03
Arctic Sea Ice Extent 1978–2015
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arctic Sea Ice Area D3</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: black;
@rsimmon
rsimmon / index.html
Created September 6, 2015 00:01
NSIDC Arctic Sea Ice Colors
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arctic Sea Ice Area D3</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: black;
@rsimmon
rsimmon / index.html
Last active August 30, 2015 15:29
SVG and CSV Test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Loading CSV Data with D3</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
</head>
<body>
@rsimmon
rsimmon / nsidc_monthly_sea_ice_sorted.csv
Last active September 28, 2015 17:38
NSIDC Arctic Sea Ice Area & Extent Data
year mo data_type region extent area
1978 11 Goddard N 12.01 8.96
1978 12 Goddard N 14.09 10.83
1979 1 Goddard N 15.56 12.34
1979 2 Goddard N 16.34 13.12
1979 3 Goddard N 16.48 13.14
1979 4 Goddard N 15.49 12.44
1979 5 Goddard N 14.04 11.03
1979 6 Goddard N 12.59 9.28
1979 7 Goddard N 10.47 6.59