Anúncio: todos os projetos não comerciais registrados para usar o Earth Engine antes de 15 de abril de 2025 precisam verificar a qualificação não comercial para manter o acesso ao Earth Engine.
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Um contêiner semelhante a uma matriz para dados usados em componentes de UI.
Quando uma ui.data.ActiveList (por exemplo, Map.layers()) é atualizada, o componente a que ela pertence também é atualizado. Por exemplo, Map.layers().add(myLayer) adiciona myLayer como uma camada no mapa.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-07-08 UTC."],[[["`ui.data.ActiveList` acts as a container for data used by UI components."],["Changes to an `ActiveList` directly update the associated UI component, like adding a layer to a map with `Map.layers().add()`."],["It's initialized using `ui.data.ActiveList(list)` where `list` is an optional initial data list."]]],["`ui.data.ActiveList` is an array-like container that, when updated, triggers updates in its associated UI component. It can be initialized with a list. Actions like adding to the `ActiveList` directly reflect in the UI. For instance, `Map.layers().add(myLayer)` adds a layer to the map. The constructor `ui.data.ActiveList(list)` creates an `ActiveList` object, and it allows the input parameter list, which is an optional list used to initialize the container.\n"]]