jm3 / d3.unconf

Home Page:visfest.com/d3unconf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3.Unconference 2014 noodleboots jam sesh, toaster-oven exposion remix

Setup:

git clone proj
cd proj
npm install
grunt

to simplify maps:

ogr2ogr -f GeoJSON -simplify 0.2 -where "SU_A3 <> 'ATA'" countries.json ne_10m_admin_0_countries_lakes.shp

topojson --id-property SU_A3 -p name=NAME -p name -o countries.topo.json countries.json

To simplify a complex map data file to make loading + rendering faster:

About

visfest.com/d3unconf/


Languages

Language:JavaScript 58.2%Language:CSS 27.5%Language:HTML 14.2%