当前位置:网站首页>Google Earth Engine(GEE)——Landsat 9影像全波段影像下载(北京市为例)
Google Earth Engine(GEE)——Landsat 9影像全波段影像下载(北京市为例)
2022-07-02 18:57:00 【此星光明】
本次的主要目的是实现影像全波段的下载,主要目的啊是展示如何下载全波段影像,这里没有进行QA波段去云,如果想要了解去云的话,可以参考以下文章连接:
(103条消息) Google Earth Engine(GEE)——Landsat9的使用和去云分析以青海省为例_此星光明2021年博客之星云计算Top3的博客-CSDN博客
代码:
var table = ee.FeatureCollection("users/bqt2000204051/Beijing");
var dataset = ee.ImageCollection("LANDSAT/LC09/C02/T1_TOA").filterDate("2022-3-1","2022-5-1").filterBounds(table);
var trueColor432 = dataset.select(['B4', 'B3', 'B2']);
var trueColor432Vis = {
min: 0.0,
max: 0.4,
};
//Map.setCenter();
Map.addLayer(trueColor432.mosaic().clip(table), trueColor432Vis, 'True Color (432)')
var landsat=ee.ImageCollection("LANDSAT/LC09/C02/
边栏推荐
- 测试人员如何做不漏测?这7点就够了
- 【实习】解决请求参数过长问题
- Notes on hardware design of kt148a voice chip IC
- AcWing 341. 最优贸易 题解 (最短路、dp)
- 为什么我对流程情有独钟?
- 自動生成VGG圖像注釋文件
- Refactoring: improving the design of existing code (Part 2)
- [译]深入了解现代web浏览器(一)
- AcWing 1129. Heat wave solution (shortest path SPFA)
- AcWing 1127. Sweet butter solution (shortest path SPFA)
猜你喜欢
面试经验总结,为你的offer保驾护航,满满的知识点
蓝牙芯片ble是什么,以及该如何选型,后续技术发展的路径是什么
Educational codeforces round 129 (rated for Div. 2) supplementary problem solution
Build a master-slave mode cluster redis
数据湖(十二):Spark3.1.2与Iceberg0.12.1整合
Notes on hardware design of kt148a voice chip IC
KT148A语音芯片使用说明、硬件、以及协议、以及常见问题,和参考代码
Yes, that's it!
KT148A语音芯片ic的硬件设计注意事项
450 Shenxin Mianjing 1
随机推荐
SQLite 3.39.0 release supports right external connection and all external connection
upload-labs
分享几个图床网址,便于大家分享图片
c语言里怎么设立优先级,细说C语言优先级
AcWing 1129. Heat wave solution (shortest path SPFA)
AcWing 343. Sorting problem solution (Floyd property realizes transitive closure)
AcWing 1131. Saving Private Ryan (the shortest way)
AcWing 1135. 新年好 题解(最短路+搜索)
[NLP] a detailed generative text Abstract classic paper pointer generator
Génération automatique de fichiers d'annotation d'images vgg
Detailed explanation of VBScript (I)
450 Shenxin Mianjing 1
Conscience summary! Jupyter notebook from Xiaobai to master, the nanny tutorial is coming!
Introduction to mongodb chapter 03 basic concepts of mongodb
【Hot100】23. 合并K个升序链表
八年测开经验,面试28K公司后,吐血整理出高频面试题和答案
Notes on hardware design of kt148a voice chip IC
AcWing 181. Turnaround game solution (search ida* search)
AcWing 341. Optimal trade solution (shortest path, DP)
PXE installation "recommended collection"