Skip to content

bradoyler/atlas-make

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Atlas Make

A toolbelt for building many different data formats via public Shape files (census.gov, usgs.gov)

Install System prereqs (Linux/MacOSX):

$ brew install node
$ brew install gdal

Clone repo and install dependencies

$ git clone https://github.com/bradoyler/atlas-make.git
$ cd atlas-make
$ npm install

Make all targets/recipes

$ make all

this may take about 15mins, so try $ make us-states first

Current targets:

$ make na-places (populated places in North America )

$ make us-states

$ make us-counties

$ make us-towns (county subdivisions)

$ make us-cities

$ make us-demographics

$ make us-transportation

$ make us-energy

$ make us-congress

Future plans:

  • expand us-demographics data (Census & ACS)
  • recipes for inserting data into PostgreSQL
  • more world-* targets
  • more map layers: roads, airports, etc.
  • rendered map examples using D3.js & D3-Node

Inspiration

About

Makefiles for building geo/topojson & csv from public Shape files 🌎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published