# Data Product Creation

## Data Product Levels

Data products are processed at various levels ranging from Level 0 to Level 4. Level 0 products are raw data at full instrument resolution. At higher levels, the data are converted into more useful parameters and formats. These are derived from NASA and NEON

| Level | Description                                                                                                                                               |   |
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| 0     | Reconstructed, unprocessed, full resolution instrument data; artifacts and duplicates removed.                                                            |   |
| 1a    | Level 0 plus time-referenced and annotated with calibration coefficients and georeferencing parameters (level 0 is fully recoverable from level 1a data). |   |
| 1b    | Level 1a processed to sensor units (level 0 not recoverable)                                                                                              |   |
| 2     | Derived variables (e. g., NDVI, height, fluorescence) at the level 1 resolution.                                                                          |   |
| 3     | Level 2 mapped to uniform grid, missing points gap filled; overlapping images combined                                                                    |   |
| 4     | 'phenotypes' derived variables associated with a particular plant or genotype rather than a spatial location                                              |   |

1 [Earth Observing System Data Processing Levels, NASA](http://science.nasa.gov/earth-science/earth-science-data/data-processing-levels-for-eosdis-data-products/)\
2 [National Ecological Observatory Network Data Processing](http://www.neoninc.org/science-design/data-processing)


---

# 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://docs.terraref.org/revisions/technical-documentation/data-product-creation.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.
