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 objects. 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
and coordinate reference systems introduced in Part II in the book.
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