This gist was originally created to illustrate the data scrubbing process, and all files are associated with my blog post under the same name.
The file progression proceeds from data.txt
, a simple text document which contains a list of places, to formatting this original data set as GeoJSON, data.geojson
.
Once formatted as GeoJSON, we use D3.js to visualize the data, drawing inspiration from similar visualizations utilizing the same framework.
Modified http://code.jquery.com/jquery-1.9.1.min.js to a secure url
Modified http://d3js.org/d3.v3.min.js to a secure url
https://code.jquery.com/jquery-1.9.1.min.js
https://d3js.org/d3.v3.min.js