当前位置:网站首页>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 图片由美国地质调查局提供
结果
边栏推荐
- Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
- Lumion 11.0 software installation package download and installation tutorial
- ODBC database connection of MFC windows programming [147] (with source code)
- 老板被隔离了
- 所谓的消费互联网仅仅只是做行业信息的撮合和对接,并不改变产业本身
- String or binary data will be truncated
- 猿桌派第三季开播在即,打开出海浪潮下的开发者新视野
- Ali yunyili: how does yunyuansheng solve the problem of reducing costs and improving efficiency?
- Pgadmin4 of PostgreSQL graphical interface tool
- unity 自定义webgl打包模板
猜你喜欢
阿里云中间件开源往事
C#/VB.NET 删除Word文檔中的水印
Alibaba cloud middleware open source past
压缩 js 代码就用 terser
建議收藏!!Flutter狀態管理插件哪家强?請看島上碼農的排行榜!
Tiflash source code reading (IV) design and implementation analysis of tiflash DDL module
Linear list --- circular linked list
Lombok同时使⽤@Data和@Builder 的坑
FLIR blackfly s usb3 industrial camera: how to use counters and timers
老板被隔离了
随机推荐
unity中跟随鼠标浮动的面板,并可以自适应文字内容的大小
安全巡检的工作
Schedulx v1.4.0 and SaaS versions are released, and you can experience the advanced functions of cost reduction and efficiency increase for free!
【Unity】升级版·Excel数据解析,自动创建对应C#类,自动创建ScriptableObject生成类,自动序列化Asset文件
pgpool-II和pgpoolAdmin的使用
Douban average 9 x. Five God books in the distributed field!
The empirical asset pricing package (EAP) can be installed through pypi
Recommended collection!! Which is the best flutter status management plug-in? Please look at the ranking list of yard farmers on the island!
What to do when encountering slow SQL? (next)
MySQL
如何从0到1构建32Core树莓派集群
Processing image files uploaded by streamlit Library
新一代云原生消息队列(一)
压缩 js 代码就用 terser
人脸识别应用解析
B站6月榜单丨飞瓜数据UP主成长排行榜(哔哩哔哩平台)发布!
Compress JS code with terser
CSDN 夏令营课程 项目分析
Rethinking of investment
[unity] upgraded version · Excel data analysis, automatically create corresponding C classes, automatically create scriptableobject generation classes, and automatically serialize asset files