> 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/it/documentazione-api/diagrammi-con-flussi-di-base/6.-genera-zonesmap.md).

# 6. Genera ZonesMap

Il diagramma in questione descrive il processo di generazione di una ZonesMap utilizzando vari livelli di dati, come Immagini Satellitari ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/3.-query-ottieni-satelliteimages.md)), Set di Dati del Suolo ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/17.-query-ottieni-soildatasets.md)), Set di Dati AsApplied ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/59.-query-ottieni-asapplieddatasets.md)), Set di Dati di Resa ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/16.-query-ottieni-yielddatasets.md)), e Topografia ([Richiesta 1 o R1](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/15.-query-ottieni-topographymap.md)) utilizzando GeoPard.

La generazione della ZonesMap è un'operazione asincrona. Inizia con una richiesta di esecuzione, alla quale vengono restituiti identificatori univoci (UUID) come risposta ([Richiesta 2 o R2](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/9.-mutation-genera-zonesmap-in-modo-asincrono.md)). Questi UUID collegano la richiesta ai processi e ai risultati successivi.

Successivamente, il consumer dell'API GeoPard attende la consegna di un evento di sottoscrizione GraphQL che contiene gli UUID collegati ([Richiesta 3 o R3](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/1.-sottoscrizione-ottieni-eventi.md)). Questo evento segnala il completamento della generazione della ZonesMap e indica che i dati sono pronti per il recupero.

Infine, il consumer dell'API GeoPard può recuperare i dettagli sulla ZonesMap generata ([Richiesta 4 o R4](/geopard-tutorials/it/documentazione-api/panoramica-delle-richieste-api-geopard/6.-query-ottieni-zonesmaps.md)). Questo include metadati, URL per il rendering, distribuzione statistica e geometrie, fornendo una panoramica completa della ZonesMap generata.

**NOTA**: ZonesMap è l'alias di `VectorAnalysisMap` nell'evento di sottoscrizione in `TreeNodeEntity` enum.

<figure><img src="/files/71046bc7d2cfd6201515190bc0ccdae6a12eb5bb" alt=""><figcaption><p>Diagramma di sequenza: Generare ZonesMap</p></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/it/documentazione-api/diagrammi-con-flussi-di-base/6.-genera-zonesmap.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.
