> 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/dnk/produktgennemgang-webapp/eksporter-hent-ned/eksport-af-satellitbilleder-som-geotiff-eller-geojson.md).

# 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
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/dnk/produktgennemgang-webapp/eksporter-hent-ned/eksport-af-satellitbilleder-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.
