# Satellitenbilder als GeoTIFF oder GeoJSON exportieren

GeoPard ermöglicht Ihnen, satellitengestützte Bilddaten zu Ihren Schlägen im GeoTIFF- und GeoJSON-Format zu exportieren.

## Export-Benutzeroberfläche

Gehen Sie zur Seite „Schlagprofil“ und wählen Sie ein Bild aus.

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

Wählen Sie die Exportoptionen aus: Typ, entweder GeoJSON oder GeoTIFF, sowie die Anzahl der gepufferten Pixel.\
Klicken Sie dann auf die **Herunterladen** Schaltfläche.

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

Die Daten in den exportierten Dateien hängen vom Anbieter der Satellitenbilddaten ab.

## Sentinel-2-Bilddaten

Ein **Sentinel-2** Das Bild enthält:

1. *Band 1 (GeoTIFF) ODER Maske (GeoJSON)* gibt an, ob sich das Pixel innerhalb der Schlaggrenze befindet
2. *Band 2 (GeoTIFF)* ODER *NIR* *(GeoJSON)* stellt das NIR-Band dar
3. *Band 3 (GeoTIFF)* ODER *Rot (GeoJSON)* stellt das rote Band dar
4. *Band 4 (GeoTIFF)* ODER *Grün (GeoJSON)* stellt das grüne Band dar
5. *Band 5 (GeoTIFF)* ODER *Blau (GeoJSON)* stellt das blaue Band dar
6. *Band 6 (GeoTIFF)* ODER *Red Edge (GeoJSON)* stellt das Red-Edge-Band dar
7. *Band 7 (GeoTIFF)* ODER *SWIR* *(GeoJSON)* stellt das SWIR-Band dar

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

## Landsat-Bilddaten

Ein **Landsat** Das Bild enthält:

1. *Band 1 (GeoTIFF) ODER Maske (GeoJSON)* gibt an, ob sich das Pixel innerhalb der Schlaggrenze befindet
2. *Band 2 (GeoTIFF) ODER NIR* *(GeoJSON)* stellt das NIR-Band dar
3. *Band 3 (GeoTIFF)* ODER *Rot (GeoJSON)* stellt das rote Band dar
4. *Band 4 (GeoTIFF)* ODER *Grün (GeoJSON)* stellt das grüne Band dar
5. *Band 5 (GeoTIFF)* ODER *Blau (GeoJSON)* stellt das blaue Band dar

So sieht die Ausgabe in QGIS aus:

<figure><img src="/files/2b72ceeb85e0cb93f816e3af4b7f855621eedc4b" alt=""><figcaption></figcaption></figure>

## Planet-Bilddaten

Ein **Planet** Die Bildableitung enthält normalisierte Werte:

1. *Band 1 (GeoTIFF)* ODER *Maske (GeoJSON)* gibt an, ob sich das Pixel innerhalb der Schlaggrenze befindet
2. *Band 2 (GeoTIFF)* ODER *Blau (GeoJSON)* stellt das blaue Band dar
3. *Band 3 (GeoTIFF)* ODER *Grün (GeoJSON)* stellt das grüne Band dar
4. *Band 4 (GeoTIFF)* ODER *Rot (GeoJSON)* stellt das rote Band dar
5. *Band 5 (GeoTIFF)* ODER *NIR (GeoJSON)* stellt das NIR-Band dar

<figure><img src="/files/0f448968c99557a54a0ea05183c08ae0c6626377" 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/de/produkttour-web-app/export-download/satellitenbilder-als-geotiff-oder-geojson-exportieren.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.
