> 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/de/api-dokumentation/diagramme-mit-grundlegenden-ablaufen/4.-boden-or-as-applied-or-ertragsdatensatze-hochladen.md).

# 4. Boden-|As-Applied-|Ertragsdatensätze hochladen

Das Diagramm zeigt visualisiert den Upload-Prozess für Boden-, AsApplied- und Ertragsdatensätze innerhalb des GeoPard-Systems.

Der Datei-Upload erfolgt über S3-pre-signierte URLs und ist in zwei getrennte Schritte unterteilt: das Empfangen der Details der pre-signierten URL ([Anfrage 1 oder R1](/geopard-tutorials/de/api-dokumentation/ubersicht-der-geopard-api-anfragen/55.-zip-dateien-hochladen-uber-6-mb.md#step1)) und den eigentlichen Datei-Upload ([Anfrage 2 oder R2](/geopard-tutorials/de/api-dokumentation/ubersicht-der-geopard-api-anfragen/55.-zip-dateien-hochladen-uber-6-mb.md#step2)). Dieser Mechanismus bietet erhöhte Sicherheit und ermöglicht das Hochladen großer Dateien über 6 MB.

Die nächste Phase beinhaltet das Abhören von GraphQL-Subscriptions, speziell für `EINFÜGEN` und `ÄNDERN` Ereignisse ([Anfrage 3 oder R3](/geopard-tutorials/de/api-dokumentation/ubersicht-der-geopard-api-anfragen/1.-subscription-ereignisse-abrufen.md)). Diese Ereignisse dienen als Benachrichtigungen über den Verarbeitungsstatus der Datensätze.

Im Falle eines Verarbeitungsfehlers oder unvollständiger Ereigniszustellung bietet das System eine robuste Lösung zur Wiederherstellung der Verarbeitungsstatus. Dies kann mithilfe einer GraphQL-Abfrage mit dem Namen `getPlatformContext` ([Anfrage 4 oder R4](/geopard-tutorials/de/api-dokumentation/ubersicht-der-geopard-api-anfragen/83.-abfrage-plattformkontext-erfassen.md)).

Abschließend kann der GeoPard-API-Client alle Details des hochgeladenen Datensatzes abrufen, einschließlich Attributstatistiken, umfassender Attributdetails, URLs und weiterer Rendering-Informationen, Verbindungen zu verwendeten Maschinen und mehr. Dies stellt ein vollständiges Datenspektrum für ein umfassendes Verständnis der Boden-Datasets sicher ([Anfrage 5 oder R5](/geopard-tutorials/de/api-dokumentation/ubersicht-der-geopard-api-anfragen/17.-abfrage-soildatasets-abrufen.md)), AsApplied-Datensatz ([Anfrage 5 oder R5](/geopard-tutorials/de/api-dokumentation/ubersicht-der-geopard-api-anfragen/59.-abfrage-asapplieddatasets-abrufen.md)), und YieldDataset ([Anfrage 5 oder R5](/geopard-tutorials/de/api-dokumentation/ubersicht-der-geopard-api-anfragen/16.-abfrage-yielddatasets-abrufen.md)).

<figure><img src="/files/cf6fd56c4279b458e6060471d8e31d8b8c75fb6c" alt=""><figcaption><p>Sequenzdiagramm: Datensatz hochladen</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/de/api-dokumentation/diagramme-mit-grundlegenden-ablaufen/4.-boden-or-as-applied-or-ertragsdatensatze-hochladen.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.
