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 a Earth Engine.
[[["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-26 UTC."],[[["`aggregate_total_sd` calculates the total standard deviation of a specified property across all features within a FeatureCollection."],["It takes a FeatureCollection and the property name as input, returning the total standard deviation as a number."],["This function is useful for understanding the dispersion or variability of a specific property within a dataset, like the capacities of power plants in a region."]]],["The `aggregate_total_sd` function calculates the total standard deviation of a specified property across a FeatureCollection. It takes the collection and the property name as input, returning a numerical value representing the total standard deviation. In practice, you can use the function to calculate the total standard deviation of power plant capacities (MW) in a given Feature Collection, as shown in the provided examples. Both Python and JavaScript code snippets are available.\n"]]