공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.Reducer.max
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
(첫 번째) 입력의 최댓값을 출력하는 리듀서를 만듭니다. numInputs가 1보다 큰 경우 추가 입력의 해당 값도 출력합니다.
사용 | 반환 값 |
---|
ee.Reducer.max(numInputs) | 감소기 |
인수 | 유형 | 세부정보 |
---|
numInputs | 정수, 기본값: 1 | 입력 수입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eThis reducer determines the maximum value of its primary input.\u003c/p\u003e\n"],["\u003cp\u003eIf specified with \u003ccode\u003enumInputs\u003c/code\u003e greater than 1, it also returns the corresponding values from the other input bands at the location of the maximum value.\u003c/p\u003e\n"],["\u003cp\u003eUse \u003ccode\u003eee.Reducer.max()\u003c/code\u003e to create an instance of this reducer, optionally specifying the number of inputs to consider.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.max\n\nCreates a reducer that outputs the maximum value of its (first) input. If numInputs is greater than one, also outputs the corresponding values of the additional inputs.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| `ee.Reducer.max(`*numInputs*`)` | Reducer |\n\n| Argument | Type | Details |\n|-------------|---------------------|-----------------------|\n| `numInputs` | Integer, default: 1 | The number of inputs. |"]]