# 7. グリッドデータをダウンロード

次の2つの図は、GeoPardからさまざまなデータセット（SatelliteImage、SoilDataset、AsAppliedDataset、YieldDataset）をいずれかの形式で取得する方法を示すことを目的としています。 `GEOJSON` または `GEOTIFF` 形式で **グリッド化された** 方法。

下の図は、SatelliteImageをグリッド化データとして取得する手順を示しています。 [ここ](/geopard-tutorials/jpn/tsu-webapuri/ekusupto-daunrdo/wogeotiffmatahageojsontoshiteekusupto.md) は、提供される内容を詳細に説明するGeoPardユーザーインターフェイスのチュートリアルへのリンクです。エクスポート操作は、エクスポートする特定のSatelliteImageを選択すること（[リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/3-kueri-satelliteimageswo.md)）から始まり、続いてsourceDataUrlの作成をトリガーします（[リクエスト2 または R2](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/2e15a6b53a0539fe674702e0ba4eb368160c09c4#1.-request-a-file-to-export)）。このURLが生成されると、API利用者はこのURLから直接ファイルをダウンロードできます（[リクエスト3 または R3](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/2e15a6b53a0539fe674702e0ba4eb368160c09c4#2.-download-the-generated-file)).

<figure><img src="/files/d6568a0c411094f8b2d1e870362be2df92ee23a0" alt=""><figcaption><p>シーケンス図：SatelliteImageのグリッド化データのダウンロード</p></figcaption></figure>

下の図は最初の図で示したプロセスを反映していますが、SoilDataset、AsAppliedDataset、YieldDatasetに適用されます。これらのデータセットの取得とエクスポートの手順はSatelliteImageの場合と同じで、データセットのメタ情報を取得し、さらなるダウンロードのためのURL生成をトリガーします。

<figure><img src="/files/419010fc212e9073897d86edb2c419f00c204365" alt=""><figcaption><p>シーケンス図：Datasetのグリッド化データのダウンロード</p></figcaption></figure>

SoilDatasetのドキュメント： [リクエスト4 または R4](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/17-kueri-soildatasetswo.md), [リクエスト5 または R5](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/e1b727e5c046bc6dbceb4114c191fa9d02f67452#1.-request-a-file-to-export), [リクエスト6 または R6](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/e1b727e5c046bc6dbceb4114c191fa9d02f67452#2.-download-the-generated-file). \
AsAppliedDatasetのドキュメント： [リクエスト4 または R4](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/59-kueri-asapplieddatasetswo.md), [リクエスト5 または R5](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/dad0f3581a6fb4d31a9b6585538ea70c38270b47#1.-request-a-file-to-export), [リクエスト6 または R6](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/dad0f3581a6fb4d31a9b6585538ea70c38270b47#2.-download-the-generated-file). \
YieldDatasetのドキュメント： [リクエスト4 または R4](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/16-kueri-yielddatasetswo.md),[ リクエスト5 または R5](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/a405395b9177e43517fe2ae682cb4ca4723c3c29#1.-request-a-file-to-export), [リクエスト6 または R6](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/a405395b9177e43517fe2ae682cb4ca4723c3c29#2.-download-the-generated-file).


---

# Agent Instructions: 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:

```
GET https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/7-guriddodtawodaunrdo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
