当前位置:网站首页>Google Earth engine (GEE) -- 1975 dataset of Landsat global land survey
Google Earth engine (GEE) -- 1975 dataset of Landsat global land survey
2022-07-07 02:39:00 【This star is bright】
Recently, I found a giant cow's artificial intelligence learning website : Preface – A course of bed length artificial intelligence
1975 Global land survey (GLS) Is from Landsat Multispectral scanner (MSS) Global image collection . Most scenes are composed of Landsat 1-3 stay 1972-1983 Obtained in .Landsat 1-3 Some blanks in the data have been Landsat 4-5 stay 1982-1987 Filled by the scenes acquired during the years . The data contains 4 A spectral band : green 、 Red 、NIR Band and SWIR Band . In a typical false color display , The image is displayed in red , Because it is displayed in red NIR The band highlights the vegetation .
Dataset availability
1972-07-25T00:00:00Z–1983-02-20T00:00:00( We can choose 1972-1983 All the effects of the year , You can also use this data NDVI Calculation , Other indexes cannot be calculated for the time being , Because there are few bands , Only 4 Band )
Data set provider
Earth engine fragment
ee.ImageCollection("LANDSAT/GLS1975")
The resolution of the
60 rice
Band : It is worth noting that there are only 4 Band , It's red 、 Happy color 、 Near infrared and short wave infrared bands ,
full name | wavelength | describe |
---|---|---|
10 | 500-600 nanometer | Green |
20 | 600-700 nanometer | Red |
30 | 700-800 nanometer | The near infrared |
40 | 800-1100 nanometer | Shortwave infrared |
Code :
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');
Terms of use
Landsat Datasets are data created by the federal government , Therefore, it is in the public domain , Can be used without copyright restrictions 、 Transfer or reproduction .
Confirmation or credit from the U.S. Geological Survey as a data source should be provided by including a line of text references , As shown below .
( product 、 Images 、 Photo or dataset name ) Provided by the United States Geological Survey
Example :Landsat-7 The picture is provided by the U.S. Geological Survey
About correct quotation and confirmation USGS More details about products , see also USGS Visual recognition system guide .
GLS 1975 The picture is provided by the U.S. Geological Survey
result
边栏推荐
- 普通测试年薪15w,测试开发年薪30w+,二者差距在哪?
- CDB PDB user rights management
- widerperson数据集转化为YOLO格式
- MySQL
- What management points should be paid attention to when implementing MES management system
- Argo workflows source code analysis
- postgresql之整體查詢大致過程
- 1--新唐nuc980 NUC980移植 UBOOT,从外部mx25l启动
- AWS学习笔记(一)
- Planning and design of double click hot standby layer 2 network based on ENSP firewall
猜你喜欢
Five reasons for clothing enterprises to deploy MES management system
Lombok makes the pit of ⽤ @data and @builder at the same time
[unity notes] screen coordinates to ugui coordinates
服装企业部署MES管理系统的五个原因
Data connection mode in low code platform (Part 1)
Hash table and full comments
压缩 js 代码就用 terser
Niuke programming problem -- double pointer of 101 must be brushed
MATLB|具有储能的经济调度及机会约束和鲁棒优化
[paper reading | deep reading] rolne: improving the quality of network embedding with structural role proximity
随机推荐
Rethinking of investment
Unity custom webgl packaging template
B站6月榜单丨飞瓜数据UP主成长排行榜(哔哩哔哩平台)发布!
GEE升级,可以实现一件run tasks
Lombok makes the pit of ⽤ @data and @builder at the same time
A new path for enterprise mid Platform Construction -- low code platform
Integerset of PostgreSQL
[node learning notes] the chokidar module realizes file monitoring
所谓的消费互联网仅仅只是做行业信息的撮合和对接,并不改变产业本身
安全巡检的工作
NuScenes数据集关于Radar数据的统计
Douban average 9 x. Five God books in the distributed field!
STM32 project -- Topic sharing (part)
Apifox, is your API interface document rolled up like this?
安德鲁斯—-多媒体编程
unity中跟随鼠标浮动的面板,并可以自适应文字内容的大小
一本揭秘字节万台节点ClickHouse背后技术实现的白皮书来了!
[C # notes] use file stream to copy files
The so-called consumer Internet only matches and connects industry information, and does not change the industry itself
postgresql之整體查詢大致過程