1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > Google Earth Engine(GEE)——将shp文件导出到Google硬盘中

Google Earth Engine(GEE)——将shp文件导出到Google硬盘中

时间:2020-05-16 17:54:56

相关推荐

Google Earth Engine(GEE)——将shp文件导出到Google硬盘中

本案例将一个自己圈定的shp文件导出来:

这个函数是要求你得把自己圈定的点线面,转化为矢量集合

ee.FeatureCollection(args, column)

FeatureCollections can be constructed from the following arguments:

A string: assumed to be the name of a collection.

A single geometry.

A single feature.

A list of features.

A GeoJSON FeatureCollection

A computed object: reinterpreted as a collection.

Arguments:

args (ComputedObject|Feature|FeatureCollection|Geometry|List<Object>|Number|String):

The constructor arguments.

column (String, optional):

The name of the geometry column to use. Only useful when working with a named collection.

Returns: FeatureCollection

Export.table.toDrive(collection, description, folder, fileNamePrefix, fileFormat, selectors, maxVertices)

创建一个批处理任务,将FeatureCollection作

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。