공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ui.Chart.image.doySeriesByRegion
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
ImageCollection에서 차트를 생성합니다. 각 연중일의 여러 지역에서 지정된 밴드의 파생 값을 표시합니다.
- X축: 연중일 (startDay~endDay, 기본값은 1~366)
- Y축: 파생된 대역 값 (지역 내 및 연도에 걸쳐 감소됨)
- 계열: 지역
차트를 반환합니다.
사용 | 반환 값 |
---|
ui.Chart.image.doySeriesByRegion(imageCollection, bandName, regions, regionReducer, scale, yearReducer, seriesProperty, startDay, endDay) | ui.Chart |
인수 | 유형 | 세부정보 |
---|
imageCollection | ImageCollection | 차트로 표시할 ImageCollection입니다. |
bandName | 숫자|문자열 | 차트로 표시할 밴드의 이름입니다. |
regions | Feature|FeatureCollection|Geometry|List<Feature>|List<Geometry> | 축소할 영역입니다. |
regionReducer | 감소기(선택사항) | 리전 내에서 대역 값을 집계하는 리듀서입니다. 단일 값을 반환해야 합니다. 기본값은 ee.Reducer.mean()입니다. |
scale | 숫자, 선택사항 | 미터 단위로 지역 리듀서와 함께 사용하도록 조정합니다. |
yearReducer | 감소기(선택사항) | 연도별 밴드 값을 집계하는 리듀서입니다 (특정 연도 내 일). 단일 값을 반환해야 합니다. 기본값은 ee.Reducer.mean()입니다. |
seriesProperty | 문자열, 선택사항 | 계열 라벨에 사용할 opt_regions의 특성입니다. 기본값은 'system:index'입니다. |
startDay | 숫자, 선택사항 | 시리즈를 시작할 연중 날짜입니다. 1~366 사이여야 합니다. |
endDay | 숫자, 선택사항 | 시리즈가 종료되는 날짜(연중 일수)입니다. startDay와 366 사이여야 합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],["This function generates a chart from an ImageCollection, plotting band values across different regions and days of the year. It requires an `imageCollection`, `bandName`, and `regions`. It aggregates band values within regions using `regionReducer` and across years using `yearReducer`. The x-axis represents the day of the year (`startDay` to `endDay`), and the y-axis displays the reduced band value. Regions are represented as separate series, identified by `seriesProperty`. The function returns a `ui.Chart`.\n"],null,[]]