# 7. Download Gridded Data

The two following diagrams aim to illustrate how to fetch various datasets (SatelliteImage, SoilDataset, AsAppliedDataset, YieldDataset) from GeoPard in either `GEOJSON` or `GEOTIFF` formats in a **gridded** manner.

The diagram below demonstrates the process for fetching a SatelliteImage as gridded data. [HERE](/geopard-tutorials/product-tour-web-app/export-download/satellite-imagery-export-as-geotiff-or-geojson.md) is a link to the GeoPard user interface tutorial that explains the delivered content in detail. The export operation initiates with the selection of a specific SatelliteImage for export ([Request 1 or R1](/geopard-tutorials/api-docs/geopard-api-requests-overview/3.-query-get-satelliteimages.md)), followed by triggering the creation of a sourceDataUrl ([Request 2 or R2](https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/pages/HpwdelWLV5QhoLVX7RlV#1.-request-a-file-to-export)). Once this URL is generated, API consumers can download the file directly from this URL ([Request 3 or R3](https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/pages/HpwdelWLV5QhoLVX7RlV#2.-download-the-generated-file)).

<figure><img src="/files/AOOse4LocCaYtyxO46aY" alt=""><figcaption><p>Sequence diagram: Download Gridded Data of the SatelliteImage</p></figcaption></figure>

The diagram below mirrors the process outlined in the first diagram, but it applies to SoilDataset, AsAppliedDataset, and YieldDataset. The steps for fetching and exporting these datasets are identical to those described for the SatelliteImage: fetch meta information of the Dataset and trigger a generation of the URL for further download.

<figure><img src="/files/psqMBMEfpMHuqEusuA16" alt=""><figcaption><p>Sequence diagram: Download Gridded Data of the Dataset</p></figcaption></figure>

Documentation for SoilDataset: [Request 4 or R4](/geopard-tutorials/api-docs/geopard-api-requests-overview/17.-query-get-soildatasets.md), [Request 5 or R5](https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/pages/jqXS3URi1ZRdb8NI178V#1.-request-a-file-to-export), [Request 6 or R6](https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/pages/jqXS3URi1ZRdb8NI178V#2.-download-the-generated-file). \
Documentation for AsAppliedDataset: [Request 4 or R4](/geopard-tutorials/api-docs/geopard-api-requests-overview/59.-query-get-asapplieddatasets.md), [Request 5 or R5](https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/pages/FZxPUgbAea9KAycSuG5a#1.-request-a-file-to-export), [Request 6 or R6](https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/pages/FZxPUgbAea9KAycSuG5a#2.-download-the-generated-file). \
Documentation for YieldDataset: [Request 4 or R4](/geopard-tutorials/api-docs/geopard-api-requests-overview/16.-query-get-yielddatasets.md),[ Request 5 or R5](https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/pages/mzgJlpDcmxkGH4t5kXPz#1.-request-a-file-to-export), [Request 6 or R6](https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/pages/mzgJlpDcmxkGH4t5kXPz#2.-download-the-generated-file).


---

# Agent Instructions: 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:

```
GET https://docs.geopard.tech/geopard-tutorials/api-docs/diagrams-with-basic-flows/7.-download-gridded-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
