Open Earth Engine Library (OEEL)——oeel.FeatureCollection.fromList(...)
oeel.FeatureCollection.fromList(...)
oeel.FeatureCollection.fromList(list, propertyName)fromList.Convert a List into a FeatureCollection 将一个列表转换成一个特征集合
这是个非常使用的功能
Arguments:
list*ee.ListThe list 列表参数propertyName*ee.String|stringThe property name. If empty string then it assumes a list of the dictionary. 属性名称。如果是空字符串,那么它假定是一个字典的列表。
Return:
Returnee.FeatureCollection
