目录
ui.Chart.image.series(imageCollection, region, reducer, scale, xProperty)
简介
GEE教程——利用Landsat TOA数据计算和监测1990-2023年的巢湖水库水体面积
函数
ui.Chart.image.series(imageCollection, region, reducer, scale, xProperty)
Generates a Chart from an ImageCollection. Plots derived values of each band in a region across images. Usually a time series.
-
X-axis: Image, labeled by xProperty value.
-
Y-axis: Band value.
-
Series: Band names.
Returns a chart.
Arguments:
imageCollection (ImageCollection):
An ImageCollection with data to be inc
标签:1990,xProperty,series,Landsat,ImageCollection,imageCollection,Chart,GEE,region From: https://blog.csdn.net/qq_31988139/article/details/143870189