Open Earth Engine Library (OEEL)——oeel.FeatureCollection.fromList(...)
📅 2026/7/9 8:01:56
👁️ 阅读次数
📝 编程学习
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
编程学习
技术分享
实战经验