Google earth engine——在线展示动图ui.Thumbnail
导出视频的官方文档:
Export.video.toDrive(collection, description, folder, fileNamePrefix, framesPerSecond, dimensions, region, scale, crs, crsTransform, maxPixels, maxFrames)
Creates a batch task to export an ImageCollection as a video to Drive. The collection must only contain RGB images. Tasks can be started from the Tasks tab. "crsTransform", "scale", and "dimensions" are mutually exclusive.
Arguments:
collection (ImageCollection):
The image collection to export.
description (String, optional):
A human-readable name of the task. Defaults to "myExportVideoTask".
folder (String, optional):
The Google Drive Folder that the export will reside in.
fileNamePrefix (String, optional):
The filename prefix. Defaults to the
文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/118945336
- 点赞
- 收藏
- 关注作者
评论(0)