Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[[["\u003cp\u003eReturns a Reducer that calculates the number of runs of distinct, non-null input values.\u003c/p\u003e\n"],["\u003cp\u003eThe output of the reducer is named "count".\u003c/p\u003e\n"],["\u003cp\u003eIt takes no arguments and is used with Earth Engine.\u003c/p\u003e\n"]]],["The `ee.Reducer.countRuns()` function generates a Reducer that calculates the number of distinct, non-null input runs. The output is labeled \"count.\" This function does not require any arguments and returns a Reducer object that can be used in Earth Engine computations. The main action is generating the reducer that later computes the number of distinct input runs.\n"],null,["Returns a Reducer that computes the number of runs of distinct, non-null inputs. Where applicable, the output name is \"count\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ee.Reducer.countRuns()` | Reducer |\n\n**No arguments.**"]]