Soil organic carbon content in x 5 g / kg at 6 standard depths (0, 10, 30, 60, 100 and 200 cm) at 250 m resolution
Predicted from a global compilation of soil points. Processing steps are described in detail here . Antartica is not included.
To access and visualize maps outside of Earth Engine, use this page.
If you discover a bug, artifact or inconsistency in the LandGIS maps or if you have a question please use the following channels:
- Technical issues and questions about the code
 - General questions and comments
 
6个标准深度(0、10、30、60、100和200厘米)的土壤有机碳含量,单位为x 5 g/kg,分辨率为250米
从全球的土壤点汇编中预测出来的。这里详细描述了处理步骤。南极洲不包括在内。
要访问和可视化地球引擎之外的地图,请使用这个页面。
如果您在LandGIS地图中发现了错误、人工制品或不一致的地方,或者您有问题,请使用以下渠道。
关于代码的技术问题和疑问
 一般问题和评论
Dataset Availability
1950-01-01T00:00:00 - 2018-01-01T00:00:00
Dataset Provider
EnvirometriX Ltd
Collection Snippet
ee.Image("OpenLandMap/SOL/SOL_ORGANIC-CARBON_USDA-6A1C_M/v02")
Resolution
250 meters
Bands Table
Name  | Description  | Min*  | Max*  | Units  | Scale  | 
b0  | Soil organic carbon content at 0 cm depth  | 0  | 120  | g / kg  | 5  | 
b10  | Soil organic carbon content at 10 cm depth  | 0  | 120  | g / kg  | 5  | 
b30  | Soil organic carbon content at 30 cm depth  | 0  | 120  | g / kg  | 5  | 
b60  | Soil organic carbon content at 60 cm depth  | 0  | 120  | g / kg  | 5  | 
b100  | Soil organic carbon content at 100 cm depth  | 0  | 120  | g / kg  | 5  | 
b200  | Soil organic carbon content at 200 cm depth  | 0  | 120  | g / kg  | 5  | 
* = Values are estimated
数据引用:
Tomislav Hengl, & Ichsani Wheeler. (2018). Soil organic carbon content in x 5 g / kg at 6 standard depths (0, 10, 30, 60, 100 and 200 cm) at 250 m resolution (Version v02) [Data set]. Zenodo. 10.5281/zenodo.1475457
Soil organic carbon content in x 5 g / kg at 6 standard depths (0, 10, 30, 60, 100 and 200 cm) at 250 m resolution | Zenodo
代码:
var dataset = ee.Image("OpenLandMap/SOL/SOL_ORGANIC-CARBON_USDA-6A1C_M/v02");
var visualization = {
bands: ['b0'],
min: 0.0,
max: 120.0,
palette: [
"ffffa0","f7fcb9","d9f0a3","addd8e","78c679","41ab5d",
"238443","005b29","004b29","012b13","00120b",
]
};
Map.centerObject(dataset);
Map.addLayer(dataset, visualization, "Soil organic carbon content in x 5 g / kg");











