Khối lượng riêng của đất (đất mịn) 10 x kg / m3 ở 6 độ sâu tiêu chuẩn (0, 10, 30, 60, 100 và 200 cm) ở độ phân giải 250 m.
Các bước xử lý được mô tả chi tiết tại đây.
Không bao gồm Nam Cực.
Để truy cập và hình dung bản đồ bên ngoài Earth Engine, hãy sử dụng trang này.
Nếu bạn phát hiện thấy lỗi, hiện tượng bất thường hoặc điểm không nhất quán trong bản đồ LandGIS hoặc nếu bạn có câu hỏi, vui lòng sử dụng các kênh sau:
Tomislav Hengl. (2018). Khối lượng riêng của đất (đất mịn) 10 x kg / m3 ở 6 độ sâu tiêu chuẩn (0, 10, 30, 60, 100 và 200 cm) ở độ phân giải 250 m (Phiên bản v02) [Tập dữ liệu]. Zenodo.
10.5281/zenodo.1475970
Khối lượng riêng của đất (đất mịn) 10 x kg / m3 ở 6 độ sâu tiêu chuẩn (0, 10, 30, 60, 100 và 200 cm) ở độ phân giải 250 m. Các bước xử lý được mô tả chi tiết tại đây. Không bao gồm Nam Cực. Để truy cập và hình dung bản đồ bên ngoài Earth Engine, hãy sử dụng trang này. Nếu …
[null,null,[],[[["\u003cp\u003eThis dataset provides soil bulk density (fine earth) estimates at six standard depths (0, 10, 30, 60, 100, and 200 cm).\u003c/p\u003e\n"],["\u003cp\u003eThe data is available at a 250-meter resolution and covers the period from 1950 to 2018, excluding Antarctica.\u003c/p\u003e\n"],["\u003cp\u003eBulk density is expressed in kg/m³ and can be visualized and accessed through Google Earth Engine and OpenGeohub.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is provided by EnvirometriX Ltd and is licensed under CC-BY-SA-4.0.\u003c/p\u003e\n"],["\u003cp\u003eUsers can find technical support and report issues through dedicated channels on GitLab and Disqus.\u003c/p\u003e\n"]]],[],null,["# OpenLandMap Soil Bulk Density\n\nDataset Availability\n: 1950-01-01T00:00:00Z--2018-01-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [EnvirometriX Ltd](https://doi.org/10.5281/zenodo.1475970)\n\nTags\n:\n [density](/earth-engine/datasets/tags/density) [envirometrix](/earth-engine/datasets/tags/envirometrix) [opengeohub](/earth-engine/datasets/tags/opengeohub) [openlandmap](/earth-engine/datasets/tags/openlandmap) [soil](/earth-engine/datasets/tags/soil) \nbulk \n\n#### Description\n\nSoil bulk density (fine earth) 10 x kg / m^3^ at 6 standard\ndepths (0, 10, 30, 60, 100 and 200 cm) at 250 m resolution.\n\nProcessing steps are described in detail [here](https://gitlab.com/openlandmap/global-layers/LandGISmaps/tree/master/soil).\nAntarctica is not included.\n\nTo access and visualize maps outside of Earth Engine, use [this page](https://opengeohub.org/about-openlandmap).\n\nIf you discover a bug, artifact or inconsistency in the LandGIS maps\nor if you have a question please use the following channels:\n\n- [Technical issues and questions about the code](https://gitlab.com/openlandmap/global-layers/issues)\n- [General questions and comments](https://disqus.com/home/forums/landgis/)\n\n### Bands\n\n\n**Pixel Size**\n\n250 meters\n\n**Bands**\n\n| Name | Units | Min | Max | Scale | Pixel Size | Description |\n|--------|---------|-----|-------|-------|------------|-----------------------------------|\n| `b0` | kg/m\\^3 | 5\\* | 185\\* | 10 | meters | Soil bulk density at 0 cm depth |\n| `b10` | kg/m\\^3 | 5\\* | 185\\* | 10 | meters | Soil bulk density at 10 cm depth |\n| `b30` | kg/m\\^3 | 5\\* | 185\\* | 10 | meters | Soil bulk density at 30 cm depth |\n| `b60` | kg/m\\^3 | 5\\* | 185\\* | 10 | meters | Soil bulk density at 60 cm depth |\n| `b100` | kg/m\\^3 | 5\\* | 185\\* | 10 | meters | Soil bulk density at 100 cm depth |\n| `b200` | kg/m\\^3 | 5\\* | 185\\* | 10 | meters | Soil bulk density at 200 cm depth |\n\n\\* estimated min or max value\n\n### Terms of Use\n\n**Terms of Use**\n\n[CC-BY-SA-4.0](https://spdx.org/licenses/CC-BY-SA-4.0.html)\n\n### Citations\n\nCitations:\n\n- Tomislav Hengl. (2018). Soil bulk density (fine earth) 10 x kg / m-cubic at 6 standard depths (0, 10, 30, 60, 100 and 200 cm) at 250 m resolution (Version v02) \\[Data set\\]. Zenodo.\n [10.5281/zenodo.1475970](https://doi.org/10.5281/zenodo.1475970)\n\n### DOIs\n\n- \u003chttps://doi.org/10.5281/zenodo.1475970\u003e\n\n### Explore with Earth Engine\n\n| **Important:** Earth Engine is a platform for petabyte-scale scientific analysis and visualization of geospatial datasets, both for public benefit and for business and government users. Earth Engine is free to use for research, education, and nonprofit use. To get started, please [register for Earth Engine access.](https://console.cloud.google.com/earth-engine)\n\n### Code Editor (JavaScript)\n\n```javascript\nvar dataset = ee.Image('OpenLandMap/SOL/SOL_BULKDENS-FINEEARTH_USDA-4A1H_M/v02');\n\nvar visualization = {\n bands: ['b0'],\n min: 5.0,\n max: 185.0,\n palette: ['5e3c99', 'b2abd2', 'f7e0b2', 'fdb863', 'e63b01']\n};\n\nMap.centerObject(dataset);\n\nMap.addLayer(dataset, visualization, 'Soil bulk density in x 10 kg / m3');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/OpenLandMap/OpenLandMap_SOL_SOL_BULKDENS-FINEEARTH_USDA-4A1H_M_v02) \n[OpenLandMap Soil Bulk Density](/earth-engine/datasets/catalog/OpenLandMap_SOL_SOL_BULKDENS-FINEEARTH_USDA-4A1H_M_v02) \nSoil bulk density (fine earth) 10 x kg / m3 at 6 standard depths (0, 10, 30, 60, 100 and 200 cm) at 250 m resolution. Processing steps are described in detail here. Antarctica is not included. To access and visualize maps outside of Earth Engine, use this page. If ... \nOpenLandMap/SOL/SOL_BULKDENS-FINEEARTH_USDA-4A1H_M/v02, density,envirometrix,opengeohub,openlandmap,soil \n1950-01-01T00:00:00Z/2018-01-01T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [https://doi.org/10.5281/zenodo.1475970](https://doi.org/https://doi.org/10.5281/zenodo.1475970)\n- [https://doi.org/10.5281/zenodo.1475970](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/OpenLandMap_SOL_SOL_BULKDENS-FINEEARTH_USDA-4A1H_M_v02)"]]