From charlesreid1

Revision as of 04:08, 12 February 2015 by Admin (talk | contribs) (Created page with "=Installing= First step was prerequisites. ==Prerequisites== I had to install GDAL (software for converting different geographic formats) and NPM (node package manager): <pre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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