Google Earth Engine(GEE)——给矢量添加时间属性(解决方案)含错误的添加方式

原始代码链接:

https://code.earthengine.google.com/5bd81da9c0315fe2e509c0fd31c74c96

但为此我得到了错误 -

Error: Unable to use a collection in an algorithm that requires a feature or image. This may happen when trying to use a collection of collections where a collection of features is expected; use flatten, or map a function to convert inner collections to features. Use clipToCollection (instead of clip) to clip an image to a collection. (Error code: 3)

错误:无法在需要特征或图像的算法中使用集合。这可能发生在尝试使用集合的集合时,其中集合的特征是预期的;使用展平或映射函数将内部集合转换为特征。使用 clipToCollection(而不是 clip)将图像剪辑到集合中。 (错误代码:3)

原始代码:

// var AOI = ee.Geometry.Point(96.13322,16.90731);
var AOI

你可能感兴趣的:(GEE错误集,gee,date,属性,时间,error)