# Eksport af satellitbilleder som GeoTIFF eller GeoJSON

GeoPard lader dig eksportere satellitbilleder af dine marker i GeoTIFF- og GeoJSON-formater.

## Eksportbrugerflade

Gå til siden Markprofil, og vælg et billede.

<figure><img src="/files/917c6f270a0018a28991ca14c005c3a72eadf5e3" alt=""><figcaption></figcaption></figure>

Vælg eksportindstillingerne: type, enten GeoJSON eller GeoTIFF, og antallet af bufferede pixels.\
Klik derefter på **Download** knappen.

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

Dataene i de eksporterede filer afhænger af leverandøren af satellitbilledet.

## Sentinel-2-billeder

Et **Sentinel-2** billede indeholder:

1. *Bånd1 (GeoTIFF) ELLER maske (GeoJSON)* forklarer, om pixlen ligger inde i markgrænsen
2. *Bånd2 (GeoTIFF)* ELLER *nir* *(GeoJSON)* repræsenterer NIR-båndet
3. *Bånd3 (GeoTIFF)* ELLER *rød (GeoJSON)* repræsenterer det RØDE bånd
4. *Bånd4 (GeoTIFF)* ELLER *grøn (GeoJSON)* repræsenterer det GRØNNE bånd
5. *Bånd5 (GeoTIFF)* ELLER *blå (GeoJSON)* repræsenterer det BLÅ bånd
6. *Bånd6 (GeoTIFF)* ELLER *rededge (GeoJSON)* repræsenterer RED EDGE-båndet
7. *Bånd7 (GeoTIFF)* ELLER *swir* *(GeoJSON)* repræsenterer SWIR-båndet

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

## Landsat-billeder

Et **Landsat** billede indeholder:

1. *Bånd1 (GeoTIFF) ELLER maske (GeoJSON)* forklarer, om pixlen ligger inde i markgrænsen
2. *Bånd2 (GeoTIFF) ELLER nir* *(GeoJSON)* repræsenterer NIR-båndet
3. *Bånd3 (GeoTIFF)* ELLER *rød (GeoJSON)* repræsenterer det RØDE bånd
4. *Bånd4 (GeoTIFF)* ELLER *grøn (GeoJSON)* repræsenterer det GRØNNE bånd
5. *Bånd5 (GeoTIFF)* ELLER *blå (GeoJSON)* repræsenterer det BLÅ bånd

Sådan ser outputtet ud i QGIS:

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

## Planet-billeder

Et **Planet** billedderivat indeholder normaliserede værdier:

1. *Bånd1 (GeoTIFF)* ELLER *maske (GeoJSON)* forklarer, om pixlen ligger inde i markgrænsen
2. *Bånd2 (GeoTIFF)* ELLER *blå (GeoJSON)* repræsenterer det BLÅ bånd
3. *Bånd3 (GeoTIFF)* ELLER *grøn (GeoJSON)* repræsenterer det GRØNNE bånd
4. *Bånd4 (GeoTIFF)* ELLER *rød (GeoJSON)* repræsenterer det RØDE bånd
5. *Bånd5 (GeoTIFF)* ELLER *nir (GeoJSON)* repræsenterer NIR-båndet

<figure><img src="/files/ea29946eb75b3e847f214a28f683f30bbbfb749a" 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/dnk/produkttur-webapp/eksporter-download/eksport-af-satellitbilleder-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.
