# 11. TopographyMap: पूर्ण संख्याओं में ऊँचाई

TopographyMap में निम्नलिखित मॉडल शामिल हैं: `डिजिटल उन्नयन (elevation), हिलशेड, ढलान (slope), पहलू (aspect), राहत स्थिति (relief position), रफनैस (roughness), रग्डनेस (ruggedness)`और उनकी संयोजन। प्रस्तुति खेत स्तर पर सटीक रूप से उपलब्ध है (पिक्सलेटेड नहीं) और सीमा द्वारा क्रॉप की गई है। टोपोग्राफी की गुणवत्ता खेत के स्थान और उपलब्ध सर्वश्रेष्ठ डेटा सेट पर निर्भर करती है (USA, GB, EU, और AU में LIDAR कवर है)। यदि मशीनरी डेटा जैसे उपज/मृदा सेंसर/ऐस-अप्लाइड डेटा सेट में ऊँचाई के गुण मौजूद हों तो TopographyMap उन्हें उपयोग करके बनाया जा सकता है।&#x20;

खेत से संबंधित टोपोग्राफी डेटा लेयर्स स्थित हैं `फ़ील्ड` -> `topographyMaps में` -> `geoMaps` एट्रिब्यूट। प्रत्येक `ज्योमैप` में एक्सेस के बारे में पूरी जानकारी मौजूद होती है `url`रंग कोड, श्रेणियाँ, और लेयर नाम।

<figure><img src="/files/45bf63c3d2340f7ca3dfbd5e5071fd0a344e74ba" alt="" width="563"><figcaption><p>LIDAR उन्नयन (elevation)</p></figcaption></figure>

<figure><img src="/files/1234ae227e6073fd03b2182de504410c9120ee18" alt="" width="563"><figcaption><p>LIDAR ढलान (slope)</p></figcaption></figure>

<figure><img src="/files/60a1defdad3c75f45b814d72d7919619d92649bd" alt="" width="563"><figcaption><p>LIDAR राहत स्थिति (relief position)</p></figcaption></figure>

अनुरोध प्रारूप है [https://api.geopard.tech/geo/map/reflect?TRANSPARENT=true\&BBOX=\<minX,minY,maxX,maxY>\&LAYERS=elevation\_cropped,field\_view\&STYLES=dem\_elevation,crop\_boundary\&SRS=EPSG%3A900913\&WIDTH=512\&env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4\&VIEWPARAMS=uuid:\<field\_uuid>\&CQL\_FILTER=uuid=%27\<topography\_map\_uuid>%27%3Buuid=%27\<field\_uuid>%27\&geopardApiKey=\<geopard\_api\_key>](https://api.geopard.tech/geo/map/reflect?TRANSPARENT=true\&BBOX=)जहाँ इनपुट गुण हैं:

1. `BBOX=<minX,minY,maxX,maxY>` में "Field" का बाउंडिंग बॉक्स (URL एन्कोडेड) होता है जो EPSG:3857 प्रोजेक्शन में है;
2. `STYLES=dem_elevation,crop_boundary` TopographyMap एंटिटी की शैली को पहले गुण के रूप में रखता है, इसके समर्थित मान हैं:

`dem_aspect`

`dem_elevation`&#x20;

`dem_hillshade`

`dem_roughness`

`dem_slope`&#x20;

`dem _tpi`

`dem_tri`

3. `WIDTH=512` आउटपुट छवि का आकार पिक्सेल में दर्शाता है (ठीक संख्या केवल तब महत्वपूर्ण है जब इसे थंबनेल के रूप में उपयोग किया जाए);
4. `env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4` विशेष खेत के लिए ऊँचाई मानों की सीमा को दर्शाता है, विवरण "TopographyMap" -> "geoMaps" -> "classes" में मिलेंगे (नोट: %3B URL में एन्कोडेड ; चिन्ह है);  &#x20;
5. `VIEWPARAMS=uuid:<field_uuid>` में "Field" का UUID शामिल होता है;
6. `CQL_FILTER=uuid=%27<topography_map_uuid>%27%3Buuid=%27<field_uuid>%27` में "Field" और "TopographyMap" के UUIDs शामिल होते हैं (नोट: %27 URL में एन्कोडेड ‘ चिन्ह है);
7. `geopardApiKey=<geopard_api_key>` API Key के जरिए ऑथोराइज़ेशन विकल्प से जुड़ा हुआ है।


---

# 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/geo-endpoints-for-spatial-data-access/wms/11.-topographymap.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.
