Created by Zhanchao Yang Source ↗

Day 2 (Lines): I created an interactive visualization of US county-to-county migration flows using deck.gl, a WebGL-powered framework for large-scale data visualization. This map displays migration patterns between US counties from 2009–2013, with arcs representing the flow of people moving in and out of each county.

The visualization uses the ArcLayer from deck.gl to draw curved lines between county centroids, with colors indicating net migration gain (blue) or loss (red). Users can click on any county to dynamically redraw the migration flows for that location. The map is built on top of MapLibre GL for base map rendering and uses D3.js for color scale calculations.

Explore the interactive web Map at https://zyang91.github.io/deck-tutorial/

Technical Implementation:

Inspiration & Acknowledgement: