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-25 UTC."],[[["The `reset` method replaces all elements in a `ui.data.ActiveList` with a new list, or removes all elements if no new list is provided."],["It returns the elements present in the list after the reset operation."],["The method can be called on a `ui.data.ActiveList` instance using `Linker.reset(list)`."],["An optional 'list' argument of type List can be provided to specify the new elements."]]],["The function `reset` replaces all elements within an `ActiveList` instance with a new list. If no new list is provided, it removes all existing elements. It operates on an `ActiveList` object and accepts an optional list of elements as its argument. The function returns the `ActiveList` containing the elements after the reset operation has been completed.\n"]]