standardpixel / d3-cartogram

Continuous area cartograms with d3 and TopoJSON

Home Page:http://prag.ma/code/d3-cartogram/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3-cartogram

This is a JavaScript implementation of an algoritm to construct continuous area cartograms, by James A. Dougenik, Nicholas R. Chrisman and Duane R. Niemeyer, ©1985 by the Association of American Geographers. It relies heavily on d3 for rendering and TopoJSON both for writing and reading topological JSON geodata.

The included example combines TopoJSON-encoded and boundaries of the United States from Natural Earth with 2011 US Census population estimates to size each state proportionally.

About

Continuous area cartograms with d3 and TopoJSON

http://prag.ma/code/d3-cartogram/

License:MIT License