Book Image

Python Geospatial Analysis Cookbook

Book Image

Python Geospatial Analysis Cookbook

Overview of this book

Table of Contents (20 chapters)
Python Geospatial Analysis Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Other Geospatial Python Libraries
Mapping Icon Libraries
Index

Chapter 8. Network Routing Analysis

In this chapter, we will cover the following topics:

  • Finding the Dijkstra shortest path with pgRouting

  • Finding the Dijkstra shortest path with NetworkX in pure Python

  • Generating evacuation polygons based on an indoor shortest path

  • Creating centerlines from polygons

  • Building an indoor routing system in 3D

  • Calculating indoor route walk time