ICode9

精准搜索请尝试: 精确搜索
首页 > 数据库> 文章详细

Google Earth Engine ——2000年至今Landsat影像红树林数据库

2021-10-10 09:35:12  阅读:253  来源: 互联网

标签:Engine Google Landsat 红树林 2000 using mangrove Giri


The database was prepared using Landsat satellite data from the year 2000. More than 1,000 Landsat scenes obtained from the USGS Earth Resources Observation and Science Center (EROS) were classified using hybrid supervised and unsupervised digital image classification techniques. This database is the first, most comprehensive mangrove assessment of the world (Giri et al., 2011). Partial funding of this research was provided by NASA.

 

The mangrove database is being used for identifying priority areas for mangrove conservation, studying the role of mangrove forests in saving lives and properties from natural disasters (e.g. tsunami), carbon accounting, and biodiversity conservation. The USGS EROS has been using the data to study the impact of sea level rise on mangrove ecosystems. The database serves as a baseline for mangrove monitoring.

General Documentation

该数据库是利用2000年的Landsat卫星数据编制的。使用混合监督和非监督数字图像分类技术对从美国地质调查局地球资源观测和科学中心获得的1000多个Landsat场景进行了分类。这个数据库是世界上第一个最全面的红树林评估(Giri等人,2011)。这项研究的部分资金是由美国国家航空航天局提供的。

该红树林数据库正被用于确定红树林保护的优先区域,研究红树林在自然灾害(如海啸)中拯救生命和财产的作用,碳核算和生物多样性保护。美国地质调查局EROS一直在使用这些数据研究海平面上升对红树林生态系统的影响。该数据库可作为红树林监测的基线。

Dataset Availability

2000-01-01T00:00:00 - 2001-01-01T00:00:00

Dataset Provider

NASA SEDAC at the Center for International Earth Science Information Network

Collection Snippet

ee.ImageCollection("LANDSAT/MANGROVE_FORESTS")

Resolution

30 meters

Bands Table

NameDescription
1Mangroves

Class Table: 1

ValueColorColor ValueDescription
1#d40115Mangroves

使用说明:

This is a work of the U.S. Government and is not subject to copyright protection in the United States. The data may be used by anyone, anywhere, anytime without permission, license or royalty payment. Attribution using the recommended citation is requested.这是美国政府的作品,在美国不受版权保护。任何人都可以在任何时间、任何地点使用这些数据,而不需要得到允许、许可或支付使用费。请使用推荐的引文注明出处。

引用:

Giri, C., E. Ochieng, L.L.Tieszen, Z. Zhu, A. Singh, T. Loveland, J. Masek, and N. Duke. 2013. Global Mangrove Forests Distribution, 2000. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). Global Mangrove Forests Distribution, v1: Land Use and Land Cover (LULC) | SEDAC. Accessed DAY MONTH YEAR

Giri, C., E. Ochieng, L. L. Tieszen, Z. Zhu, A. Singh, T. Loveland, J. Masek, and N. Duke. 2010. Status and Distribution of Mangrove Forests of the World Using Earth Observation Satellite Data. Global Ecology and Biogeography: A Journal of Macroecology 20(1): 154-159. Status and distribution of mangrove forests of the world using earth observation satellite data - Giri - 2011 - Global Ecology and Biogeography - Wiley Online Library


Global Mangrove Forests Distribution, v1: Land Use and Land Cover (LULC) | SEDAC
.

 代码:

var dataset = ee.ImageCollection('LANDSAT/MANGROVE_FORESTS');
var mangrovesVis = {
  min: 0,
  max: 1.0,
  palette: ['d40115'],
};
Map.setCenter(-44.5626, -2.0164, 9);
Map.addLayer(dataset, mangrovesVis, 'Mangroves');

标签:Engine,Google,Landsat,红树林,2000,using,mangrove,Giri
来源: https://blog.csdn.net/qq_31988139/article/details/120456785

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有