> 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/ro/documentatie-api/diagrame-cu-fluxuri-de-baza/6.-generati-zonesmap.md).

# 6. Generați ZonesMap

Diagrama în cauză descrie procesul de generare a unui ZonesMap folosind diverse straturi de date, cum ar fi Imagini Satelitare ([Cerere 1 sau R1](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/3.-interogare-obtineti-satelliteimages.md)), SeturiDeDateSol ([Cerere 1 sau R1](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/17.-interogare-obtineti-soildatasets.md)), SetDeDateAplicat ([Cerere 1 sau R1](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/59.-interogare-obtineti-asapplieddatasets.md)), SetDeDateRecoltă ([Cerere 1 sau R1](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/16.-interogare-obtineti-yielddatasets.md)), și Topografie ([Cerere 1 sau R1](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/15.-interogare-obtineti-topographymap.md)) folosind GeoPard.

Generarea ZonesMap este o operațiune asincronă. Începe cu o solicitare de execuție, ca răspuns la care sunt returnate identificatoare unice (UUID) ([Cerere 2 sau R2](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/9.-mutatie-generati-zonesmap-asincron.md)). Aceste UUID-uri leagă cererea de procesele și rezultatele ulterioare.

Următorul pas este ca consumatorul API GeoPard să aștepte livrarea unui eveniment de abonament GraphQL care conține UUID-urile asociate ([Cerere 3 sau R3](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/1.-abonament-obtineti-evenimente.md)). Acest eveniment semnalează finalizarea generării ZonesMap și marchează disponibilitatea datelor pentru preluare.

În final, consumatorul API GeoPard poate prelua detalii despre ZonesMap-ul generat ([Cerere 4 sau R4](/geopard-tutorials/ro/documentatie-api/prezentare-generala-a-cererilor-api-geopard/6.-interogare-obtineti-zonesmaps.md)). Aceasta include metadate, URL-uri pentru randare, distribuție statistică și geometrii, oferind o imagine de ansamblu completă a ZonesMap-ului generat.

**NOTĂ**: ZonesMap este aliasul pentru `VectorAnalysisMap` în evenimentul de abonament din `TreeNodeEntity` enum.

<figure><img src="/files/1e1289b3467d49ba568efbd23897832f960fdb11" alt=""><figcaption><p>Diagramă de secvență: 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/ro/documentatie-api/diagrame-cu-fluxuri-de-baza/6.-generati-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.
