> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/swe/produktvisning-webbapp/export-ladda-ner/exportera-satellitbilder-som-geotiff-eller-geojson.md).

# Exportera satellitbilder som GeoTIFF eller GeoJSON

GeoPard låter dig exportera satellitbilder som hör till dina fält i formaten GeoTIFF och GeoJSON.

## Exportgränssnitt

Gå till sidan Fältprofil och välj en bild.

<figure><img src="/files/1271b1d1d3217452d1cfa1808c533ea74f7976c3" alt=""><figcaption></figcaption></figure>

Välj exportalternativen: typ, antingen GeoJSON eller GeoTIFF, och antalet buffrade pixlar.\
Klicka sedan på **Ladda ner** knappen.

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

Data i de exporterade filerna beror på leverantören av satellitbilderna.

## Sentinel-2-bilder

En **Sentinel-2** bild innehåller:

1. *Band 1 (GeoTIFF) ELLER mask (GeoJSON)* förklarar om pixeln ligger innanför fältgränsen
2. *Band 2 (GeoTIFF)* ELLER *nir* *(GeoJSON)* representerar NIR-bandet
3. *Band 3 (GeoTIFF)* ELLER *röd (GeoJSON)* representerar det RÖDA bandet
4. *Band 4 (GeoTIFF)* ELLER *grön (GeoJSON)* representerar det GRÖNA bandet
5. *Band 5 (GeoTIFF)* ELLER *blå (GeoJSON)* representerar det BLÅ bandet
6. *Band 6 (GeoTIFF)* ELLER *rededge (GeoJSON)* representerar RED EDGE-bandet
7. *Band 7 (GeoTIFF)* ELLER *swir* *(GeoJSON)* representerar SWIR-bandet

<figure><img src="/files/7af7888a7e2080289ea2503962f7d392c89eeec6" alt=""><figcaption></figcaption></figure>

## Landsat-bilder

En **Landsat** bild innehåller:

1. *Band 1 (GeoTIFF) ELLER mask (GeoJSON)* förklarar om pixeln ligger innanför fältgränsen
2. *Band 2 (GeoTIFF) ELLER nir* *(GeoJSON)* representerar NIR-bandet
3. *Band 3 (GeoTIFF)* ELLER *röd (GeoJSON)* representerar det RÖDA bandet
4. *Band 4 (GeoTIFF)* ELLER *grön (GeoJSON)* representerar det GRÖNA bandet
5. *Band 5 (GeoTIFF)* ELLER *blå (GeoJSON)* representerar det BLÅ bandet

Så här ser utdata ut i QGIS:

<figure><img src="/files/5765a576f51cb0367340c2fa39a55428b9009d13" alt=""><figcaption></figcaption></figure>

## Planet-bilder

En **Planet** bildderivatet innehåller normaliserade värden:

1. *Band 1 (GeoTIFF)* ELLER *mask (GeoJSON)* förklarar om pixeln ligger innanför fältgränsen
2. *Band 2 (GeoTIFF)* ELLER *blå (GeoJSON)* representerar det BLÅ bandet
3. *Band 3 (GeoTIFF)* ELLER *grön (GeoJSON)* representerar det GRÖNA bandet
4. *Band 4 (GeoTIFF)* ELLER *röd (GeoJSON)* representerar det RÖDA bandet
5. *Band 5 (GeoTIFF)* ELLER *nir (GeoJSON)* representerar NIR-bandet

<figure><img src="/files/6a940ee9376b53785759f4a2d02bf22dd55bb62b" alt=""><figcaption></figcaption></figure>


---

# 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://docs.geopard.tech/geopard-tutorials/swe/produktvisning-webbapp/export-ladda-ner/exportera-satellitbilder-som-geotiff-eller-geojson.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.
