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 9. Topology Checking and Data Validation

In this chapter, we will cover the following topics:

  • Creating a rule – only one point inside a polygon

  • A point must be on the starting and ending nodes of a line only

  • LineStrings must not overlap

  • A LineString must not have dangles

  • A polygon centroid must be within a specific distance of a line