D3 Map
From charlesreid1
Installing
First step was prerequisites.
Prerequisites
I had to install GDAL (software for converting different geographic formats) and NPM (node package manager):
brew install gdal brew install npm
Next, I used npm to install TopoJSON:
npm -g topojson
Then I checked that the installations went ok with:
which ogr2ogr which topojson