Teneur en argile en % (kg / kg) à six profondeurs standards (0, 10, 30, 60, 100 et 200 cm) à une résolution de 250 m
Basé sur les prédictions de machine learning issues d'une compilation mondiale de profils et d'échantillons de sol. Pour en savoir plus sur les étapes de traitement, cliquez ici.
L'Antarctique n'est pas inclus.
Pour accéder aux cartes et les visualiser en dehors d'Earth Engine, consultez cette page.
Si vous détectez un bug, un artefact ou une incohérence dans les cartes LandGIS, ou si vous avez une question, veuillez utiliser les canaux suivants :
Tomislav Hengl. (2018). Teneur en argile en % (kg / kg) à six profondeurs standards (0, 10, 30, 60, 100 et 200 cm) à une résolution de 250 m (version v02) [Ensemble de données].
10.5281/zenodo.1476854
Teneur en argile en % (kg / kg) à six profondeurs standards (0, 10, 30, 60, 100 et 200 cm) avec une résolution de 250 mètres. Basé sur les prédictions du machine learning à partir d'une compilation mondiale de profils et d'échantillons de sol. Les étapes de traitement sont décrites en détail ici. L'Antarctique n'est pas inclus. Pour accéder à …
[null,null,[],[[["\u003cp\u003eThis dataset provides global clay content estimations at six standard soil depths (0, 10, 30, 60, 100, and 200 cm).\u003c/p\u003e\n"],["\u003cp\u003eData is available at a 250-meter resolution and covers the period from 1950 to 2018, excluding Antarctica.\u003c/p\u003e\n"],["\u003cp\u003eClay content is expressed as a percentage (kg/kg) and is based on machine learning predictions using a compilation of soil profiles and samples.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is accessible through Google Earth Engine and is licensed under CC-BY-SA-4.0.\u003c/p\u003e\n"],["\u003cp\u003eUsers can find further details and visualization options on OpenLandMap's platform.\u003c/p\u003e\n"]]],[],null,["# OpenLandMap Clay Content\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.1476854)\n\nTags\n:\n[clay](/earth-engine/datasets/tags/clay) [envirometrix](/earth-engine/datasets/tags/envirometrix) [opengeohub](/earth-engine/datasets/tags/opengeohub) [openlandmap](/earth-engine/datasets/tags/openlandmap) [soil](/earth-engine/datasets/tags/soil) [usda](/earth-engine/datasets/tags/usda) \n\n#### Description\n\nClay content in % (kg / kg) at 6 standard depths (0, 10, 30, 60,\n100 and 200 cm) at 250 m resolution\n\nBased on machine learning predictions from global compilation of soil profiles and samples. Processing\nsteps are described in detail [here](https://gitlab.com/openlandmap/global-layers/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 | Pixel Size | Description |\n|--------|-------------|-----|-------|------------|------------------------------|\n| `b0` | % (kg / kg) | 2\\* | 100\\* | meters | Clay content at 0 cm depth |\n| `b10` | % (kg / kg) | 2\\* | 100\\* | meters | Clay content at 10 cm depth |\n| `b30` | % (kg / kg) | 2\\* | 100\\* | meters | Clay content at 30 cm depth |\n| `b60` | % (kg / kg) | 2\\* | 100\\* | meters | Clay content at 60 cm depth |\n| `b100` | % (kg / kg) | 2\\* | 100\\* | meters | Clay content at 100 cm depth |\n| `b200` | % (kg / kg) | 2\\* | 100\\* | meters | Clay content 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). Clay content in % (kg / kg) at 6 standard depths (0, 10, 30, 60, 100 and 200 cm) at 250 m resolution (Version v02) \\[Data set\\].\n [10.5281/zenodo.1476854](https://doi.org/10.5281/zenodo.1476854)\n\n### DOIs\n\n- \u003chttps://doi.org/10.5281/zenodo.1476854\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_CLAY-WFRACTION_USDA-3A1A1A_M/v02');\n\nvar visualization = {\n bands: ['b0'],\n min: 2,\n max: 100,\n palette: [\n 'ffff00', 'f8f806', 'f1f10c', 'ebeb13', 'e4e419', 'dddd20',\n 'd7d726', 'd0d02d', 'caca33', 'c3c33a', 'bcbc41', 'b6b647',\n 'b0b04e', 'a9a954', 'a3a35a', '9c9c61', '959568', '8f8f6e',\n '898975', '82827b', '7b7b82', '757589', '6e6e8f', '686895',\n '61619c', '5a5aa3', '5454a9', '4d4db0', '4747b6', '4141bc',\n '3a3ac3', '3333ca', '2d2dd0', '2626d7', '2020dd', '1919e4',\n '1212eb', '0c0cf1', '0606f8', '0000ff',\n ]\n};\n\nMap.centerObject(dataset);\n\nMap.addLayer(dataset, visualization, 'Clay content in % (kg / kg)');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/OpenLandMap/OpenLandMap_SOL_SOL_CLAY-WFRACTION_USDA-3A1A1A_M_v02) \n[OpenLandMap Clay Content](/earth-engine/datasets/catalog/OpenLandMap_SOL_SOL_CLAY-WFRACTION_USDA-3A1A1A_M_v02) \nClay content in % (kg / kg) at 6 standard depths (0, 10, 30, 60, 100 and 200 cm) at 250 m resolution Based on machine learning predictions from global compilation of soil profiles and samples. Processing steps are described in detail here. Antarctica is not included. To access and ... \nOpenLandMap/SOL/SOL_CLAY-WFRACTION_USDA-3A1A1A_M/v02, clay,envirometrix,opengeohub,openlandmap,soil,usda \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.1476854](https://doi.org/https://doi.org/10.5281/zenodo.1476854)\n- [https://doi.org/10.5281/zenodo.1476854](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/OpenLandMap_SOL_SOL_CLAY-WFRACTION_USDA-3A1A1A_M_v02)"]]