Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
Hàm giảm để tổng hợp các giá trị dải tần trong khu vực. Phải trả về một giá trị duy nhất. Giá trị mặc định là ee.Reducer.mean().
scale
Số, không bắt buộc
Tỷ lệ sử dụng với bộ giảm khu vực (tính bằng mét).
yearReducer
Tấm dốc, không bắt buộc
Hàm giảm để tổng hợp các giá trị dải trên các năm (cho một ngày nhất định trong năm). Phải trả về một giá trị duy nhất. Giá trị mặc định là ee.Reducer.mean().
seriesProperty
Chuỗi, không bắt buộc
Thuộc tính của các đối tượng trong opt_regions sẽ được dùng cho nhãn của chuỗi. Mặc định là "system:index".
startDay
Số, không bắt buộc
Ngày trong năm để bắt đầu chuỗi. Phải nằm trong khoảng từ 1 đến 366.
endDay
Số, không bắt buộc
Ngày trong năm để kết thúc chuỗi. Phải nằm trong khoảng từ startDay đến 366.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["Generates a chart that visualizes the temporal variation of a specific band's value within different regions throughout a year, derived from an ImageCollection."],["The chart displays the day of year on the x-axis, the derived band value on the y-axis, and uses separate series to represent different regions."],["Users can customize the chart by specifying the band, regions, aggregation methods (reducers) for both region and year, scale, series labels, and the start and end days of the year to be included."]]],["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"]]