ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.Chart.image.doySeries
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি চিত্র সংগ্রহ থেকে একটি চার্ট তৈরি করে। প্লট বছরের প্রতিটি দিনের জন্য একটি অঞ্চলে প্রতিটি ব্যান্ডের মান প্রাপ্ত করে।
- X-অক্ষ: বছরের দিন (শুরু থেকে শেষদিন, ডিফল্ট 1 থেকে 366 পর্যন্ত)।
- Y-অক্ষ: প্রাপ্ত ব্যান্ড মান (অঞ্চলের মধ্যে এবং বছর জুড়ে হ্রাস)।
- সিরিজ: ব্যান্ডের নাম।
একটি চার্ট প্রদান করে।
ব্যবহার | রিটার্নস | ui.Chart.image.doySeries(imageCollection, region , regionReducer , scale , yearReducer , startDay , endDay ) | ui.চার্ট |
যুক্তি | টাইপ | বিস্তারিত | imageCollection | ইমেজ কালেকশন | চার্টে চিত্র সংগ্রহ। |
region | বৈশিষ্ট্য|ফিচার সংগ্রহ|জ্যামিতি, ঐচ্ছিক | কমাতে হবে অঞ্চল। ইমেজ সংগ্রহে সমস্ত জ্যামিতির মিলন ডিফল্ট। |
regionReducer | হ্রাসকারী, ঐচ্ছিক | অঞ্চলের মধ্যে ব্যান্ড মান একত্রিত করার জন্য হ্রাসকারী। একটি একক মান ফেরত দিতে হবে। ডিফল্ট ee.Reducer.mean()। |
scale | নম্বর, ঐচ্ছিক | মিটারে অঞ্চল হ্রাসকারীর সাথে ব্যবহার করার জন্য স্কেল। |
yearReducer | হ্রাসকারী, ঐচ্ছিক | একত্রিত অঞ্চলের জন্য রিডুসার রিডুসার আউটপুট সারা বছর ধরে (একটি নির্দিষ্ট দিনের জন্য)। একটি একক মান ফেরত দিতে হবে। ডিফল্ট ee.Reducer.mean()। |
startDay | নম্বর, ঐচ্ছিক | সিরিজ শুরুর দিন। 1 এবং 366 এর মধ্যে হতে হবে। |
endDay | নম্বর, ঐচ্ছিক | বছরের শেষ দিন সিরিজ শেষ। স্টার্টডে এবং 366 এর মধ্যে হতে হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eGenerates a chart displaying the derived values of each band in a specified region for every day of the year.\u003c/p\u003e\n"],["\u003cp\u003eThe chart uses day of the year as the X-axis, derived band values as the Y-axis, and separate series for each band name.\u003c/p\u003e\n"],["\u003cp\u003eUsers can customize the region, data aggregation methods, and the time range displayed on the chart.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eui.Chart.image.doySeries\u003c/code\u003e function is used to create this type of chart within the Google Earth Engine platform.\u003c/p\u003e\n"]]],["This function creates a chart from an ImageCollection, plotting derived band values for each day of the year. It reduces values within a specified region using `regionReducer` (defaulting to mean) and across years with `yearReducer` (also defaulting to mean). The x-axis represents the day of the year (from `startDay` to `endDay`), the y-axis represents the derived band values, and the series represents band names. Users provide an ImageCollection and optional region, reducers, scale, and day range.\n"],null,["# ui.Chart.image.doySeries\n\n\u003cbr /\u003e\n\nGenerates a Chart from an ImageCollection. Plots derived values of each band in a region for a each day of the year.\n\n\u003cbr /\u003e\n\n- X-axis: Day of year (startDay to endDay, defaults to 1 to 366).\n\n- Y-axis: Derived band value (reduced within the region and across years).\n\n- Series: Band names.\n\nReturns a chart.\n\n| Usage | Returns |\n|---------------------------------------------------------------------------------------------------------------------------------------|----------|\n| `ui.Chart.image.doySeries(imageCollection, `*region* `, `*regionReducer* `, `*scale* `, `*yearReducer* `, `*startDay* `, `*endDay*`)` | ui.Chart |\n\n| Argument | Type | Details |\n|-------------------|------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `imageCollection` | ImageCollection | The ImageCollection to chart. |\n| `region` | Feature\\|FeatureCollection\\|Geometry, optional | The region to reduce. Defaults to the union of all geometries in the image collection. |\n| `regionReducer` | Reducer, optional | Reducer for aggregating band values within the region. Must return a single value. Defaults to ee.Reducer.mean(). |\n| `scale` | Number, optional | Scale to use with the region reducer in meters. |\n| `yearReducer` | Reducer, optional | Reducer for aggregating regionReducer outputs across years (for a given day). Must return a single value. Defaults to ee.Reducer.mean(). |\n| `startDay` | Number, optional | Day of year to start the series. Must be between 1 and 366. |\n| `endDay` | Number, optional | Day of year to end the series. Must be between startDay and 366. |"]]