Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.31 KB

CREDITS.md

File metadata and controls

54 lines (39 loc) · 2.31 KB

Credits, Notes, and Reference

Converting from old Gist

Affordability Data

See the data dictionary.

Geography Data

Shapefile to GeoJSON conversion process:

brew install gdal
cd cb_2013_us_cbsa_5m/
ogr2ogr -f GeoJSON -t_srs crs:84 cb_2013_us_cbsa_5m.geojson cb_2013_us_cbsa_5m.shp
cd cb_2013_us_county_5m/
ogr2ogr -f GeoJSON -t_srs crs:84 cb_2013_us_county_5m.geojson cb_2013_us_county_5m.shp

Mapping

NOTE: It is not methodologically sound to aggregate measures across household types (i.e. to calculate the mean or median of all household types within a given geography).

Tilesets