# Remote Sensing Data

## Landsat Multispectral Imagery

Many of TerrAdapt:Cascadia's data products are directly or indirectly derived from [Landsat](https://landsat.gsfc.nasa.gov/) multispectral imagery hosted in the Google Earth Engine data catalog. We use Landsat Level 2, Collection 2, Tier 1 data collected by the Landsat 4, 5, 7, 8, and 9 satellites between 1984 and the current year. This dataset contains atmospherically corrected surface reflectance and land surface temperature measured by the Thematic Mapper (Landsat 4 and 5), Enhanced Thematic Mapper Plus (Landsat 7), and Operational Land Imager (Landsat 8 and 9) instruments. Landsat surface reflectance products are created with the Landsat Ecosystem Disturbance Adaptive Processing System (LEDAPS; [*Schmidt et al. 2013*](https://pubs.usgs.gov/of/2013/1057/ofr13_1057.pdf)) algorithm (version 3.4.0). These images contain 4 visible and near-infrared (VNIR) bands and 2 short-wave infrared (SWIR) bands processed to orthorectified surface reflectance, and one thermal infrared (TIR) band processed to orthorectified surface temperature. They also contain intermediate bands used in calculation of the ST products, as well as QA bands.

<figure><img src="/files/QBEejJ6vIbQ7LfRowNHi" alt=""><figcaption><p>Landsat multispectral imagery band wavelengths (figure from NASA)</p></figcaption></figure>

We post-process every Landsat scene using Google Earth Engine to remove clouds, cloud shadows, and other artifacts based on metadata contained in the image's QA band. We also use the Continuous Change Detection and Classification (CCDC; [*Zhu et al, 2014*](https://www.sciencedirect.com/science/article/pii/S0034425714000248)) temporal segmentation algorithm implemented in Google Earth Engine to fit a harmonic regression through all Landsat observations from 1984 to present for each pixel within our modeling boundary. The harmonic regression coefficients can be used to create synthetic images of the Landsat bands that control for much of the scene to scene noise present in Landsat imagery and facilitating rigorous comparisons of between years.


---

# 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/terradapt-cascadia-documentation/data-inputs/remote-sensing-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.
