Landsat图像并排的串联

发布于 2025-01-28 05:33:46 字数 101 浏览 4 评论 0 原文

我的兴趣区域由两条路径和单行(WRS2 Path-138,Row-45)组成,我想从两个路径中加入两个场景,并根据给定的几何多边形夹紧所需的区域,并将剪切的图像保存在Google驱动器上。

My interest area is consisting of two path and single row(WRS2 path-138, row-45), I want to concatenate two scenes from two path and clip the desired area according to given geometric polygon and saved the clipped image on google drive.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

活泼老夫 2025-02-04 05:33:46

使用“ .filterBounds()”函数,.mosaic()“降低和“ .clip()”是可能的快捷方式。

“ .filterbounds()”功能假装仅用于对“触摸” de of感兴趣区域的图像进行过滤-ROI,“ .mosaic()”将减少整个图像(注意基于堆栈的结构)的堆ee.image对象,用于剪辑的对象使用ee.image上的函数“ .clip”。

检查代码:

Using the ".filterBounds()" function, ".mosaic()" reduction, and ".clip()" is a possible shortcut.

The ".filterBounds()" function pretends to filter only for images with "touch" de Region of Interest - ROI, the ".mosaic()" will reduce the entire pile of images (attention to the stack based structure) to only one ee.Image object, for clipping use the function ".clip" over an ee.Image.

Check the code:
https://code.earthengine.google.com/59a6e7e175307a164094a3335574f7b4

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文