Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del 15 aprile 2025 devono verificare l'idoneità non commerciale per mantenere l'accesso. Se non hai eseguito la verifica entro il 26 settembre 2025, il tuo accesso potrebbe essere sospeso.
Riduttore per l'aggregazione dei valori della banda all'interno della regione. Deve restituire un singolo valore. Il valore predefinito è ee.Reducer.mean().
scale
Numero, facoltativo
Scala da utilizzare con il riduttore di regioni in metri.
yearReducer
Riduttore, facoltativo
Riduttore per l'aggregazione dei valori delle bande nel corso degli anni (per un determinato giorno dell'anno). Deve restituire un singolo valore. Il valore predefinito è ee.Reducer.mean().
seriesProperty
Stringa, facoltativa
Proprietà delle funzionalità in opt_regions da utilizzare per le etichette delle serie. Il valore predefinito è "system:index".
startDay
Numero, facoltativo
Il giorno dell'anno in cui iniziare la serie. Il valore deve essere compreso tra 1 e 366.
endDay
Numero, facoltativo
Giorno dell'anno in cui terminare la serie. Il valore deve essere compreso tra startDay e 366.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]