Chapter 8. Geospatial information visualization

This chapter covers

  • Creating points and polygons from GeoJSON and TopoJSON data
  • Using Mercator, Mollweide, orthographic, and satellite projections
  • Understanding advanced TopoJSON neighbor and merging functionality

One of the most common categories of data you’ll encounter is geospatial data. This can come in the form of administrative regions like states or counties, points that represent cities or the location of a person when sending a tweet, or satellite imagery of the surface of the earth.

D3 provides enough core functionality to make any kind of map you’ve seen on the web (examples of maps created in this chapter using D3 can be seen in figure 8.1). Because you’re already working with D3, ...

Get D3.js in Action, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.