> For the complete documentation index, see [llms.txt](https://terradapt.gitbook.io/terradapt-cascadia-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://terradapt.gitbook.io/terradapt-cascadia-documentation/methods-and-validation/human-footprint.md).

# Human Footprint

Human footprint models quantify the degree to which anthropogenic impacts to native environments diminish or degrade habitat suitability. Areas of high human footprint (e.g., dense urban areas, intensive agricultural areas, or surface mines) support very little if any native species.

We follow methods similar to [Theobald et al. (2020)](https://ui.adsabs.harvard.edu/link_gateway/2020ESSD...12.1953T/PUB_PDF), which quantifies the magnitude of several anthropogenic impacts such as various classes of roads, agriculture, population density, mines, energy infrastructure, oil and gas drilling, and timber harvest. Each impact also has a distance over which the impacts extend from their source, reflecting processes such as the spread of noise, light, invasive species, domestic animals, pollution, and other impacts that radiate outward from impacted areas. A fuzzy sum is used to combine impacts into a single human footprint model scaled from 0 to 1 (higher values indicate greater magnitude of human impacts). The locations of these impacts are derived from several sources, including OpenStreetMap, BC Integrated Roads data, the BC Provincial Data Catalog, and the US Homeland Infrastructure Foundation-Level Data catalog.

Empirical validation of  human footprint models is not strictly possible because they are expert based, but attempts have been made to relate model parameters to the degree to which a pixel is modified by human activities based on field data. The parameters we use were validated this way in [Theobald (2013)](https://www.montana.edu/lccvp/documents/theobald2013.pdf).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://terradapt.gitbook.io/terradapt-cascadia-documentation/methods-and-validation/human-footprint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
