# 4. 土壌 | 施用実績 | 収量データセットをアップロード

以下の図は、GeoPardシステム内での土壌（Soil）、投入（AsApplied）、収量（Yield）データセットのアップロード処理を視覚的に詳細化しています。

ファイルのアップロードはS3の事前署名付きURLを介して行われ、2つの異なるステップに分かれます：事前署名付きURLの受領（[リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/55-zipfairuwoappurdo6-mb.md#step1)）と実際のファイルアップロード（[リクエスト2 または R2](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/55-zipfairuwoappurdo6-mb.md#step2)）。この仕組みはセキュリティを向上させ、6MBを超える大きなファイルのアップロードを可能にします。

次の段階はGraphQLサブスクリプションの監視であり、特に `挿入` と `変更` イベント（[リクエスト3 または R3](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/1-sabusukuripushon-ibentowo.md)）。これらのイベントはデータセット処理状況に関する通知として機能します。

処理の失敗やイベント配信の不完全が発生した場合、システムは処理状況を復元する堅牢なソリューションを提供します。これは `getPlatformContext` ([リクエスト4 または R4](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/83-kueri-purattofmukontekisutowo.md)).

という名前のGraphQLクエリを使用して達成できます。[リクエスト5 または R5](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/17-kueri-soildatasetswo.md)）、投入資材適用データセット（AsAppliedDataset）（[リクエスト5 または R5](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/59-kueri-asapplieddatasetswo.md)）、および YieldDataset（[リクエスト5 または R5](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/16-kueri-yielddatasetswo.md)).

<figure><img src="/files/3c9a9427a39c014efbd4f979ccb51605bf628ff4" alt=""><figcaption><p>最後に、GeoPard APIの利用者は、属性統計、詳細な属性情報、レンダリングに関するURLやその他の詳細、使用された機械との接続など、アップロードされたデータセットのすべての詳細を取得できます。これにより、土壌データセット（SoilDatasets）の包括的な理解に必要な全範囲のデータが確保されます。</p></figcaption></figure>


---

# 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/4-dtasettowoappurdo.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.
