Chapter 13. Visualizing data

This chapter covers

  • Making quick plots of vector data using matplotlib
  • Plotting raster data with matplotlib
  • Creating maps with Mapnik

As you no doubt have noticed, the ability to view your data is essential. While you can use desktop GIS software, such as QGIS, sometimes it’s nice to see your data as you work, without needing to open it up in other software. This is the idea behind the VectorPlotter class in the ospybook module. Other times you might need to create a picture of your data, such as a quick-and-dirty plot to show a colleague, or perhaps a much nicer map to post online or give to a client. This isn’t a book on cartography (which is good, because I’m cartographically challenged), so this chapter ...

Get Geoprocessing with Python 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.