OpenLandMap Soil Texture Class (USDA System)
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Deskripsi
Kelas tekstur tanah (sistem USDA) untuk 6 kedalaman tanah (0, 10, 30, 60, 100, dan 200 cm) pada 250 m
Diperoleh dari fraksi tekstur tanah yang diprediksi menggunakan paket soiltexture di R.
Langkah-langkah pemrosesan dijelaskan secara mendetail di sini .
Antartika tidak termasuk.
Untuk mengakses dan memvisualisasikan peta di luar Earth Engine, gunakan halaman ini .
Jika Anda menemukan bug, artefak, atau inkonsistensi dalam peta LandGIS
atau jika Anda memiliki pertanyaan, gunakan saluran berikut:
Band
Ukuran Piksel
250 meter
Band
Nama
Ukuran Piksel
Deskripsi
b0
meter
Kelas tekstur tanah (sistem USDA) pada kedalaman 0 cm
b10
meter
Kelas tekstur tanah (sistem USDA) pada kedalaman 10 cm
b30
meter
Kelas tekstur tanah (sistem USDA) pada kedalaman 30 cm
b60
meter
Kelas tekstur tanah (sistem USDA) pada kedalaman 60 cm
b100
meter
Kelas tekstur tanah (sistem USDA) pada kedalaman 100 cm
b200
meter
Kelas tekstur tanah (sistem USDA) pada kedalaman 200 cm
b0 Class Table
Nilai
Warna
Deskripsi
1
#d5c36b
Cl
2
#b96947
SiCl
3
#9d3706
SaCl
4
#ae868f
ClLo
5
#f86714
SiClLo
6
#46d143
SaClLo
7
#368f20
Lo
8
#3e5a14
SiLo
9
#ffd557
SaLo
10
#fff72e
Si
11
#ff5a9d
LoSa
12
#ff005b
Sa
b10 Class Table
Nilai
Warna
Deskripsi
1
#d5c36b
Cl
2
#b96947
SiCl
3
#9d3706
SaCl
4
#ae868f
ClLo
5
#f86714
SiClLo
6
#46d143
SaClLo
7
#368f20
Lo
8
#3e5a14
SiLo
9
#ffd557
SaLo
10
#fff72e
Si
11
#ff5a9d
LoSa
12
#ff005b
Sa
Tabel Kelas b30
Nilai
Warna
Deskripsi
1
#d5c36b
Cl
2
#b96947
SiCl
3
#9d3706
SaCl
4
#ae868f
ClLo
5
#f86714
SiClLo
6
#46d143
SaClLo
7
#368f20
Lo
8
#3e5a14
SiLo
9
#ffd557
SaLo
10
#fff72e
Si
11
#ff5a9d
LoSa
12
#ff005b
Sa
Tabel Kelas b60
Nilai
Warna
Deskripsi
1
#d5c36b
Cl
2
#b96947
SiCl
3
#9d3706
SaCl
4
#ae868f
ClLo
5
#f86714
SiClLo
6
#46d143
SaClLo
7
#368f20
Lo
8
#3e5a14
SiLo
9
#ffd557
SaLo
10
#fff72e
Si
11
#ff5a9d
LoSa
12
#ff005b
Sa
Tabel Kelas b100
Nilai
Warna
Deskripsi
1
#d5c36b
Cl
2
#b96947
SiCl
3
#9d3706
SaCl
4
#ae868f
ClLo
5
#f86714
SiClLo
6
#46d143
SaClLo
7
#368f20
Lo
8
#3e5a14
SiLo
9
#ffd557
SaLo
10
#fff72e
Si
11
#ff5a9d
LoSa
12
#ff005b
Sa
Tabel Kelas b200
Nilai
Warna
Deskripsi
1
#d5c36b
Cl
2
#b96947
SiCl
3
#9d3706
SaCl
4
#ae868f
ClLo
5
#f86714
SiClLo
6
#46d143
SaClLo
7
#368f20
Lo
8
#3e5a14
SiLo
9
#ffd557
SaLo
10
#fff72e
Si
11
#ff5a9d
LoSa
12
#ff005b
Sa
Kutipan
Tomislav Hengl. (2018). Kelas tekstur tanah (sistem USDA) untuk 6 kedalaman tanah (0, 10, 30, 60, 100, dan 200 cm) pada 250 m (Versi v02) [Kumpulan data]. Zenodo.
10.5281/zenodo.1475451
Menjelajahi dengan Earth Engine
Penting:
Earth Engine adalah platform untuk analisis ilmiah dan visualisasi set data geospasial berskala petabyte, baik untuk manfaat publik maupun untuk pengguna bisnis dan pemerintah.
Earth Engine dapat digunakan secara gratis untuk riset, pendidikan, dan penggunaan lembaga nonprofit. Untuk memulai, daftar untuk mendapatkan akses Earth Engine.
Code Editor (JavaScript)
var dataset = ee . Image ( 'OpenLandMap/SOL/SOL_TEXTURE-CLASS_USDA-TT_M/v02' );
var visualization = {
bands : [ 'b0' ],
min : 1.0 ,
max : 12.0 ,
palette : [
'd5c36b' , 'b96947' , '9d3706' , 'ae868f' , 'f86714' , '46d143' ,
'368f20' , '3e5a14' , 'ffd557' , 'fff72e' , 'ff5a9d' , 'ff005b' ,
]
};
Map . centerObject ( dataset );
Map . addLayer ( dataset , visualization , 'Soil texture class (USDA system)' );
Buka di Editor Kode
[null,null,[],[[["\u003cp\u003eThis dataset provides soil texture classes based on the USDA system for 6 different 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\u003eSoil texture classes are derived using the soiltexture package in R, with detailed processing steps documented on GitLab.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset can be accessed and visualized within Google Earth Engine or through OpenGeoHub for use outside of Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset is licensed under CC-BY-SA-4.0 and was provided by EnvirometriX Ltd.\u003c/p\u003e\n"]]],[],null,["# OpenLandMap Soil Texture Class (USDA System)\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.1475451)\n\nTags\n:\n [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) \ntexture \n\n#### Description\n\nSoil texture classes (USDA system) for 6 soil depths (0, 10, 30, 60, 100 and 200 cm) at 250 m\n\nDerived from predicted soil texture fractions using the soiltexture package in R.\nProcessing steps 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 | Pixel Size | Description |\n|--------|------------|--------------------------------------------------|\n| `b0` | meters | Soil texture class (USDA system) at 0 cm depth |\n| `b10` | meters | Soil texture class (USDA system) at 10 cm depth |\n| `b30` | meters | Soil texture class (USDA system) at 30 cm depth |\n| `b60` | meters | Soil texture class (USDA system) at 60 cm depth |\n| `b100` | meters | Soil texture class (USDA system) at 100 cm depth |\n| `b200` | meters | Soil texture class (USDA system) at 200 cm depth |\n\n**b0 Class Table**\n\n| Value | Color | Description |\n|-------|---------|-------------|\n| 1 | #d5c36b | Cl |\n| 2 | #b96947 | SiCl |\n| 3 | #9d3706 | SaCl |\n| 4 | #ae868f | ClLo |\n| 5 | #f86714 | SiClLo |\n| 6 | #46d143 | SaClLo |\n| 7 | #368f20 | Lo |\n| 8 | #3e5a14 | SiLo |\n| 9 | #ffd557 | SaLo |\n| 10 | #fff72e | Si |\n| 11 | #ff5a9d | LoSa |\n| 12 | #ff005b | Sa |\n\n**b10 Class Table**\n\n| Value | Color | Description |\n|-------|---------|-------------|\n| 1 | #d5c36b | Cl |\n| 2 | #b96947 | SiCl |\n| 3 | #9d3706 | SaCl |\n| 4 | #ae868f | ClLo |\n| 5 | #f86714 | SiClLo |\n| 6 | #46d143 | SaClLo |\n| 7 | #368f20 | Lo |\n| 8 | #3e5a14 | SiLo |\n| 9 | #ffd557 | SaLo |\n| 10 | #fff72e | Si |\n| 11 | #ff5a9d | LoSa |\n| 12 | #ff005b | Sa |\n\n**b30 Class Table**\n\n| Value | Color | Description |\n|-------|---------|-------------|\n| 1 | #d5c36b | Cl |\n| 2 | #b96947 | SiCl |\n| 3 | #9d3706 | SaCl |\n| 4 | #ae868f | ClLo |\n| 5 | #f86714 | SiClLo |\n| 6 | #46d143 | SaClLo |\n| 7 | #368f20 | Lo |\n| 8 | #3e5a14 | SiLo |\n| 9 | #ffd557 | SaLo |\n| 10 | #fff72e | Si |\n| 11 | #ff5a9d | LoSa |\n| 12 | #ff005b | Sa |\n\n**b60 Class Table**\n\n| Value | Color | Description |\n|-------|---------|-------------|\n| 1 | #d5c36b | Cl |\n| 2 | #b96947 | SiCl |\n| 3 | #9d3706 | SaCl |\n| 4 | #ae868f | ClLo |\n| 5 | #f86714 | SiClLo |\n| 6 | #46d143 | SaClLo |\n| 7 | #368f20 | Lo |\n| 8 | #3e5a14 | SiLo |\n| 9 | #ffd557 | SaLo |\n| 10 | #fff72e | Si |\n| 11 | #ff5a9d | LoSa |\n| 12 | #ff005b | Sa |\n\n**b100 Class Table**\n\n| Value | Color | Description |\n|-------|---------|-------------|\n| 1 | #d5c36b | Cl |\n| 2 | #b96947 | SiCl |\n| 3 | #9d3706 | SaCl |\n| 4 | #ae868f | ClLo |\n| 5 | #f86714 | SiClLo |\n| 6 | #46d143 | SaClLo |\n| 7 | #368f20 | Lo |\n| 8 | #3e5a14 | SiLo |\n| 9 | #ffd557 | SaLo |\n| 10 | #fff72e | Si |\n| 11 | #ff5a9d | LoSa |\n| 12 | #ff005b | Sa |\n\n**b200 Class Table**\n\n| Value | Color | Description |\n|-------|---------|-------------|\n| 1 | #d5c36b | Cl |\n| 2 | #b96947 | SiCl |\n| 3 | #9d3706 | SaCl |\n| 4 | #ae868f | ClLo |\n| 5 | #f86714 | SiClLo |\n| 6 | #46d143 | SaClLo |\n| 7 | #368f20 | Lo |\n| 8 | #3e5a14 | SiLo |\n| 9 | #ffd557 | SaLo |\n| 10 | #fff72e | Si |\n| 11 | #ff5a9d | LoSa |\n| 12 | #ff005b | Sa |\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 texture classes (USDA system) for 6 soil depths (0, 10, 30, 60, 100 and 200 cm) at 250 m (Version v02) \\[Data set\\]. Zenodo.\n [10.5281/zenodo.1475451](https://doi.org/10.5281/zenodo.1475451)\n\n### DOIs\n\n- \u003chttps://doi.org/10.5281/zenodo.1475451\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_TEXTURE-CLASS_USDA-TT_M/v02');\n\nvar visualization = {\n bands: ['b0'],\n min: 1.0,\n max: 12.0,\n palette: [\n 'd5c36b','b96947','9d3706','ae868f','f86714','46d143',\n '368f20','3e5a14','ffd557','fff72e','ff5a9d','ff005b',\n ]\n};\n\nMap.centerObject(dataset);\n\nMap.addLayer(dataset, visualization, 'Soil texture class (USDA system)');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/OpenLandMap/OpenLandMap_SOL_SOL_TEXTURE-CLASS_USDA-TT_M_v02) \n[OpenLandMap Soil Texture Class (USDA System)](/earth-engine/datasets/catalog/OpenLandMap_SOL_SOL_TEXTURE-CLASS_USDA-TT_M_v02) \nSoil texture classes (USDA system) for 6 soil depths (0, 10, 30, 60, 100 and 200 cm) at 250 m Derived from predicted soil texture fractions using the soiltexture package in R. Processing steps are described in detail here. Antarctica is not included. To access and visualize maps outside of ... \nOpenLandMap/SOL/SOL_TEXTURE-CLASS_USDA-TT_M/v02, 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.1475451](https://doi.org/https://doi.org/10.5281/zenodo.1475451)\n- [https://doi.org/10.5281/zenodo.1475451](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/OpenLandMap_SOL_SOL_TEXTURE-CLASS_USDA-TT_M_v02)"]]