> 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/esp/tour-del-producto-aplicacion-web/exportar-descargar/exportar-imagenes-satelitales-como-geotiff-o-geojson.md).

# Exportar imágenes satelitales como GeoTIFF o GeoJSON

GeoPard le permite exportar imágenes satelitales relacionadas con sus parcelas en formatos GeoTIFF y GeoJSON.

## Interfaz de usuario de exportación

Vaya a la página del perfil de la parcela y seleccione una imagen.

<figure><img src="/files/982640c46ac03278c0e21735f27608a70130436f" alt=""><figcaption></figcaption></figure>

Seleccione las opciones de exportación: el tipo, ya sea GeoJSON o GeoTIFF, y el número de píxeles con búfer.\
Luego haga clic en el **Descargar** botón.

<figure><img src="/files/4df4b7bdd43f7ddfdfd2a3280af9847863a0ee20" alt=""><figcaption></figcaption></figure>

Los datos de los archivos exportados dependen del proveedor de imágenes satelitales.

## Imágenes Sentinel-2

Una **Sentinel-2** imagen contiene:

1. *Banda1 (GeoTIFF) O máscara (GeoJSON)* explica si el píxel está ubicado dentro del límite de la parcela
2. *Banda2 (GeoTIFF)* O *nir* *(GeoJSON)* representa la banda NIR
3. *Banda3 (GeoTIFF)* O *rojo (GeoJSON)* representa la banda ROJA
4. *Banda4 (GeoTIFF)* O *verde (GeoJSON)* representa la banda VERDE
5. *Banda5 (GeoTIFF)* O *azul (GeoJSON)* representa la banda AZUL
6. *Banda6 (GeoTIFF)* O *rededge (GeoJSON)* representa la banda RED EDGE
7. *Banda7 (GeoTIFF)* O *swir* *(GeoJSON)* representa la banda SWIR

<figure><img src="/files/96a90c5361a6bebcbe01930661e23165fd94f4c5" alt=""><figcaption></figcaption></figure>

## Imágenes Landsat

Una **Landsat** imagen contiene:

1. *Banda1 (GeoTIFF) O máscara (GeoJSON)* explica si el píxel está ubicado dentro del límite de la parcela
2. *Banda2 (GeoTIFF) O nir* *(GeoJSON)* representa la banda NIR
3. *Banda3 (GeoTIFF)* O *rojo (GeoJSON)* representa la banda ROJA
4. *Banda4 (GeoTIFF)* O *verde (GeoJSON)* representa la banda VERDE
5. *Banda5 (GeoTIFF)* O *azul (GeoJSON)* representa la banda AZUL

Así es como se ve la salida en QGIS:

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

## Imágenes Planet

Una **Planet** la derivación de imagen contiene valores normalizados:

1. *Banda1 (GeoTIFF)* O *máscara (GeoJSON)* explica si el píxel está ubicado dentro del límite de la parcela
2. *Banda2 (GeoTIFF)* O *azul (GeoJSON)* representa la banda AZUL
3. *Banda3 (GeoTIFF)* O *verde (GeoJSON)* representa la banda VERDE
4. *Banda4 (GeoTIFF)* O *rojo (GeoJSON)* representa la banda ROJA
5. *Banda5 (GeoTIFF)* O *nir (GeoJSON)* representa la banda NIR

<figure><img src="/files/5e328fb4bc5c52d9cdca2478fb32288b7dea6c37" 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/esp/tour-del-producto-aplicacion-web/exportar-descargar/exportar-imagenes-satelitales-como-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.
