在Colab中创建Sentinel2 NDVI时间序列图?

2024-09-29 22:04:00 发布

您现在位置:Python中文网/ 问答频道 /正文

Python中以下语法的等价物是什么:

ui.Chart.image.doySeriesByYear({
               imageCollection: collection, 
               bandName: 'NDVI', 
               region: forest, 
               regionReducer: ee.Reducer.mean(), 
               scale: 500});

Tags: imageuichart语法meanregioneecollection

热门问题