当前位置:网站首页>Google Earth Engine(GEE)——Landsat 全球土地调查 1975年数据集
Google Earth Engine(GEE)——Landsat 全球土地调查 1975年数据集
2022-07-06 18:51:00 【此星光明】
最近发现了一个巨牛的人工智能学习网站:前言 – 床长人工智能教程
1975 年全球土地调查 (GLS) 是来自 Landsat 多光谱扫描仪 (MSS) 的全球图像集合。大多数场景是由 Landsat 1-3 在 1972-1983 年获取的。Landsat 1-3 数据中的一些空白已被 Landsat 4-5 在 1982-1987 年间获取的场景所填补。这些数据包含 4 个光谱波段:绿色、红色、NIR 波段和 SWIR 波段。在典型的假色显示中,图像显示为红色,因为显示为红色的 NIR 波段突出了植被。
数据集可用性
1972-07-25T00:00:00Z–1983-02-20T00:00:00(我们可以选择1972-1983年的所有影响,也可以用这个数据进行NDVI计算,其它指数的计算就暂时无法进行了,因为波段本来就少,可用的只有4个波段)
数据集提供者
地球引擎片段
ee.ImageCollection("LANDSAT/GLS1975")
分辨率
60 米
波段:值得注意的是这个波段中仅有4个波段,就是红色、乐色、近红外和短波红外波段,
姓名 | 波长 | 描述 |
---|---|---|
10 | 500-600 纳米 | 绿色的 |
20 | 600-700 纳米 | 红色的 |
30 | 700-800 纳米 | 近红外 |
40 | 800-1100 纳米 | 短波红外线 |
代码:
var dataset = ee.ImageCollection('LANDSAT/GLS1975');
var falseColor = dataset.select(['30', '20', '10']);
var falseColorVis = {
gamma: 1.6,
};
Map.setCenter(44.517, 25.998, 5);
Map.addLayer(falseColor, falseColorVis, 'False Color');
使用条款
Landsat 数据集是联邦政府创建的数据,因此位于公共领域,可以不受版权限制地使用、转让或复制。
应通过包含一行文本引用来提供美国地质调查局作为数据源的确认或信用,如下所示。
(产品、图像、照片或数据集名称)由美国地质调查局提供
示例:Landsat-7 图片由美国地质调查局提供
有关正确引用和确认 USGS 产品的更多详细信息,请参阅 USGS 视觉识别系统指南 。
GLS 1975 图片由美国地质调查局提供
结果
边栏推荐
- 6-6漏洞利用-SSH安全防御
- 企业中台建设新路径——低代码平台
- Lumion 11.0软件安装包下载及安装教程
- unity中跟随鼠标浮动的面板,并可以自适应文字内容的大小
- MetaForce原力元宇宙佛萨奇2.0智能合约系统开发(源码部署)
- How do I dump SoapClient requests for debugging- How to dump SoapClient request for debug?
- 解密函数计算异步任务能力之「任务的状态及生命周期管理」
- ODBC database connection of MFC windows programming [147] (with source code)
- 压缩 js 代码就用 terser
- Chang'an chain learning notes - certificate model of certificate research
猜你喜欢
postgresql之整体查询大致过程
[paper reading | deep reading] graphsage:inductive representation learning on large graphs
C#/VB.NET 删除Word文檔中的水印
Linear list --- circular linked list
Lidar: introduction and usage of ouster OS
Processing image files uploaded by streamlit Library
Web3's need for law
【森城市】GIS数据漫谈(二)
Draco - glTF模型压缩利器
Application analysis of face recognition
随机推荐
leetcode:5. 最长回文子串【dp + 抓着超时的尾巴】
CSDN 夏令营课程 项目分析
Word wrap when flex exceeds width
老板被隔离了
Infrared camera: juge infrared mag32 product introduction
Apifox,你的API接口文档卷成这样了吗?
Go swagger use
人脸识别应用解析
Lumion 11.0 software installation package download and installation tutorial
Introduction to FLIR blackfly s industrial camera
Chang'an chain learning notes - certificate model of certificate research
投资的再思考
The empirical asset pricing package (EAP) can be installed through pypi
How can reinforcement learning be used in medical imaging? A review of Emory University's latest "reinforcement learning medical image analysis", which expounds the latest RL medical image analysis co
Why am I warned that the 'CMAKE_ TOOLCHAIN_ FILE' variable is not used by the project?
TiFlash 源码阅读(四)TiFlash DDL 模块设计及实现分析
Leetcode:minimum_depth_of_binary_tree解决问题的方法
Douban average 9 x. Five God books in the distributed field!
Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
Recent applet development records