当前位置:网站首页>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/
边栏推荐
- 从20s优化到500ms,我用了这三招
- Shardingsphere jdbc5.1.2 about select last_ INSERT_ ID () I found that there was still a routing problem
- Yes, that's it!
- 定了,就是它!
- KT148A语音芯片ic的硬件设计注意事项
- AcWing 1125. 牛的旅行 题解(最短路、直径)
- AcWing 1131. Saving Private Ryan (the shortest way)
- 解决方案:VS2017 无法打开源文件 stdio.h main.h 等头文件[通俗易懂]
- MySQL table historical data cleaning summary
- 分享几个图床网址,便于大家分享图片
猜你喜欢
浏览器缓存机制概述
数据湖(十二):Spark3.1.2与Iceberg0.12.1整合
励志!大凉山小伙全奖直博!论文致谢看哭网友
自动生成VGG图像注释文件
Set up sentinel mode. Reids and redis leave the sentinel cluster from the node
测试人员如何做不漏测?这7点就够了
KT148A语音芯片ic的用户端自己更换语音的方法,上位机
Introduction to program ape (XII) -- data storage
嵌入式(PLD) 系列,EPF10K50RC240-3N 可编程逻辑器件
Yes, that's it!
随机推荐
开始练习书法
Istio deployment: quickly start microservices,
AcWing 383. Sightseeing problem solution (shortest circuit)
What is the Bluetooth chip ble, how to select it, and what is the path of subsequent technology development
API文档工具knife4j使用详解
Istio部署:快速上手微服务,
Common problems and description of kt148a voice chip IC development
PXE installation "recommended collection"
基于SSM实现网上购物商城系统
解决方案:VS2017 无法打开源文件 stdio.h main.h 等头文件[通俗易懂]
Zabbix5 client installation and configuration
Introduction to program ape (XII) -- data storage
在消费互联网时代,诞生了为数不多的头部平台的话
Workplace four quadrant rule: time management four quadrant and workplace communication four quadrant "suggestions collection"
Motivation! Big Liangshan boy a remporté le prix Zhibo! Un article de remerciement pour les internautes qui pleurent
Data Lake (XII): integration of spark3.1.2 and iceberg0.12.1
Implementation of 453 ATOI function
多端小程序开发有什么好处?覆盖百度小程序抖音小程序微信小程序开发,抢占多平台流量红利
AcWing 342. 道路与航线 题解 (最短路、拓扑排序)
From 20s to 500ms, I used these three methods