Google Earth Engine(GEE)——将shp文件导出到Google硬盘中
【摘要】
本案例将一个自己圈定的shp文件导出来:
这个函数是要求你得把自己圈定的点线面,转化为矢量集合
ee.FeatureCollection(args, column) FeatureCollections can be constructed from the following arguments:
A string: assum...
本案例将一个自己圈定的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作
文章来源: blog.csdn.net,作者:此星光明,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/126560081
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
作者其他文章
评论(0)