前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Google Earth Engine ——2000年至今Landsat影像红树林数据库

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

作者头像
此星光明
发布2024-02-02 10:27:31
1290
发布2024-02-02 10:27:31
举报

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

Name

Description

1

Mangroves

Class Table: 1

Value

Color

Color Value

Description

1

#d40115

Mangroves

使用说明:

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 .

代码:

代码语言:javascript
复制
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');
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2024-02-01,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
数据库
云数据库为企业提供了完善的关系型数据库、非关系型数据库、分析型数据库和数据库生态工具。您可以通过产品选择和组合搭建,轻松实现高可靠、高可用性、高性能等数据库需求。云数据库服务也可大幅减少您的运维工作量,更专注于业务发展,让企业一站式享受数据上云及分布式架构的技术红利!
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档