> 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/jpn/tsu-webapuri/ekusupto-daunrdo/wogeotiffmatahageojsontoshiteekusupto.md).

# 衛星画像をGeoTIFFまたはGeoJSONとしてエクスポート

GeoPardでは、圃場に関連する衛星画像をGeoTIFFおよびGeoJSON形式でエクスポートできます。

## エクスポート用ユーザーインターフェース

圃場プロファイルページに移動し、画像を選択します。

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

エクスポートオプションを選択します。種類（GeoJSONまたはGeoTIFF）と、バッファ済みピクセル数です。\
その後、 **ダウンロード** ボタンをクリックします。

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

エクスポートされたファイル内のデータは、衛星画像の提供元によって異なります。

## Sentinel-2画像

A **Sentinel-2** 画像には以下が含まれます:

1. *Band1（GeoTIFF）またはマスク（GeoJSON）* ピクセルが圃場境界の内側にあるかどうかを示します
2. *Band2（GeoTIFF）* または *nir* *（GeoJSON）* NIRバンドを表します
3. *Band3（GeoTIFF）* または *red（GeoJSON）* REDバンドを表します
4. *Band4（GeoTIFF）* または *green（GeoJSON）* GREENバンドを表します
5. *Band5（GeoTIFF）* または *blue（GeoJSON）* BLUEバンドを表します
6. *Band6（GeoTIFF）* または *rededge（GeoJSON）* RED EDGEバンドを表します
7. *Band7（GeoTIFF）* または *swir* *（GeoJSON）* SWIRバンドを表します

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

## Landsat画像

A **Landsat** 画像には以下が含まれます:

1. *Band1（GeoTIFF）またはマスク（GeoJSON）* ピクセルが圃場境界の内側にあるかどうかを示します
2. *Band2（GeoTIFF）またはnir* *（GeoJSON）* NIRバンドを表します
3. *Band3（GeoTIFF）* または *red（GeoJSON）* REDバンドを表します
4. *Band4（GeoTIFF）* または *green（GeoJSON）* GREENバンドを表します
5. *Band5（GeoTIFF）* または *blue（GeoJSON）* BLUEバンドを表します

QGISでは出力はこのように表示されます:

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

## Planet画像

A **Planet** 画像の派生データには正規化値が含まれます:

1. *Band1（GeoTIFF）* または *マスク（GeoJSON）* ピクセルが圃場境界の内側にあるかどうかを示します
2. *Band2（GeoTIFF）* または *blue（GeoJSON）* BLUEバンドを表します
3. *Band3（GeoTIFF）* または *green（GeoJSON）* GREENバンドを表します
4. *Band4（GeoTIFF）* または *red（GeoJSON）* REDバンドを表します
5. *Band5（GeoTIFF）* または *nir（GeoJSON）* NIRバンドを表します

<figure><img src="/files/2bb885f3d5afa690926194926cbba33c761a5573" 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/jpn/tsu-webapuri/ekusupto-daunrdo/wogeotiffmatahageojsontoshiteekusupto.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.
