> 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/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/4.-kachvane-na-nabori-ot-danni-soil-or-asapplied-or-yield.md).

# 4. Качване на набори от данни Soil | AsApplied | Yield

Дадената диаграма визуално описва процеса на качване на набори от данни за Почва, Прилагано и Добив в системата GeoPard.

Качването на файлове се извършва чрез предварително подписани S3 URL адреси и е разделено на две отделни стъпки: получаване на подробности за предварително подписания URL ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/55.-kachvane-na-zip-failove-nad-6-mb.md#step1)) и действително качване на файла ([Заявка 2 или R2](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/55.-kachvane-na-zip-failove-nad-6-mb.md#step2)). Този механизъм предлага повишена сигурност и позволява качване на големи файлове над 6MB.

Следващият етап включва слушане на GraphQL абонаменти, конкретно за `ВЪВЕЖДАНЕ` и `ПРОМЯНА` събития ([Заявка 3 или R3](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/1.-abonament-poluchavane-na-sbitiya.md)). Тези събития служат като известия за статусите на обработка на набора от данни.

В случай на неуспех при обработката или непълна доставка на събития, системата предоставя надеждно решение за възстановяване на статусите на обработка. Това може да се постигне чрез GraphQL заявка на име `getPlatformContext` ([Заявка 4 или R4](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/83.-zayavka-sbirane-na-kontekst-na-platformata.md)).

Накрая, потребителят на GeoPard API може да извлече всички подробности за качения набор от данни, които включват статистики за атрибутите, подробни данни за атрибутите, URL адреси и други детайли за визуализация, връзки със използваната техника и други. Това осигурява пълен набор от данни за цялостно разбиране на SoilDatasets ([Заявка 5 или R5](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/17.-zayavka-poluchavane-na-soildatasets.md)), AsAppliedDataset ([Заявка 5 или R5](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/59.-zayavka-poluchavane-na-asapplieddatasets.md)), и YieldDataset ([Заявка 5 или R5](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/16.-zayavka-poluchavane-na-yielddatasets.md)).

<figure><img src="/files/8ac03c210d7f90be2c30e5079b8b43fac7040027" alt=""><figcaption><p>Диаграма на последователността: Качване на набор от данни</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/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/4.-kachvane-na-nabori-ot-danni-soil-or-asapplied-or-yield.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.
