Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
 Learning Geospatial Analysis with Python - Fourth Edition

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

Product type Book
Published in Nov 2023
Publisher Packt
ISBN-13 9781837639175
Pages 432 pages
Edition 4th Edition
Languages
Author (1):
Joel Lawhead Joel Lawhead
Profile icon Joel Lawhead

Table of Contents (18) Chapters

Preface Part 1:The History and the Present of the Industry
Chapter 1: Learning about Geospatial Analysis with Python Chapter 2: Learning about Geospatial Data Chapter 3: The Geospatial Technology Landscape Part 2:Geospatial Analysis Concepts
Chapter 4: Geospatial Python Toolbox Chapter 5: Python and Geospatial Algorithms Chapter 6: Creating and Editing GIS Data Chapter 7: Python and Remote Sensing Chapter 8: Python and Elevation Data Part 3:Practical Geospatial Processing Techniques
Chapter 9: Advanced Geospatial Modeling Chapter 10: Working with Real-Time Data Chapter 11: Putting It All Together Assessments Index Other Books You May Enjoy

Understanding spatial indexing

Geospatial datasets are often very large files, easily reaching hundreds of megabytes or even several gigabytes in size. Geospatial software can be quite slow in trying to repeatedly access large files when performing analysis.

As discussed briefly in Chapter 1, Learning about Geospatial Analysis with Python, spatial indexing creates a guide, which allows the software to quickly locate query results without examining every single feature in the dataset. Spatial indexes allow the software to eliminate possibilities and perform more detailed searches or comparisons on a much smaller subset of the data.

Spatial indexing algorithms

Many spatial indexing algorithms are derivatives of well-established algorithms that have been used on non-spatial information for decades. The two most common spatial indexing algorithms are quadtree index and R-tree index. There is a three-dimensional counterpart to the Quadtree index called an octree data structure...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}