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."],[[["This function transforms the elements of an input array into unsigned 16-bit integers."],["It operates on each element individually, ensuring every value is converted."],["The function returns a new array containing the converted values, maintaining the original array's structure."],["It accepts one argument, the input array, which can hold any data type."]]],["The `Array.uint16()` function casts each element of an input array to an unsigned 16-bit integer. It operates element-wise, transforming each value within the input array. The function accepts a single argument, which is the input array itself. The function returns a new array containing the converted unsigned 16-bit integers.\n"]]