Reader small image

You're reading from  Learning Geospatial Analysis with Python - Fourth Edition

Product typeBook
Published inNov 2023
PublisherPackt
ISBN-139781837639175
Edition4th Edition
Right arrow
Author (1)
Joel Lawhead
Joel Lawhead
author image
Joel Lawhead

Joel Lawhead is a PMI-certified Project Management Professional (PMP), a certified GIS Professional (GISP), and vice president of NVision Solutions, Inc., an award-winning firm specializing in geospatial technology integration and sensor engineering for NASA, FEMA, NOAA, the US Navy, and many other commercial and non-profit organizations. Joel began using Python in 1997 and started combining it with geospatial software development in 2000. He has authored multiple editions of Learning Geospatial Analysis with Python and QGIS Python Programming Cookbook, both from Packt. He is also the developer of the open source Python Shapefile Library (PyShp) and maintains a geospatial technical blog.
Read more about Joel Lawhead

Right arrow

Creating images for visualization

Now, we’re moving from calculations and data editing to something we can see! We’ll begin by creating different types of maps. In Chapter 1, Learning about Geospatial Analysis with Python, we visualized our SimpleGIS program using the Tkinter module that’s included with Python. In Chapter 4, Geospatial Python Toolbox, we examined a few other methods for creating images. Now, we’ll examine these tools in more depth by creating two specific types of thematic maps. The first is a dot density map and the second is a choropleth map.

First, let’s start with the dot density map.

Dot density calculations

A dot density map shows concentrations of subjects within a given area. If an area is divided up into polygons containing statistical information, you can model that information using randomly distributed dots within that area using a fixed ratio across the dataset. This type of map is commonly used for population...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning Geospatial Analysis with Python - Fourth Edition
Published in: Nov 2023Publisher: PacktISBN-13: 9781837639175

Author (1)

author image
Joel Lawhead

Joel Lawhead is a PMI-certified Project Management Professional (PMP), a certified GIS Professional (GISP), and vice president of NVision Solutions, Inc., an award-winning firm specializing in geospatial technology integration and sensor engineering for NASA, FEMA, NOAA, the US Navy, and many other commercial and non-profit organizations. Joel began using Python in 1997 and started combining it with geospatial software development in 2000. He has authored multiple editions of Learning Geospatial Analysis with Python and QGIS Python Programming Cookbook, both from Packt. He is also the developer of the open source Python Shapefile Library (PyShp) and maintains a geospatial technical blog.
Read more about Joel Lawhead