# 6. ZonesMapを生成

問題の図は、衛星画像などのさまざまなデータ層を使用して ZonesMap を生成するプロセスを概説しています（[リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/3-kueri-satelliteimageswo.md)）、土壌データセット（[リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/17-kueri-soildatasetswo.md)）、投入資材適用データセット（AsAppliedDataset）（[リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/59-kueri-asapplieddatasetswo.md)）、収量データセット（[リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/16-kueri-yielddatasetswo.md)）、および地形（[リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/15-kueri-topographymapwo.md)）を GeoPard を用いて利用します。

ZonesMap の生成は非同期操作です。処理は実行要求から始まり、要求に対して一意の識別子（UUID）が応答として返されます（[リクエスト2 または R2](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/9-mutation-zonesmapwo.md)）。これらの UUID は要求をその後の処理および結果に紐づけます。

次に、GeoPard API の利用者は、紐づけられた UUID を含む GraphQL サブスクリプションイベントの配信を待ちます（[リクエスト3 または R3](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/1-sabusukuripushon-ibentowo.md)）。このイベントは ZonesMap 生成の完了を示し、データの取得準備が整ったことを知らせます。

最後に、GeoPard API の利用者は生成された ZonesMap の詳細を取得できます（[リクエスト4 または R4](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/6-kueri-zonesmapswo.md)）。これにはメタデータ、レンダリング用の URL、統計的分布、およびジオメトリが含まれ、生成された ZonesMap の包括的な概要を提供します。

**注**：ZonesMap は `VectorAnalysisMap` という別名（エイリアス）で `TreeNodeEntity` 列挙型（enum）内のサブスクリプションイベントに表示されます。

<figure><img src="/files/bec41049758732e25d3d4e01e1debe203f1523ca" alt=""><figcaption><p>シーケンス図：ZonesMap を生成する</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/6-zonesmapwo.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.
