block by rveciana fe6b452c853146e674dd6dd09c1cc6e3

Congressional representatives dataset

Full Screen

Based on this data, contains a Shapefile and two topojson with the US congressional Districts.

The atlas-make project has a better maintained version of this data.

The difference from the data is based on, is that the American Samoa, Guam and Northern Marianas are included from the Natural Earth dataset. The Congress Representative data is included too.

get_areas.py is a script to calculate the area paoperties for the new objects. The name of the Congressional Representatives in the added territories has been taken from the Wikipedia.

The topojson has been calculated using the command: topojson -o us_congressional_district.json cgd114p010g.shp -p

The topojson data can be used with d3 and the d3-composite-projections library, as seen in the example.

index.html

get_areas.py