> 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/nl/api-documentatie/diagrammen-met-basisstromen/8.-originele-data-downloaden.md).

# 8. Originele data downloaden

Het onderstaande diagram geeft het proces weer voor het ophalen van de originele (zoals geüpload) gegevens van SoilDataset, AsAppliedDataset en YieldDataset.

De workflow begint met het selecteren van een specifiek dataset voor export. Vervolgens wordt het aanmaken van een originDataUrl gestart ([Aanvraag 2 of R2](/geopard-tutorials/nl/api-documentatie/overzicht-van-geopard-api-verzoeken/80.-query-originele-data-ophalen.md)). In tegenstelling tot het gerasterde formaat dat wordt weergegeven door sourceDataUrl, zijn de originele gegevens van de dataset beschikbaar in originDataUrl. Zodra deze URL is gegenereerd, kan de API-consument het bestand dat aan deze URL is gekoppeld direct downloaden ([Aanvraag 3 of R3](https://docs.geopard.tech/geopard-tutorials/nl/api-documentatie/diagrammen-met-basisstromen/pages/21af4fb5c246c11160d3f5446368be04399b43ad#4.-download-the-generated-file)).

<figure><img src="/files/d745843de1c926161f54cdb0bcde7d2ff06eed5c" alt=""><figcaption><p>Sequentiediagram: Download originele gegevens van de dataset</p></figcaption></figure>

Documentatie voor SoilDataset: [Aanvraag 1 of R1](/geopard-tutorials/nl/api-documentatie/overzicht-van-geopard-api-verzoeken/17.-query-soildatasets-ophalen.md), [Aanvraag 2 of R2](https://docs.geopard.tech/geopard-tutorials/nl/api-documentatie/diagrammen-met-basisstromen/pages/21af4fb5c246c11160d3f5446368be04399b43ad#1.-sample-for-soildataset).\
Documentatie voor AsAppliedDataset: [Aanvraag 1 of R1](/geopard-tutorials/nl/api-documentatie/overzicht-van-geopard-api-verzoeken/59.-query-asapplieddatasets-ophalen.md), [Aanvraag 2 of R2](https://docs.geopard.tech/geopard-tutorials/nl/api-documentatie/diagrammen-met-basisstromen/pages/21af4fb5c246c11160d3f5446368be04399b43ad#3.-sample-for-asapplieddataset). \
Documentatie voor YieldDataset: [Aanvraag 1 of R1](/geopard-tutorials/nl/api-documentatie/overzicht-van-geopard-api-verzoeken/16.-query-yielddatasets-ophalen.md), [Aanvraag 2 of R2](https://docs.geopard.tech/geopard-tutorials/nl/api-documentatie/diagrammen-met-basisstromen/pages/21af4fb5c246c11160d3f5446368be04399b43ad#2.-sample-for-yielddataset).


---

# 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/nl/api-documentatie/diagrammen-met-basisstromen/8.-originele-data-downloaden.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.
