Skip to main content Skip to secondary navigation
Main content start

Introduction to spatial data analysis

Geographic data is used everywhere. From ordering food online to understanding where food grows, from looking up the weather for today, to analyzing climate risks in the future, a lot of data is geographically located. In fact, some estimates suggest as much as 80% of big data could be geographic. In this blog, we will learn to use and analyze geographic data with the following objectives in mind:

Expected learning outcomes:

  1. We will learn how to visualize a spatial point dataset on a map
  2. We will analyze the spatial correlation using a variogram
  3. We will learn how to interpolate the missing spatial data
  4. We will learn how to estimate the uncertainty of interpolated spatial data

Because data can be mapped based on any reference (e.g., surface of Earth, or corners of a room), we will use the term "spatial data" instead of geographic data henceforth. But think of spatial data as the same thing: any measurement which is associated with a location.

Examples of spatial datasets

Let's first take a look at different real-world spatial datasets:

Social Science: Safety alert map of San Francisco Bay Area

Credit: Citizen, Date: 01/12/2022

A safety alert map of the Bay Area by the app Citizen

This is a safety alert map of the San Francisco Bay Area from the Citizen app. Each incident is labeled with geo-referenced coordinates. The radius indicates the severeness of that event. 

This example shows us one common type of spatial data: point data. Point data is not associated with any spatial resolution. Each data point just represents one event or one measurement.

Epidemiology: Covid-19 Hospitalization map of the U.S. 

Credit: The New York Times, Date: 01/12/2022

A map of the United States that shows Covid-19 hospitalizations.

Another example is the COVID hospitalization map. The color of each county indicates how many patients have been hospitalized per 100,000 people. Instead of being a point-wise dataset, now the spatial data is represented by polygons, where we take some average within one polygon. Then the spatial resolution of each data is determined by the area of each county. 

We do see some gray polygons with no data because some counties do not share the hospitalization rate publicly. In spatial data analysis, we often have this missing data problem. Therefore, we want to know if we can do some interpolations to fill in those missing locations. 

For example, if we want to interpolate the missing data in one county of Oregon and in one county of Ohio, can we guess which one has a higher hospitalization rate? Possibly Ohio, right? Because the available counties in Ohio have higher hospitalization rates than in Oregon. This can be quantitively termed as spatial correlation. We will see a hands-on example of this in the next section.

Earth science: Groundwater level in California

Groundwater makes up 40% to 60 % of the entire California water supply, including city and agriculture use. Especially in Central Valley, which is one of the most productive agricultural regions in the world, many farmers rely exclusively on groundwater to irrigate their lands during dry years. Overdrafting the groundwater results in land subsidence and even deplete groundwater storage permanently.

A man standing next to a tall pole that shows the level of the land has dropped significantly

 

San Joaquin Valley, southwest of Mendota, California. Signs on the pole show the approximate altitude of the land surface in 1925, 1955, and 1977. The land surface subsided about 9 meters from 1925 to 1977 due to overdrafting.

Source: Dr. Joseph F. Poland, USGS

 


Full Colab notebook can be found here.

Embed Code

More News Topics