Fork of this.
Use us-atlas to create Oklahoma census tracts shapefile.
$ make shp/ok/tracts.shp
Then create topojson file and project using --projection.
$ topojson --id-property GEOID,GEO.id2 -s 1 --projection 'd3.geo.mercator().center([-97.5350, 35.4822]).scale(6.5 * 960).translate([960 / 1.56, 500 / 2])' -o ok-tracts.json -- ../data/shp/tracts.shp
https://d3js.org/d3.v3.min.js
https://d3js.org/topojson.v1.min.js