Google Earth Engine APP(GEE)——一个简单的NDVI/EVI区域时序变化情况chart图表

我们这里展示一个简单的NDVI和EVI区域统计情况,主要是展示长时序的变化情况,但是代码会出现一些错误,我们这里看看代码的错误提示:

Line 51: No features contain non-null values of "system:time_start".


Line 51: No images in the collection intersect the specified regions.

这里我们重新回顾一下函数:

Map.drawingTools()

Returns the Map's drawing tools, which can be used to create and edit shapes on the map.

返回地图的绘图工具,可用于在地图上创建和编辑形状。

No arguments.

Returns: ui.Map.DrawingTools

setShown(shown)

Sets the visibility of the layer.

Returns this map layer.

Arguments:

this:ui.map.abstractlayer (ui.Map.AbstractLayer):

The ui.Map.AbstractLayer instance.

shown (Boolean, option

猜你喜欢

转载自blog.csdn.net/qq_31988139/article/details/128648296