> 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/it/tour-del-prodotto-web-app/esporta-scarica/esportazione-immagini-satellitari-come-geotiff-o-geojson.md).

# Esportazione immagini satellitari come GeoTIFF o GeoJSON

GeoPard consente di esportare immagini satellitari relative ai tuoi campi nei formati GeoTIFF e GeoJSON.

## Interfaccia di esportazione

Vai alla pagina Profilo campo e seleziona un'immagine.

<figure><img src="/files/0174b32ad0ebfa8419374c1c3b63002fd2dec2af" alt=""><figcaption></figcaption></figure>

Seleziona le opzioni di esportazione: tipo, GeoJSON o GeoTIFF, e il numero di pixel di buffer.\
Quindi fai clic sul **Scarica** pulsante.

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

I dati nei file esportati dipendono dal fornitore delle immagini satellitari.

## Immagini Sentinel-2

Una **Sentinel-2** immagine contiene:

1. *Banda1 (GeoTIFF) O maschera (GeoJSON)* indica se il pixel si trova all'interno del confine del campo
2. *Banda2 (GeoTIFF)* O *nir* *(GeoJSON)* rappresenta la banda NIR
3. *Banda3 (GeoTIFF)* O *rosso (GeoJSON)* rappresenta la banda ROSSA
4. *Banda4 (GeoTIFF)* O *verde (GeoJSON)* rappresenta la banda VERDE
5. *Banda5 (GeoTIFF)* O *blu (GeoJSON)* rappresenta la banda BLU
6. *Banda6 (GeoTIFF)* O *rededge (GeoJSON)* rappresenta la banda RED EDGE
7. *Banda7 (GeoTIFF)* O *swir* *(GeoJSON)* rappresenta la banda SWIR

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

## Immagini Landsat

Una **Landsat** immagine contiene:

1. *Banda1 (GeoTIFF) O maschera (GeoJSON)* indica se il pixel si trova all'interno del confine del campo
2. *Banda2 (GeoTIFF) O nir* *(GeoJSON)* rappresenta la banda NIR
3. *Banda3 (GeoTIFF)* O *rosso (GeoJSON)* rappresenta la banda ROSSA
4. *Banda4 (GeoTIFF)* O *verde (GeoJSON)* rappresenta la banda VERDE
5. *Banda5 (GeoTIFF)* O *blu (GeoJSON)* rappresenta la banda BLU

Questo è l'aspetto dell'output in QGIS:

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

## Immagini Planet

Una **Planet** Il derivato dell'immagine contiene valori normalizzati:

1. *Banda1 (GeoTIFF)* O *maschera (GeoJSON)* indica se il pixel si trova all'interno del confine del campo
2. *Banda2 (GeoTIFF)* O *blu (GeoJSON)* rappresenta la banda BLU
3. *Banda3 (GeoTIFF)* O *verde (GeoJSON)* rappresenta la banda VERDE
4. *Banda4 (GeoTIFF)* O *rosso (GeoJSON)* rappresenta la banda ROSSA
5. *Banda5 (GeoTIFF)* O *nir (GeoJSON)* rappresenta la banda NIR

<figure><img src="/files/8e0a27ac4519b5cfb01bc88911b43cb079129af7" 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/it/tour-del-prodotto-web-app/esporta-scarica/esportazione-immagini-satellitari-come-geotiff-o-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.
