> 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/fin/tuotekierros-verkkosovellus/vienti-lataus/vie-satelliittikuvat-geotiff-tai-geojson-muodossa.md).

# Vie satelliittikuvat GeoTIFF- tai GeoJSON-muodossa

GeoPardin avulla voit viedä satelliittikuvia pelloiltasi GeoTIFF- ja GeoJSON-muodoissa.

## Vientikäyttöliittymä

Siirry Pellon profiili -sivulle ja valitse kuva.

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

Valitse vientiasetukset: tyyppi, joko GeoJSON tai GeoTIFF, sekä puskuroidun pikselin määrä.\
Napsauta sitten **Lataa** -painiketta.

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

Vietyjen tiedostojen data riippuu satelliittikuvien toimittajasta.

## Sentinel-2-kuvat

A **Sentinel-2** kuva sisältää:

1. *Kaista 1 (GeoTIFF) TAI maski (GeoJSON)* kertoo, sijaitseeko pikseli pellon rajan sisällä
2. *Kaista 2 (GeoTIFF)* TAI *nir* *(GeoJSON)* kuvaa NIR-kaistaa
3. *Kaista 3 (GeoTIFF)* TAI *punainen (GeoJSON)* kuvaa RED-kaistaa
4. *Kaista 4 (GeoTIFF)* TAI *vihreä (GeoJSON)* kuvaa GREEN-kaistaa
5. *Kaista 5 (GeoTIFF)* TAI *sininen (GeoJSON)* kuvaa BLUE-kaistaa
6. *Kaista 6 (GeoTIFF)* TAI *rededge (GeoJSON)* kuvaa RED EDGE -kaistaa
7. *Kaista 7 (GeoTIFF)* TAI *swir* *(GeoJSON)* kuvaa SWIR-kaistaa

<figure><img src="/files/006abc34bc62ed97c61e3aafe4dceb50b5693e97" alt=""><figcaption></figcaption></figure>

## Landsat-kuvat

A **Landsat** kuva sisältää:

1. *Kaista 1 (GeoTIFF) TAI maski (GeoJSON)* kertoo, sijaitseeko pikseli pellon rajan sisällä
2. *Kaista 2 (GeoTIFF) TAI nir* *(GeoJSON)* kuvaa NIR-kaistaa
3. *Kaista 3 (GeoTIFF)* TAI *punainen (GeoJSON)* kuvaa RED-kaistaa
4. *Kaista 4 (GeoTIFF)* TAI *vihreä (GeoJSON)* kuvaa GREEN-kaistaa
5. *Kaista 5 (GeoTIFF)* TAI *sininen (GeoJSON)* kuvaa BLUE-kaistaa

Tältä tuloste näyttää QGISissä:

<figure><img src="/files/38183e84abc9dd32ada8008be90dc2009e1f5b73" alt=""><figcaption></figcaption></figure>

## Planet-kuvat

A **Planet** kuvasta johdettu sisältää normalisoituja arvoja:

1. *Kaista 1 (GeoTIFF)* TAI *maski (GeoJSON)* kertoo, sijaitseeko pikseli pellon rajan sisällä
2. *Kaista 2 (GeoTIFF)* TAI *sininen (GeoJSON)* kuvaa BLUE-kaistaa
3. *Kaista 3 (GeoTIFF)* TAI *vihreä (GeoJSON)* kuvaa GREEN-kaistaa
4. *Kaista 4 (GeoTIFF)* TAI *punainen (GeoJSON)* kuvaa RED-kaistaa
5. *Kaista 5 (GeoTIFF)* TAI *nir (GeoJSON)* kuvaa NIR-kaistaa

<figure><img src="/files/e4b0947766ea8b87b5fe4c0b650693180d15ffd5" 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/fin/tuotekierros-verkkosovellus/vienti-lataus/vie-satelliittikuvat-geotiff-tai-geojson-muodossa.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.
