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."],[[["The `List.swap` method exchanges elements within a list based on their positions."],["Positions can be specified using positive or negative integers, with negative values counting backwards from the end of the list."],["The method modifies the original list and returns the updated list."]]],["The `List.swap` function exchanges elements within a list based on their positions. It accepts two integer arguments, `pos1` and `pos2`, representing the positions of the elements to be swapped. Negative positions are interpreted as offsets from the end of the list. The function modifies the list in place and returns the updated list. It takes the list as input and requires two integer position inputs.\n"]]