# Rangeland Fractional Cover

Rangeland fractional cover refers to the percentage of a pixel that is covered by plants that belong to different functional groups found in the arid and semi-arid ecosystems of the Columbia Basin. These fractions vary widely as a function of succession after disturbances like wildfire, and often have profound influences on habitat quality for shrubsteppe-associated species. TerrAdapt currently models fractional cover of four functional groups, including the percent of sagebrush cover, the percent of shrub cover, the percent of perennial grass cover, and the percent of invasive annual grass cover.

We used US Bureau of Land Management (BLM) [Assessment, Inventory, and Monitoring](https://www.blm.gov/aim) (AIM) field data as empirical observations of fractional rangeland vegetation cover. Specifically, we extracted the values of sagebrush (AH\_SagebrushCover\_Live), shrub (AH\_NonNoxShrubCover), perennial grass (AH\_NonNoxPerenGrassCover), and invasive annual grass cover (AH\_NoxAnnGrassCover) for all locations within our modeling boundary. In total, our training dataset contained field plot measurements from 932 locations spanning the years 2015-2020.

TerrAdapt's rangeland fractional cover models use a variety of covariates as environmental predictors. The data sources for these covariates are described in the [DATA INPUTS](/wsrri-spatial-priorities-documentation/data-inputs/data-inputs-overview.md) section. All covariates were stored in Google Earth Engine (either in the public data catalog or TerrAdapt's private asset storage) and available for use in our dynamic workflow.&#x20;

We used the random forest classifier ([Breiman 2001](https://link.springer.com/article/10.1023/a:1010933404324)) implemented in Google Earth Engine to model fractional cover of sagebrush, shrubs, perennial grasses, and annual grasses from the [covariates](broken://pages/LJt9suIzcsaaHudB9jjJ) at all [training data](broken://pages/vcVh2MB2dR8ImdnJ22OM) locations. We trained 10 replicate models in regression mode per variable in a k-fold approach ([Fushiki 2011](https://link.springer.com/article/10.1007/s11222-009-9153-8)) with a unique 'fold' of 1/10th of the data withheld for [validation](broken://pages/2xsW4CRRwPc3iDZjamD3). The final model was calculated as the average of the 10 replicates.


---

# 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://terradapt.gitbook.io/wsrri-spatial-priorities-documentation/methods/rangeland-fractional-cover.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.
