> 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/hu/termekbemutato-webalkalmazas/exportalas-letoltes/muholdfelvetelek-exportalasa-geotiff-vagy-geojson-formatumban.md).

# Műholdfelvételek exportálása GeoTIFF vagy GeoJSON formátumban

A GeoPard lehetővé teszi, hogy a tábláidhoz kapcsolódó műholdképeket GeoTIFF és GeoJSON formátumban exportáld.

## Export felhasználói felület

Lépj a Tábla profil oldalra, és válassz ki egy képet.

<figure><img src="/files/40ebe669ba1c8939423f328b08f7f1f5f0a53486" alt=""><figcaption></figcaption></figure>

Válaszd ki az exportálási beállításokat: a típust, vagyis GeoJSON-t vagy GeoTIFF-et, valamint a pufferelt pixelek számát.\
Ezután kattints a **Letöltés** gombra.

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

Az exportált fájlokban lévő adatok a műholdképszolgáltatótól függnek.

## Sentinel-2 műholdképek

Egy **Sentinel-2** kép a következőket tartalmazza:

1. *Band1 (GeoTIFF) VAGY maszk (GeoJSON)* megmutatja, hogy a pixel a tábla határain belül helyezkedik-e el
2. *Band2 (GeoTIFF)* VAGY *nir* *(GeoJSON)* a NIR sávot jelöli
3. *Band3 (GeoTIFF)* VAGY *red (GeoJSON)* a RED sávot jelöli
4. *Band4 (GeoTIFF)* VAGY *green (GeoJSON)* a GREEN sávot jelöli
5. *Band5 (GeoTIFF)* VAGY *blue (GeoJSON)* a BLUE sávot jelöli
6. *Band6 (GeoTIFF)* VAGY *rededge (GeoJSON)* a RED EDGE sávot jelöli
7. *Band7 (GeoTIFF)* VAGY *swir* *(GeoJSON)* a SWIR sávot jelöli

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

## Landsat műholdképek

Egy **Landsat** kép a következőket tartalmazza:

1. *Band1 (GeoTIFF) VAGY maszk (GeoJSON)* megmutatja, hogy a pixel a tábla határain belül helyezkedik-e el
2. *Band2 (GeoTIFF) VAGY nir* *(GeoJSON)* a NIR sávot jelöli
3. *Band3 (GeoTIFF)* VAGY *red (GeoJSON)* a RED sávot jelöli
4. *Band4 (GeoTIFF)* VAGY *green (GeoJSON)* a GREEN sávot jelöli
5. *Band5 (GeoTIFF)* VAGY *blue (GeoJSON)* a BLUE sávot jelöli

Így néz ki a kimenet a QGIS-ben:

<figure><img src="/files/36f98fbea0765138db37d2fde5edd8e023818604" alt=""><figcaption></figcaption></figure>

## Planet műholdképek

Egy **Planet** képderivatívum normalizált értékeket tartalmaz:

1. *Band1 (GeoTIFF)* VAGY *maszk (GeoJSON)* megmutatja, hogy a pixel a tábla határain belül helyezkedik-e el
2. *Band2 (GeoTIFF)* VAGY *blue (GeoJSON)* a BLUE sávot jelöli
3. *Band3 (GeoTIFF)* VAGY *green (GeoJSON)* a GREEN sávot jelöli
4. *Band4 (GeoTIFF)* VAGY *red (GeoJSON)* a RED sávot jelöli
5. *Band5 (GeoTIFF)* VAGY *nir (GeoJSON)* a NIR sávot jelöli

<figure><img src="/files/115d0b50e740ced42f1da7d652761cdc8dbdf775" 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/hu/termekbemutato-webalkalmazas/exportalas-letoltes/muholdfelvetelek-exportalasa-geotiff-vagy-geojson-formatumban.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.
