Stay organized with collections
Save and categorize content based on your preferences.
Creates a reducer that outputs the minimum value of its (first) input. If numInputs is greater than one, also outputs the corresponding values of the additional inputs.
[[["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."],[[["Computes the minimum value of the primary input and returns it as the output."],["If `numInputs` is specified and greater than 1, the reducer also outputs the corresponding values of the additional inputs associated with the minimum value of the primary input."],["The reducer is created using `ee.Reducer.min()` and accepts an optional `numInputs` argument to specify the number of inputs to consider."]]],[]]