Interactive Folium map to see busiest US highways and their traffic.

The green lines are select US highways and the red dots are sensor stations on those highways that calculate traffic volume data.

This map is created using publicly available data from the US census website and the US Traffic Volume data to create an interactive map to show select US highways and their computed daily traffic volumes.

The code using geopandas and pandas to work on GIS data and then aggregates & manipulates traffic volume data across multiple traffic stations.

After that Folium is used to create an interactive map

See the full code here.

You can explore this map as its own web page here.