# 7. ग्रिडेड डेटा डाउनलोड करें

निम्नलिखित दो आरेख यह दर्शाने का उद्देश्य रखते हैं कि GeoPard से विभिन्न डेटा सेट (SatelliteImage, SoilDataset, AsAppliedDataset, YieldDataset) को कैसे प्राप्त किया जाए `GEOJSON` या `GEOTIFF` स्वरूपों में **ग्रिडेड** तरीके से।

नीचे दिया गया आरेख SatelliteImage को ग्रिडेड डेटा के रूप में प्राप्त करने की प्रक्रिया को दिखाता है। [यहाँ](/geopard-tutorials/in/product-tour-web-app/export-download/geotiff-geojson.md) GeoPard उपयोगकर्ता इंटरफ़ेस ट्यूटोरियल के लिए एक लिंक है जो प्रदान की गई सामग्री को विस्तार से समझाता है। निर्यात ऑपरेशन एक विशेष SatelliteImage के चयन के साथ शुरू होता है ([अनुरोध 1 या R1](/geopard-tutorials/in/api/geopard-api-3/3.-satelliteimages.md)), जिसके बाद sourceDataUrl ([अनुरोध 2 या R2](https://docs.geopard.tech/geopard-tutorials/in/api/diagrams-with-basic-flows/pages/5366c8cde18b428706cdf5111d8b57c24cdb6aea#1.-request-a-file-to-export)) बनाने की प्रक्रिया आरंभ की जाती है। एक बार यह URL जनरेट हो जाने पर, API उपभोक्ता सीधे इस URL से फ़ाइल डाउनलोड कर सकते हैं ([अनुरोध 3 या R3](https://docs.geopard.tech/geopard-tutorials/in/api/diagrams-with-basic-flows/pages/5366c8cde18b428706cdf5111d8b57c24cdb6aea#2.-download-the-generated-file)).

<figure><img src="/files/b508867c630ebb733af185471d1a8ec97636db1b" alt=""><figcaption><p>क्रमानुक्रम आरेख: SatelliteImage के ग्रिडेड डेटा को डाउनलोड करना</p></figcaption></figure>

नीचे दिया गया आरेख पहले आरेख में वर्णित प्रक्रिया की प्रतिकृति है, लेकिन यह SoilDataset, AsAppliedDataset और YieldDataset पर लागू होता है। इन डेटा सेटों को प्राप्त करने और निर्यात करने के कदम SatelliteImage के लिए वर्णित चरणों के समान हैं: Dataset की मेटा जानकारी हासिल करें और आगे डाउनलोड के लिए URL जनरेशन को ट्रिगर करें।

<figure><img src="/files/4c3055bc4fc89d3dba683d4d7b20c29024cc2001" alt=""><figcaption><p>क्रमानुक्रम आरेख: Dataset के ग्रिडेड डेटा को डाउनलोड करना</p></figcaption></figure>

SoilDataset के लिए दस्तावेज़ीकरण: [अनुरोध 4 या R4](/geopard-tutorials/in/api/geopard-api-3/17.-soildatasets.md), [अनुरोध 5 या R5](https://docs.geopard.tech/geopard-tutorials/in/api/diagrams-with-basic-flows/pages/c701f839e226a7d7c7975031f9634038b0e2af2b#1.-request-a-file-to-export), [अनुरोध 6 या R6](https://docs.geopard.tech/geopard-tutorials/in/api/diagrams-with-basic-flows/pages/c701f839e226a7d7c7975031f9634038b0e2af2b#2.-download-the-generated-file). \
AsAppliedDataset के लिए दस्तावेज़ीकरण: [अनुरोध 4 या R4](/geopard-tutorials/in/api/geopard-api-3/59.-asapplieddatasets.md), [अनुरोध 5 या R5](https://docs.geopard.tech/geopard-tutorials/in/api/diagrams-with-basic-flows/pages/e0fd5dabc599ede0f807027fd8f01ea1f577f70f#1.-request-a-file-to-export), [अनुरोध 6 या R6](https://docs.geopard.tech/geopard-tutorials/in/api/diagrams-with-basic-flows/pages/e0fd5dabc599ede0f807027fd8f01ea1f577f70f#2.-download-the-generated-file). \
YieldDataset के लिए दस्तावेज़ीकरण: [अनुरोध 4 या R4](/geopard-tutorials/in/api/geopard-api-3/16.-yielddatasets.md),[ अनुरोध 5 या R5](https://docs.geopard.tech/geopard-tutorials/in/api/diagrams-with-basic-flows/pages/0807f0b0568e9905c5f3a6f03bce16d283268ace#1.-request-a-file-to-export), [अनुरोध 6 या R6](https://docs.geopard.tech/geopard-tutorials/in/api/diagrams-with-basic-flows/pages/0807f0b0568e9905c5f3a6f03bce16d283268ace#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/in/api/diagrams-with-basic-flows/7..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.
