# ¶ What is Spatial Data?

### Spatial Data

The concept of data is discussed more broadly in [*Introduction to Data*](/handbook/digital-scholarship-methods/data.md). Here we take a quick look at spatial data in particular. In short, spatial data adds a geographic dimension to a qualitative and/or quantitative data set, situating it in a particular location within a coordinate system relative to other data points. (The coordinate system can be a real-world system or a locally created one used to meet the needs of a particular project.)&#x20;

For example, the project, [*Mapping Islamophobia*](https://mappingislamophobia.org/), demonstrates how geospatial data can be combined with other data points (i.e., date, gender, and type of incident). Collectively, the data brings to light, from a geospatial perspective, trends in hostility and hate toward Muslim Americans.

![Mapping Islamophobia, Grinnell College ](/files/-Mgq4jesTkzN7clAijN_)

### What Do Spatial Research Questions Look Like?

The following represent questions that would benefit from a spatial data-oriented analysis and DS mapping methods.&#x20;

* How has the spatial patterning or characteristics of Hmong immigration to Minneapolis–Saint Paul changed over time?&#x20;
* Where in the city has the increased number of health clinics had the greatest impact on reducing diabetes-based illnesses? How does this data correlate with race and economic status?
* How do characters in *War and Peace* move around a physical environment over the course of the book, and how does this connect with larger themes?&#x20;
* How are historical monuments clustered in downtown Boston in comparison to other major cities?
* How can we visualize the movement of Jesuit missionaries travel over the course of the 18th century? &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bcds.gitbook.io/handbook/digital-scholarship-methods/introduction-to-mapping/what-is-spatial-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
