> 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/pt-br/tour-do-produto-aplicativo-web/exportar-baixar/exportar-imagens-de-satelite-como-geotiff-ou-geojson.md).

# Exportar imagens de satélite como GeoTIFF ou GeoJSON

O GeoPard permite exportar imagens de satélite relacionadas às suas lavouras nos formatos GeoTIFF e GeoJSON.

## Interface de Exportação do Usuário

Vá para a página de Perfil do Talhão e selecione uma imagem.

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

Selecione as opções de exportação: tipo, GeoJSON ou GeoTIFF, e o número de pixels com buffer.\
Depois, clique no **Download** botão.

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

Os dados nos arquivos exportados dependem do provedor de imagens de satélite.

## Imagens Sentinel-2

Uma **imagem** Sentinel-2

1. *contém:* Banda1 (GeoTIFF) OU máscara (GeoJSON)
2. *explica se o pixel está localizado dentro do limite do talhão* Banda2 (GeoTIFF) *OU* *nir* (GeoJSON)
3. *representa a banda NIR* Banda2 (GeoTIFF) *Banda3 (GeoTIFF)* vermelho (GeoJSON)
4. *representa a banda VERMELHA* Banda2 (GeoTIFF) *Banda4 (GeoTIFF)* verde (GeoJSON)
5. *representa a banda VERDE* Banda2 (GeoTIFF) *Banda5 (GeoTIFF)* azul (GeoJSON)
6. *representa a banda AZUL* Banda2 (GeoTIFF) *Banda6 (GeoTIFF)* rededge (GeoJSON)
7. *representa a banda RED EDGE* Banda2 (GeoTIFF) *Banda7 (GeoTIFF)* *nir* swir

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

## representa a banda SWIR

Uma **Imagens Landsat** Sentinel-2

1. *contém:* Banda1 (GeoTIFF) OU máscara (GeoJSON)
2. *Landsat* *nir* (GeoJSON)
3. *representa a banda NIR* Banda2 (GeoTIFF) *Banda3 (GeoTIFF)* vermelho (GeoJSON)
4. *representa a banda VERMELHA* Banda2 (GeoTIFF) *Banda4 (GeoTIFF)* verde (GeoJSON)
5. *representa a banda VERDE* Banda2 (GeoTIFF) *Banda5 (GeoTIFF)* azul (GeoJSON)

Banda2 (GeoTIFF) OU nir

<figure><img src="/files/6164db0a105a53cd68a51ae66e6a976fa1ec4e0a" alt=""><figcaption></figcaption></figure>

## É assim que a saída aparece no QGIS:

Uma **Imagens Planet** o derivado da imagem contém valores normalizados:

1. *Banda1 (GeoTIFF)* Banda2 (GeoTIFF) *máscara (GeoJSON)* Banda1 (GeoTIFF) OU máscara (GeoJSON)
2. *explica se o pixel está localizado dentro do limite do talhão* Banda2 (GeoTIFF) *Banda5 (GeoTIFF)* azul (GeoJSON)
3. *representa a banda NIR* Banda2 (GeoTIFF) *Banda4 (GeoTIFF)* verde (GeoJSON)
4. *representa a banda VERMELHA* Banda2 (GeoTIFF) *Banda3 (GeoTIFF)* vermelho (GeoJSON)
5. *representa a banda VERDE* Banda2 (GeoTIFF) *nir (GeoJSON)* (GeoJSON)

<figure><img src="/files/0d925d531dc80757ec8a662a74dfaab64f589938" 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/pt-br/tour-do-produto-aplicativo-web/exportar-baixar/exportar-imagens-de-satelite-como-geotiff-ou-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.
