Mapping with d3
Learn how to create great-looking, interactive maps with d3.
A comprehensive video course to create geospatial data visualizations with javascript and d3.
Module 1
Simplest Map Possible
In this project, you’ll create your first simple map. You’ll learn all the important aspects of creating maps with d3.
Module 2
Housing Burden: Essentials
We look at the amount people of Chicago need to invest in housing. There is an interesting dataset from the city of Chicago.
We first create a basic Choropleth map to visualize the housing burden per neighborhood. The info window will include a bubble map as well with additional data.
We then move forward and create a dashboard with interactivity, tables, and small multiples.