Funkcja redukująca do agregowania wartości pasm w regionie. Musi zwracać jedną wartość. Domyślnie jest to ee.Reducer.mean().
scale
Numer, opcjonalny
Skala do użycia z reduktorem regionu w metrach.
yearReducer
Ograniczenie (opcjonalnie)
Funkcja redukująca do agregowania wartości pasm w różnych latach (dla danego dnia roku). Musi zwracać jedną wartość. Domyślnie jest to ee.Reducer.mean().
seriesProperty
Ciąg znaków, opcjonalnie
Właściwość funkcji w opt_regions, która ma być używana na potrzeby etykiet serii. Domyślna wartość to „system:index”.
startDay
Numer, opcjonalny
Dzień roku, w którym ma się rozpocząć seria. Wartość musi mieścić się w przedziale od 1 do 366.
endDay
Numer, opcjonalny
Dzień roku, w którym kończy się seria. Musi mieścić się w przedziale od startDay do 366.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-08 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"]]