> 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/nl/producttour-webapp/exporteren-downloaden/satellietbeelden-exporteren-als-geotiff-of-geojson.md).

# Satellietbeelden exporteren als GeoTIFF of GeoJSON

GeoPard laat u satellietbeelden van uw percelen exporteren in GeoTIFF- en GeoJSON-formaten.

## Gebruikersinterface voor export

Ga naar de pagina Perceelprofiel en selecteer een beeld.

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

Selecteer de exportopties: type, GeoJSON of GeoTIFF, en het aantal gebufferde pixels.\
Klik daarna op de **Downloaden** knop.

<figure><img src="/files/18d518aba81d8f798ddaddc5f59e03457ec00a85" alt=""><figcaption></figcaption></figure>

De gegevens in de geëxporteerde bestanden zijn afhankelijk van de satellietbeeldleverancier.

## Sentinel-2-beelden

Een **Sentinel-2** beeld bevat:

1. *Band 1 (GeoTIFF) OF masker (GeoJSON)* geeft aan of de pixel binnen de perceelsgrens ligt
2. *Band 2 (GeoTIFF)* OF *nir* *(GeoJSON)* vertegenwoordigt de NIR-band
3. *Band 3 (GeoTIFF)* OF *rood (GeoJSON)* vertegenwoordigt de RODE band
4. *Band 4 (GeoTIFF)* OF *groen (GeoJSON)* vertegenwoordigt de GROENE band
5. *Band 5 (GeoTIFF)* OF *blauw (GeoJSON)* vertegenwoordigt de BLAUWE band
6. *Band 6 (GeoTIFF)* OF *rededge (GeoJSON)* vertegenwoordigt de RED EDGE-band
7. *Band 7 (GeoTIFF)* OF *swir* *(GeoJSON)* vertegenwoordigt de SWIR-band

<figure><img src="/files/3941eb0b0c5f6bcabed6ddf1f278eff1de7249bd" alt=""><figcaption></figcaption></figure>

## Landsat-beelden

Een **Landsat** beeld bevat:

1. *Band 1 (GeoTIFF) OF masker (GeoJSON)* geeft aan of de pixel binnen de perceelsgrens ligt
2. *Band 2 (GeoTIFF) OF nir* *(GeoJSON)* vertegenwoordigt de NIR-band
3. *Band 3 (GeoTIFF)* OF *rood (GeoJSON)* vertegenwoordigt de RODE band
4. *Band 4 (GeoTIFF)* OF *groen (GeoJSON)* vertegenwoordigt de GROENE band
5. *Band 5 (GeoTIFF)* OF *blauw (GeoJSON)* vertegenwoordigt de BLAUWE band

Zo ziet de uitvoer eruit in QGIS:

<figure><img src="/files/5d9b9d280cebc3d0812f89fe2e16609631f27b81" alt=""><figcaption></figcaption></figure>

## Planet-beelden

Een **Planet** beeldafgeleide bevat genormaliseerde waarden:

1. *Band 1 (GeoTIFF)* OF *masker (GeoJSON)* geeft aan of de pixel binnen de perceelsgrens ligt
2. *Band 2 (GeoTIFF)* OF *blauw (GeoJSON)* vertegenwoordigt de BLAUWE band
3. *Band 3 (GeoTIFF)* OF *groen (GeoJSON)* vertegenwoordigt de GROENE band
4. *Band 4 (GeoTIFF)* OF *rood (GeoJSON)* vertegenwoordigt de RODE band
5. *Band 5 (GeoTIFF)* OF *nir (GeoJSON)* vertegenwoordigt de NIR-band

<figure><img src="/files/97466077fbe1030b7ab4c964ce7a7efca2075bf8" 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/nl/producttour-webapp/exporteren-downloaden/satellietbeelden-exporteren-als-geotiff-of-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.
