三亩地 三亩地SAN MU DI · CODE DIARY
ARTICLE DETAIL

日记详情

真实记录编程学习的某一天,欢迎挑你感兴趣的翻一翻。

Open Earth Engine Library (OEEL)——oeel.FeatureCollection.fromList(...)

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
← 返回列表