Book Image

Applied Geospatial Data Science with Python

By : David S. Jordan
3 (1)
Book Image

Applied Geospatial Data Science with Python

3 (1)
By: David S. Jordan

Overview of this book

Data scientists, when presented with a myriad of data, can often lose sight of how to present geospatial analyses in a meaningful way so that it makes sense to everyone. Using Python to visualize data helps stakeholders in less technical roles to understand the problem and seek solutions. The goal of this book is to help data scientists and GIS professionals learn and implement geospatial data science workflows using Python. Throughout this book, you’ll uncover numerous geospatial Python libraries with which you can develop end-to-end spatial data science workflows. You’ll learn how to read, process, and manipulate spatial data effectively. With data in hand, you’ll move on to crafting spatial data visualizations to better understand and tell the story of your data through static and dynamic mapping applications. As you progress through the book, you’ll find yourself developing geospatial AI and ML models focused on clustering, regression, and optimization. The use cases can be leveraged as building blocks for more advanced work in a variety of industries. By the end of the book, you’ll be able to tackle random data, find meaningful correlations, and make geospatial data models.
Table of Contents (17 chapters)
1
Part 1:The Essentials of Geospatial Data Science
Free Chapter
2
Chapter 1: Introducing Geographic Information Systems and Geospatial Data Science
6
Part 2: Exploratory Spatial Data Analysis
10
Part 3: Geospatial Modeling Case Studies

What is geospatial data science?

Geospatial data science lies at the intersection of data science and GIS as depicted in Figure 1.4:

Figure 1.4 – Geospatial data science Venn diagram

Figure 1.4 – Geospatial data science Venn diagram

Geospatial data science is a subclass of general data science that concentrates on geospatial data, its unique properties, and specialized techniques and computation methods necessary for deriving insights from this data. Instead of treating spatial data as another feature in a tabular dataset, spatial data science goes deeper into understanding why things are happening in a particular place and how they are related, or unrelated, to the things going on around it. Spatial data science focuses on identifying spatial relationships based on location, distance, and intersections between objects. We’ll talk more about spatial relationships in Part 2, Exploratory Spatial Data Analysis, of this book, as we conduct exploratory spatial data analysis.

While this book will focus primarily on geospatial data science, that is, data science focused on data pertaining to the Earth, it is worth noting that the concepts can be expanded and translated to general spatial data science. Spatial data science focuses on where the datum is located and how it is related across space and therefore can be applied to problems at a microscopic scale, such as the location of atoms in your body, or problems much larger, such as the distance between asteroids in the main belt between Mars and Jupiter.

By looking at data while taking into account its spatial relationships, you will often find substantial improvements to existing or developing models. As mentioned at the start of this chapter, the domain of spatial data science is rapidly growing and new avenues for exploration are uncovered every day.