# ऑपरेशंस लॉग - त्रुटियाँ/इम्पोर्ट और विश्लेषण ट्रैक करें

### अवलोकन

GeoPard में Operations Log एक समर्पित मॉड्यूल है, जिसे सिस्टम के भीतर खेतों और डेटासेट से जुड़ी सभी operations का हिसाब रखने के लिए बनाया गया है। यह हर operation की स्थिति का पूरा view देता है, जिससे users अपने डेटासेट को असरदार तरीके से monitor और manage कर सकते हैं.

### दिए गए डेटा का उदाहरण

नीचे Operations Log में दिए गए डेटा का एक उदाहरण है:

<figure><img src="/files/8c9806fcbd4fbebe62b4af0287a2c203984623bb" alt=""><figcaption><p>Operations Log page GeoPard clients को सभी imports और analytics track करने, farms और fields के हिसाब से filter करने, और सीधे जुड़े हुए fields और data layers पर जाने की सुविधा देता है</p></figcaption></figure>

###

### Operations Log तक पहुंचना

Operations Log तक पहुंचने के लिए, GeoPard platform के अंदर तय section पर जाएं। या सीधे यहां जाएं: <https://app.geopard.tech/#/operations-log>

### विशेषताएँ

#### फ़िल्टर

Users operations log को इन आधारों पर filter कर सकते हैं:

* **Farm और Field**: इससे users चुने गए farm और field से जुड़ी खास operations देख सकते हैं।
* **समयावधि**: Users एक खास timeframe (जैसे, कोई भी 2 दिन) चुन सकते हैं ताकि उस अवधि में की गई operations देख सकें।

#### Operation Status

Operations Log हर operation की status के बारे में विस्तृत जानकारी देता है, जिसे इस तरह वर्गीकृत किया गया है:

* **प्रगति में**: जो operations अभी चल रही हैं।
* **सफलता**: जो operations सफलतापूर्वक पूरी हो गई हैं।
* **अनदेखा किया गया**: जिन operations को अनदेखा कर दिया गया है।
* **त्रुटि**: जिन operations में errors आई हैं।

#### डेटासेट तक सीधे पहुंच

Operations Log से users हर operation से जुड़े relevant dataset तक सीधे पहुंच सकते हैं, जिससे navigation और management आसान हो जाती है।

#### त्रुटि ट्रैकिंग

GeoPard users को import process के दौरान data में हुई किसी भी error को track करने में मदद करता है, ताकि users हमेशा अपने datasets की health और status से अवगत रहें।

### ट्रैक किए गए डेटा प्रकार

* #### वेक्टर विश्लेषण मानचित्र (ज़ोन मानचित्र)
* #### समीकरण मानचित्र
* #### मृदा डेटासेट
* #### उपज डेटासेट
* #### As-Applied और As-Planted डेटासेट
* #### Elevation
* #### Field Satellite Imagery
* #### Planet Image
* #### Planet Mask (stats और clouds/shadows की गणना के लिए metadata layer)
* #### त्रि-आयामी मानचित्र (3D maps)

### निष्कर्ष

Operations Log GeoPard platform के भीतर एक ज़रूरी tool है, जिसे हर operation और उसकी status के बारे में विस्तृत insights देकर user experience बेहतर बनाने के लिए बनाया गया है, ताकि dataset management असरदार और कुशल बनी रहे।


---

# 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/product-tour-web-app/operations-log-track-errors-imports-and-analytics.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.
