सूचना: जिन गैर-व्यावसायिक प्रोजेक्ट के लिए Earth Engine को 15 अप्रैल, 2025 से पहले रजिस्टर किया गया है उन्हें ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल से जुड़ी ज़रूरी शर्तों की पुष्टि करनी होगी. अगर आपने 26 सितंबर, 2025 तक पुष्टि नहीं की, तो आपके ऐक्सेस को होल्ड पर रखा जा सकता है.
क्षेत्र में बैंड वैल्यू को इकट्ठा करने के लिए रिड्यूसर. इससे एक ही वैल्यू मिलनी चाहिए. डिफ़ॉल्ट रूप से, ee.Reducer.mean() का इस्तेमाल किया जाता है.
scale
नंबर, ज़रूरी नहीं
मीटर में, क्षेत्र को छोटा करने वाले टूल के साथ इस्तेमाल करने के लिए स्केल.
yearReducer
रिड्यूसर, ज़रूरी नहीं
साल भर के लिए, किसी खास दिन की बैंड वैल्यू को इकट्ठा करने वाला रिड्यूसर. इससे एक ही वैल्यू मिलनी चाहिए. डिफ़ॉल्ट रूप से, ee.Reducer.mean() का इस्तेमाल किया जाता है.
seriesProperty
स्ट्रिंग, ज़रूरी नहीं
सीरीज़ के लेबल के लिए इस्तेमाल की जाने वाली, opt_regions में मौजूद सुविधाओं की प्रॉपर्टी. डिफ़ॉल्ट रूप से, यह 'system:index' पर सेट होती है.
startDay
नंबर, ज़रूरी नहीं
सीरीज़ शुरू करने के लिए साल का दिन. यह वैल्यू 1 से 366 के बीच होनी चाहिए.
endDay
नंबर, ज़रूरी नहीं
सीरीज़ खत्म होने की तारीख. यह वैल्यू, startDay और 366 के बीच होनी चाहिए.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],["This function generates a chart from an ImageCollection, plotting band values across different regions and days of the year. It requires an `imageCollection`, `bandName`, and `regions`. It aggregates band values within regions using `regionReducer` and across years using `yearReducer`. The x-axis represents the day of the year (`startDay` to `endDay`), and the y-axis displays the reduced band value. Regions are represented as separate series, identified by `seriesProperty`. The function returns a `ui.Chart`.\n"]]