Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Reducer.minMax
Stay organized with collections
Save and categorize content based on your preferences.
Returns a Reducer that computes the minimum and maximum of its inputs. Where applicable, the outputs are named: "min", "max".
Usage | Returns | ee.Reducer.minMax() | Reducer |
No arguments.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["\u003cp\u003eReturns a Reducer that calculates the minimum and maximum values of input data.\u003c/p\u003e\n"],["\u003cp\u003eOutputs, when available, are labeled as "min" and "max" respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe reducer is initiated using \u003ccode\u003eee.Reducer.minMax()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis reducer function does not require any arguments.\u003c/p\u003e\n"]]],["The `ee.Reducer.minMax()` function creates a Reducer that calculates the minimum and maximum values from its input data. The output of this Reducer includes the minimum value, labeled \"min\", and the maximum value, labeled \"max\". It does not require any input arguments and returns a Reducer object.\n"],null,["# ee.Reducer.minMax\n\nReturns a Reducer that computes the minimum and maximum of its inputs. Where applicable, the outputs are named: \"min\", \"max\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------|---------|\n| `ee.Reducer.minMax()` | Reducer |\n\n**No arguments.**"]]