> 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/pl/przewodnik-po-produkcie-aplikacja-webowa/eksport-pobieranie/eksport-obrazow-satelitarnych-jako-geotiff-lub-geojson.md).

# Eksport obrazów satelitarnych jako GeoTIFF lub GeoJSON

GeoPard umożliwia eksport obrazów satelitarnych powiązanych z Twoimi polami w formatach GeoTIFF i GeoJSON.

## Interfejs eksportu

Przejdź na stronę profilu pola i wybierz obraz.

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

Wybierz opcje eksportu: typ, GeoJSON lub GeoTIFF, oraz liczbę pikseli buforowych.\
Następnie kliknij przycisk **Pobierz** .

<figure><img src="/files/6cf0cb5a51b8ddee349208d03cb4a230084fabac" alt=""><figcaption></figcaption></figure>

Dane w wyeksportowanych plikach zależą od dostawcy zdjęć satelitarnych.

## Obrazowanie Sentinel-2

Obraz **Sentinel-2** zawiera:

1. *Pasmo 1 (GeoTIFF) LUB maska (GeoJSON)* wyjaśnia, czy piksel znajduje się wewnątrz granicy pola
2. *Pasmo 2 (GeoTIFF)* LUB *nir* *(GeoJSON)* reprezentuje pasmo NIR
3. *Pasmo 3 (GeoTIFF)* LUB *czerwony (GeoJSON)* reprezentuje pasmo RED
4. *Pasmo 4 (GeoTIFF)* LUB *zielony (GeoJSON)* reprezentuje pasmo GREEN
5. *Pasmo 5 (GeoTIFF)* LUB *niebieski (GeoJSON)* reprezentuje pasmo BLUE
6. *Pasmo 6 (GeoTIFF)* LUB *rededge (GeoJSON)* reprezentuje pasmo RED EDGE
7. *Pasmo 7 (GeoTIFF)* LUB *swir* *(GeoJSON)* reprezentuje pasmo SWIR

<figure><img src="/files/9d8be4bca11d699b6b906823532abb03742010e8" alt=""><figcaption></figcaption></figure>

## Obrazowanie Landsat

Obraz **Landsat** zawiera:

1. *Pasmo 1 (GeoTIFF) LUB maska (GeoJSON)* wyjaśnia, czy piksel znajduje się wewnątrz granicy pola
2. *Pasmo 2 (GeoTIFF) LUB nir* *(GeoJSON)* reprezentuje pasmo NIR
3. *Pasmo 3 (GeoTIFF)* LUB *czerwony (GeoJSON)* reprezentuje pasmo RED
4. *Pasmo 4 (GeoTIFF)* LUB *zielony (GeoJSON)* reprezentuje pasmo GREEN
5. *Pasmo 5 (GeoTIFF)* LUB *niebieski (GeoJSON)* reprezentuje pasmo BLUE

Tak wygląda wynik w QGIS:

<figure><img src="/files/7b946806d7e89840224ac88c00e9c32f5a8c8320" alt=""><figcaption></figcaption></figure>

## Obrazowanie Planet

Obraz **Planet** pochodny obraz zawiera znormalizowane wartości:

1. *Pasmo 1 (GeoTIFF)* LUB *maska (GeoJSON)* wyjaśnia, czy piksel znajduje się wewnątrz granicy pola
2. *Pasmo 2 (GeoTIFF)* LUB *niebieski (GeoJSON)* reprezentuje pasmo BLUE
3. *Pasmo 3 (GeoTIFF)* LUB *zielony (GeoJSON)* reprezentuje pasmo GREEN
4. *Pasmo 4 (GeoTIFF)* LUB *czerwony (GeoJSON)* reprezentuje pasmo RED
5. *Pasmo 5 (GeoTIFF)* LUB *nir (GeoJSON)* reprezentuje pasmo NIR

<figure><img src="/files/b2fea22ce060af656f15bc09b08837a1799336be" 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/pl/przewodnik-po-produkcie-aplikacja-webowa/eksport-pobieranie/eksport-obrazow-satelitarnych-jako-geotiff-lub-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.
