当前位置:网站首页>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 图片由美国地质调查局提供
结果
边栏推荐
- 【论文阅读|深读】 GraphSAGE:Inductive Representation Learning on Large Graphs
- Lombok makes the pit of ⽤ @data and @builder at the same time
- 阿里云易立:云原生如何破解企业降本提效难题?
- 如何从0到1构建32Core树莓派集群
- Lumion 11.0 software installation package download and installation tutorial
- leetcode:736. Lisp 语法解析【花里胡哨 + 栈 + 状态enumaotu + slots】
- #yyds干货盘点# 解决名企真题:最大差值
- This week's hot open source project!
- Sensor: DS1302 clock chip and driver code
- [C # notes] use file stream to copy files
猜你喜欢
Lidar: introduction and usage of ouster OS
本周 火火火火 的开源项目!
B站6月榜单丨飞瓜数据UP主成长排行榜(哔哩哔哩平台)发布!
postgresql之integerset
Douban average 9 x. Five God books in the distributed field!
阿里云易立:云原生如何破解企业降本提效难题?
[unity] upgraded version · Excel data analysis, automatically create corresponding C classes, automatically create scriptableobject generation classes, and automatically serialize asset files
15million employees are easy to manage, and the cloud native database gaussdb makes HR office more efficient
This week's hot open source project!
Go swagger use
随机推荐
Draco - glTF模型压缩利器
Jacob Steinhardt, assistant professor of UC Berkeley, predicts AI benchmark performance: AI has made faster progress in fields such as mathematics than expected, but the progress of robustness benchma
遇到慢SQL该怎么办?(下)
4--新唐nuc980 挂载initramfs nfs文件系统
一本揭秘字节万台节点ClickHouse背后技术实现的白皮书来了!
【论文阅读|深读】 GraphSAGE:Inductive Representation Learning on Large Graphs
【论文阅读|深读】ANRL: Attributed Network Representation Learning via Deep Neural Networks
[unity notes] screen coordinates to ugui coordinates
#夏日挑战赛#数据库学霸笔记(下)~
本周 火火火火 的开源项目!
MySQL
What to do when encountering slow SQL? (next)
企业中台建设新路径——低代码平台
Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
纽约大学 CITIES 研究中心招聘理学硕士和博士后
Introduction to the internal structure of the data directory of PostgreSQL
MySQL
Tiflash source code reading (IV) design and implementation analysis of tiflash DDL module
3 -- Xintang nuc980 kernel supports JFFS2, JFFS2 file system production, kernel mount JFFS2, uboot network port settings, and uboot supports TFTP
云原生混部最后一道防线:节点水位线设计