> 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/ro/turul-produsului-aplicatia-web/export-descarcare/exportul-imaginilor-satelitare-ca-geotiff-sau-geojson.md).

# Exportul imaginilor satelitare ca GeoTIFF sau GeoJSON

GeoPard vă permite să exportați imaginile satelitare aferente parcelelor dumneavoastră în formatele GeoTIFF și GeoJSON.

## Interfața de export

Mergeți la pagina Profilul parcelei și selectați o imagine.

<figure><img src="/files/206966d56a2679e1e8a1b25fa74f09b3f3f6d626" alt=""><figcaption></figcaption></figure>

Selectați opțiunile de export: tipul, fie GeoJSON, fie GeoTIFF, și numărul de pixeli de buffer.\
Apoi faceți clic pe butonul **Descărcare** butonul.

<figure><img src="/files/0da5db7c0248ca34b51aede815c0571421c4a8a1" alt=""><figcaption></figcaption></figure>

Datele din fișierele exportate depind de furnizorul de imagini satelitare.

## Imagistică Sentinel-2

O **Sentinel-2** imagine conține:

1. *Banda 1 (GeoTIFF) SAU mască (GeoJSON)* indică dacă pixelul este situat în interiorul limitei parcelei
2. *Banda 2 (GeoTIFF)* SAU *nir* *(GeoJSON)* reprezintă banda NIR
3. *Banda 3 (GeoTIFF)* SAU *roșu (GeoJSON)* reprezintă banda ROȘU
4. *Banda 4 (GeoTIFF)* SAU *verde (GeoJSON)* reprezintă banda VERDE
5. *Banda 5 (GeoTIFF)* SAU *albastru (GeoJSON)* reprezintă banda ALBASTRU
6. *Banda 6 (GeoTIFF)* SAU *rededge (GeoJSON)* reprezintă banda RED EDGE
7. *Banda 7 (GeoTIFF)* SAU *swir* *(GeoJSON)* reprezintă banda SWIR

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

## Imagistică Landsat

O **Landsat** imagine conține:

1. *Banda 1 (GeoTIFF) SAU mască (GeoJSON)* indică dacă pixelul este situat în interiorul limitei parcelei
2. *Banda 2 (GeoTIFF) SAU nir* *(GeoJSON)* reprezintă banda NIR
3. *Banda 3 (GeoTIFF)* SAU *roșu (GeoJSON)* reprezintă banda ROȘU
4. *Banda 4 (GeoTIFF)* SAU *verde (GeoJSON)* reprezintă banda VERDE
5. *Banda 5 (GeoTIFF)* SAU *albastru (GeoJSON)* reprezintă banda ALBASTRU

Așa arată rezultatul în QGIS:

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

## Imagistică Planet

O **Planet** derivatul imaginii conține valori normalizate:

1. *Banda 1 (GeoTIFF)* SAU *mască (GeoJSON)* indică dacă pixelul este situat în interiorul limitei parcelei
2. *Banda 2 (GeoTIFF)* SAU *albastru (GeoJSON)* reprezintă banda ALBASTRU
3. *Banda 3 (GeoTIFF)* SAU *verde (GeoJSON)* reprezintă banda VERDE
4. *Banda 4 (GeoTIFF)* SAU *roșu (GeoJSON)* reprezintă banda ROȘU
5. *Banda 5 (GeoTIFF)* SAU *nir (GeoJSON)* reprezintă banda NIR

<figure><img src="/files/4de913bfeab307e1afd0a97dbf0fcf527ae62e75" 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/ro/turul-produsului-aplicatia-web/export-descarcare/exportul-imaginilor-satelitare-ca-geotiff-sau-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.
