Skip to content

Instantly share code, notes, and snippets.

@mbostock
Last active November 8, 2019 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mbostock/4965422 to your computer and use it in GitHub Desktop.
Save mbostock/4965422 to your computer and use it in GitHub Desktop.
Zip Codes
license: gpl-3.0

The Census Bureau provides a 797M shapefile for national zip code tabulation areas. Simplified using TopoJSON (with -q 1e5 -s 3e-7), the resulting file is only 7.2M, a reduction of 99.1%. The distribution of zip codes is a rough proxy for population density. Part of the U.S. Atlas project.

<!DOCTYPE html>
<meta charset="utf-8">
<img src="readme.png" width="960" height="500">
@tabrewer
Copy link

Do you have the topoJSON stored in a repository? I would like to use it for a visualization and need the link to the file. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment