Skip to content

Instantly share code, notes, and snippets.

@ganeshv
ganeshv / README.md
Last active August 29, 2015 14:05
India 2011 Census Map Mania

India 2011 Census Map Visualization

Choropleth map of districts from 2011 Census data.

Usage

There are two commands: pca and hlpca, to display population data and housing data respectively. Each takes three arguments:

@ganeshv
ganeshv / README.md
Last active August 29, 2015 14:05
India Census 2011 - Sex Ratio

India 2011 Census - Sex Ratio

Choropleth map of districts from 2011 Census data.

Usage

There are two commands: pca and hlpca, to display population data and housing data respectively. Each takes three arguments:

@ganeshv
ganeshv / README.md
Created September 2, 2014 16:15
India Census 2011 - Toilet Access

India 2011 Census - Toilet Access

Choropleth map of districts from 2011 Census data.

Usage

There are two commands: pca and hlpca, to display population data and housing data respectively. Each takes three arguments:

@ganeshv
ganeshv / .index.html.swp
Created September 15, 2014 12:36
India Census 2011 - Electricity vs Mobile
@ganeshv
ganeshv / pigpeg.js
Last active August 29, 2015 14:07
Pre-compiled parser for pigshell
parser = (function(){
/*
* Generated by PEG.js 0.7.0.
*
* http://pegjs.majda.cz/
*/
function subclass(child, parent) {
function ctor() { this.constructor = child; }
ctor.prototype = parent.prototype;