# Export av 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: 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/swe/produktguidning-webbapp/exportera-ladda-ner/export-av-satellitbilder-som-geotiff-eller-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.
