> 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/landcover.md).

# Landcover

### Overview

Several landcover models exist that span the Cascadia region and are widely used. However, there is no single landcover product with a rich taxonomy of landcover classes that is seamless across the entire Cascadia region, high resolution, available annually over the historical period from 1984 to present, and dynamically updated each year. Though some existing models share some of these qualities, the lack of a model that has them all hinders progress towards a deep understanding of the current status and recent trends in landcover across our region.&#x20;

To develop a new landcover model for the region that meets all the above criteria is an enormous challenge. Perhaps the most difficult task is to gather the required field observations of landcover needed to train a new model across this large region. Our approach to this problem was to train a new model through transfer learning (reviewed in [Wang et al. 2023](https://www.sciencedirect.com/science/article/abs/pii/B9780323961264000138)), where the information contained in existing landcover models from across the region is used as an input into a machine learning classifier that generates a new prediction based on a potentially different set of predictors. In essence, this approach identifies areas of model agreement across the various existing landcover products and attempts to extend that consensus understanding across the region and across years of input data. The result is a seamless model of annual landcover predictions that spans the period from 1984-present, updated each year automatically in the TerrAdapt cloud-based workflow. We used the limited amount of field observations of landcover available in public repositories and government databases to validate the new landcover model.

In the following sections, we describe the landcover taxonomy, training data, model training methods, and validation in more detail.


---

# 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/landcover.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.
