Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zwraca funkcję Reducer, która oblicza liczbę różnych danych wejściowych, ignorując wartości null. W odpowiednich przypadkach nazwa danych wyjściowych to „count”.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["This reducer calculates the number of unique, non-null inputs."],["The output is named \"count\" and represents the distinct input count."],["It is used within the Earth Engine environment and has no input arguments."]]],["This documentation describes a reducer, `ee.Reducer.countDistinctNonNull()`, which calculates the number of unique, non-null input values. The reducer operates without any arguments and outputs a `Reducer` object. The key action is counting distinct values, excluding nulls. When provided, the default output name for the result of this calculation will be \"count\".\n"]]