# Satellite Imagery Export as GeoTIFF or GeoJSON

GeoPard lets you export satellite images related to your fields in GeoTIFF and GeoJSON formats.

## Export User Interface

Go to the Field Profile page and select an image.

<figure><img src="/files/yKMLVwJZybbSHgSA6jUb" alt=""><figcaption></figcaption></figure>

Select the export options: type, either GeoJSON or GeoTIFF, and the number of buffered pixels.\
Then click the **Download** button.

<figure><img src="/files/jDvtlATDXeRFxxRT7haP" alt=""><figcaption></figcaption></figure>

The data in the exported files depends on the satellite imagery provider.

## Sentinel-2 Imagery

A **Sentinel-2** image contains:

1. *Band1 (GeoTIFF) OR mask (GeoJSON)* explains if the pixel is located inside the field boundary
2. *Band2 (GeoTIFF)* OR *nir* *(GeoJSON)* represents the NIR band
3. *Band3 (GeoTIFF)* OR *red (GeoJSON)* represents the RED band
4. *Band4 (GeoTIFF)* OR *green (GeoJSON)* represents the GREEN band
5. *Band5 (GeoTIFF)* OR *blue (GeoJSON)* represents the BLUE band
6. *Band6 (GeoTIFF)* OR *rededge (GeoJSON)* represents the RED EDGE band
7. *Band7 (GeoTIFF)* OR *swir* *(GeoJSON)* represents the SWIR band

<figure><img src="/files/PdjmQMQK0tTC38kHjVeH" alt=""><figcaption></figcaption></figure>

## Landsat Imagery

A **Landsat** image contains:

1. *Band1 (GeoTIFF) OR mask (GeoJSON)* explains if the pixel is located inside the field boundary
2. *Band2 (GeoTIFF) OR nir* *(GeoJSON)* represents the NIR band
3. *Band3 (GeoTIFF)* OR *red (GeoJSON)* represents the RED band
4. *Band4 (GeoTIFF)* OR *green (GeoJSON)* represents the GREEN band
5. *Band5 (GeoTIFF)* OR *blue (GeoJSON)* represents the BLUE band

This is how the output looks in QGIS:

<figure><img src="/files/qTlQcLNT7GbDZ8P1xcpk" alt=""><figcaption></figcaption></figure>

## Planet Imagery

A **Planet** image derivative contains normalized values:

1. *Band1 (GeoTIFF)* OR *mask (GeoJSON)* explains if the pixel is located inside the field boundary
2. *Band2 (GeoTIFF)* OR *blue (GeoJSON)* represents the BLUE band
3. *Band3 (GeoTIFF)* OR *green (GeoJSON)* represents the GREEN band
4. *Band4 (GeoTIFF)* OR *red (GeoJSON)* represents the RED band
5. *Band5 (GeoTIFF)* OR *nir (GeoJSON)* represents the NIR band

<figure><img src="/files/xLsRroU5O9zHN1RoS0FL" alt=""><figcaption></figcaption></figure>


---

# 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.geopard.tech/geopard-tutorials/product-tour-web-app/export-download/satellite-imagery-export-as-geotiff-or-geojson.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.
