Google Earth Engine(GEE)——欧洲区域LST、TPW和FVC、B10数据展示和下载
【摘要】
注:这个数据集中只有单景影像可以尝试
代码:
/*Author: Sofia Ermida (sofia.ermida@ipma.pt; @ermida_sofia)This code is free and open. By using this code and any data derived with it, you agr...
注:这个数据集中只有单景影像可以尝试
代码:
-
/*
-
Author: Sofia Ermida (sofia.ermida@ipma.pt; @ermida_sofia)
-
This code is free and open.
-
By using this code and any data derived with it,
-
you agree to cite the following reference
-
in any publications derived from them:
-
Ermida, S.L., Soares, P., Mantas, V., Göttsche, F.-M., Trigo, I.F., 2020.
-
Google Earth Engine open-source code for Land Surface Temperature estimation from the Landsat series.
-
Remote Sensing, 12 (9), 1471; https://doi.org/10.3390/rs12091471
-
Example 1:
-
This example shows how to compute Landsat LST from Landsat-8 over Coimbra
-
This corresponds to the example images shown in Ermida et al. (2020)
-
-
*/
-
var geometry = /* color: #d63000 */ee.Geometry.Polygon(
-
[[[-8.91, 40.4],
-
[-8.91, 40],
-
[-6.630078124999998, 40.025243378744314],
-
[-6.498242187499998, 40.53790583776488]]]);
-
// link to the code that computes the Landsat L
文章来源: blog.csdn.net,作者:此星光明2021年博客之星云计算Top3,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/qq_31988139/article/details/123168781
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)