ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

Google Earth Engine——300米的空间分辨率提供了2010年地面和地下生物质碳密度的时间一致性和统一的全球地图,地面生物量地图整合了针对土地覆盖的木质、草原、耕地和苔原生物量的遥感

2021-11-28 15:34:14  阅读:310  来源: 互联网

标签:Engine density cover 地图 biomass 生物量 carbon 2010


This dataset provides temporally consistent and harmonized global maps of aboveground and belowground biomass carbon density for the year 2010 at a 300-m spatial resolution. The aboveground biomass map integrates land-cover specific, remotely sensed maps of woody, grassland, cropland, and tundra biomass. Input maps were amassed from the published literature and, where necessary, updated to cover the focal extent or time period. The belowground biomass map similarly integrates matching maps derived from each aboveground biomass map and land-cover specific empirical models. Aboveground and belowground maps were then integrated separately using ancillary maps of percent tree cover and landcover and a rule-based decision tree. Maps reporting the accumulated uncertainty of pixel-level estimates are also provided.

Provider's note: The WCMC carbon biomass dataset represents conditions between 1982 and 2010 depending on land cover type. The relative patterns of carbon stocks are well represented with this dataset. The NASA/ORNL carbon biomass dataset represents biomass conditions for 2010, with uncertainty estimates at the pixel-level. Additional biomass of non-dominant land cover types are represented within each pixel. For more detailed information, please refer to the papers describing each dataset: WCMC (Soto-Navarro et al. 2020) and NASA/ORNL (Spawn et al. 2020)

该数据集以300米的空间分辨率提供了2010年地面和地下生物质碳密度的时间一致性和统一的全球地图。地面生物量地图整合了针对土地覆盖的木质、草原、耕地和苔原生物量的遥感地图。输入的地图是从已发表的文献中收集的,并在必要时更新以覆盖重点范围或时间段。地下生物量地图同样整合了从每个地上生物量地图和土地覆盖特定经验模型中得到的匹配地图。然后,利用树木覆盖率和土地覆盖率的辅助地图和基于规则的决策树,分别整合地上和地下地图。还提供了报告像素级估计的累积不确定性的地图。

提供者的说明:WCMC碳生物量数据集代表了1982年至2010年的情况,取决于土地覆盖类型。该数据集很好地体现了碳储量的相对模式。NASA/ORNL碳生物量数据集代表了2010年的生物量状况,在像素级有不确定性估计。每个像素内都有非主要土地覆盖类型的额外生物量。更详细的信息,请参考描述每个数据集的论文。WCMC(Soto-Navarro等人,2020)和NASA/ORNL(Spawn等人,2020)。

.

Dataset Availability

2010-01-01T00:00:00 - 2010-12-31T00:00:00

Dataset Provider

NASA ORNL DAAC at Oak Ridge National Laboratory

Collection Snippet

ee.ImageCollection("NASA/ORNL/biomass_carbon_density/v1")

Resolution

300 meters

Bands Table

NameDescriptionMin*Max*Units
agbAboveground living biomass carbon stock density of combined woody and herbaceous cover in 2010. This includes carbon stored in living plant tissues that are located above the earth’s surface (stems, bark, branches, twigs). This does not include leaf litter or coarse woody debris that were once attached to living plants but have since been deposited and are no longer living.0129Mg C/ha
agb_uncertaintyUncertainty of estimated aboveground living biomass carbon density of combined woody and herbaceous cover in 2010. Uncertainty represents the cumulative standard error that has been propagated through the harmonization process using summation in quadrature.085Mg C/ha
bgbBelowground living biomass carbon stock density of combined woody and herbaceous cover in 2010. This includes carbon stored in living plant tissues that are located below the earth’s surface (roots). This does not include dead and/or dislocated root tissue, nor does it include soil organic matter.057Mg C/ha
bgb_uncertaintyUncertainty of estimated belowground living biomass carbon density of combined woody and herbaceous cover in 2010. Uncertainty represents the cumulative standard error that has been propagated through the harmonization process using summation in quadrature.037Mg C/ha

* = Values are estimated

数据引用:

Spawn, S.A., Sullivan, C.C., Lark, T.J. et al. Harmonized global maps of above and belowground biomass carbon density in the year 2010. Sci Data 7, 112 (2020). https://doi.org/10.1038/s41597-020-0444-4

Spawn, S.A., and H.K. Gibbs. 2020. Global Aboveground and Belowground Biomass Carbon Density Maps for the Year 2010. ORNL DAAC, Oak Ridge, Tennessee, USA.Global Aboveground and Belowground Biomass Carbon Density Maps for the Year 2010, https://doi.org/10.3334/ORNLDAAC/1763

代码:

var dataset = ee.ImageCollection("NASA/ORNL/biomass_carbon_density/v1");

var visualization = {
  bands: ['agb'],
  min: -50.0,
  max: 80.0,
  palette: ['d9f0a3', 'addd8e', '78c679', '41ab5d', '238443', '005a32']
};

Map.setCenter(-60.0, 7.0, 4);

Map.addLayer(dataset, visualization, "Aboveground biomass carbon");

标签:Engine,density,cover,地图,biomass,生物量,carbon,2010
来源: https://blog.csdn.net/qq_31988139/article/details/120576258

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

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

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

ICode9版权所有