Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@swingley
swingley / constituencies.json
Last active November 17, 2015 17:43 — forked from MarthaAnne/constituencies.json
Simplified constituencies.json via mapshaper.org (went down to 5% and used precision=0.000001 when exporting).
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@swingley
swingley / california-reservoirs-wikipedia.geojson
Last active November 17, 2015 16:28
Map of California reservoirs using info scraped from Wikipedia and D3 for final assignment in Intermediate D3 for Data Visualization.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@swingley
swingley / index.js
Created November 14, 2015 00:51
List of California reservoirs from wikipedia to geojson (example resulting geojson file: https://gist.github.com/swingley/25d2bb374a344958ac7d).
#!/usr/local/bin/node
var fs = require('fs');
var Xray = require('x-ray');
var xray = new Xray();
var turfPoint = require('turf-point');
var turfFeatureCollection = require('turf-featurecollection');
var wikiReservoirs = 'https://en.wikipedia.org/wiki/List_of_largest_reservoirs_of_California';
var reservoirs = {};
@swingley
swingley / california-reservoirs-wikipedia.geojson
Created November 14, 2015 00:51
Locations of reservoirs in California from Wikipedia.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@swingley
swingley / california_50m.geojson
Created November 13, 2015 04:02
"Satellite" d3 projection focused on California
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@swingley
swingley / california_50m.geojson
Created November 13, 2015 03:59
More d3 projections.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@swingley
swingley / california_50m.geojson
Created November 13, 2015 03:56
Module 3 exercise for Intermediate D3 for Data Visualization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[
[{
"airline": "American",
"totalDelay": 10914,
"count": 164,
"averageDelay": 67,
"x": 0,
"y": 67
}, {
"airline": "American",
[{
"fuels": {
"Natural gas": [{
"amt": "0.113141144505",
"year": "2004"
}, {
"amt": "0.324164273643",
"year": "2014"
}],
"Nuclear": [{
@swingley
swingley / custom-ionicons-manifest.json
Created October 25, 2015 18:13
Manifest.json file for custom ionicons (http://ionicons.com/) build.
{
"build_hash": "08a3ec50d4854c62511042ed7ebdf512",
"prefix": "ion-",
"version": "2.0.1",
"name": "Ionicons",
"icons": [
{
"code": "0xf125",
"name": "chevron-right"
},