# 8. 元データをダウンロード

次の図は、SoilDataset（土壌データセット）、AsAppliedDataset（散布履歴データセット）、および YieldDataset（収量データセット）の“アップロード時のまま”のオリジナルデータを取得するプロセスの概要を示します。

ワークフローは、エクスポートする特定のデータセットを選択することから始まります。その後、originDataUrl の作成がトリガーされます（[リクエスト2 または R2](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/80-kueri-dtawo.md)）。sourceDataUrl で表現されるグリッド化形式とは異なり、データセットのオリジナルデータは originDataUrl で入手可能です。この URL が生成されると、API 利用者はこの URL に紐づくファイルを直接ダウンロードできます（[リクエスト3 または R3](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/d447b7c63b0e4d9ff2992af0a79f747f041802ca#4.-download-the-generated-file)).

<figure><img src="/files/b6508617a9bd2eed51e63b2bbb4f48326772d7e2" alt=""><figcaption><p>シーケンス図：データセットのオリジナルデータをダウンロード</p></figcaption></figure>

SoilDatasetのドキュメント： [リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/17-kueri-soildatasetswo.md), [リクエスト2 または R2](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/d447b7c63b0e4d9ff2992af0a79f747f041802ca#1.-sample-for-soildataset).\
AsAppliedDataset のドキュメント： [リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/59-kueri-asapplieddatasetswo.md), [リクエスト2 または R2](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/d447b7c63b0e4d9ff2992af0a79f747f041802ca#3.-sample-for-asapplieddataset). \
YieldDatasetのドキュメント： [リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/16-kueri-yielddatasetswo.md), [リクエスト2 または R2](https://docs.geopard.tech/geopard-tutorials/jpn/apidokyumento/furno/pages/d447b7c63b0e4d9ff2992af0a79f747f041802ca#2.-sample-for-yielddataset).


---

# 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/8-dtawodaunrdo.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.
