daguar / easy-choropleths

An experiment in making choropleths (shaded maps) easy to build
http://daguar.github.io/easy-choropleths/
6 stars 2 forks source link

Easy Choropleths

An experimental tool to let humans build choropleths (data-shaded maps) without any knowledge of Javascript or GIS.

Try it out here! http://daguar.github.io/easy-choropleths/

About

The idea and motivation for this is flushed out in my ideas repo here: https://github.com/daguar/ideas/issues/2

How it works

At a basic level, what this app does is pretty simple:

Everything's done in Javascript, so it's a simple static site.

Running Locally

Right now, easiest way is to cd into the root directory and run the python one-liner web server: python -m SimpleHTTPServer

Then load up your browser (preferably Chrome with Dev Console open) to:

http://0.0.0.0:8000/

Copyright Dave Guarino, 2014