Learning objectives

Learning objectives#

Chapter eight provides an introduction to visualizing geographic information using Python. Previous sections of the book have already featured simple exploratory visualizations of geographic data. This chapter will dive deeper into basic techniques of creating static and interactive visualizations and to making justified cartographic choices when creating maps in Python.

Before diving in to this chapter, you should be familiar with basics of data visualization using matplotlib introduced in Part I and basics of geopandas, coordinate reference systems, and data classification techniques introduced in Part II.

Learning objectives

At the end of this chapter, you should be able to:

  • Understand basic cartographic principles related to visualizing geographic information

  • Create static maps with relevant cartographic features

  • Create simple interactive maps