OpenLandMap Soil Texture Class (USDA System)
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
설명
250m에서 6가지 토양 깊이 (0, 10, 30, 60, 100, 200cm)의 토양 질감 등급 (USDA 시스템)
R의 soiltexture 패키지를 사용하여 예측된 토양 질감 비율에서 파생됩니다.
처리 단계는 여기 에 자세히 설명되어 있습니다.
남극은 포함되지 않습니다.
Earth Engine 외부에서 지도에 액세스하고 시각화하려면 이 페이지 를 사용하세요.
LandGIS 지도에서 버그, 아티팩트 또는 불일치를 발견하거나 질문이 있는 경우 다음 채널을 사용하세요.
대역
픽셀 크기
250미터
대역
이름
픽셀 크기
설명
b0
미터
0cm 깊이의 토양 질감 등급 (USDA 시스템)
b10
미터
10cm 깊이의 토양 질감 등급 (USDA 시스템)
b30
미터
30cm 깊이의 토양 질감 등급 (USDA 시스템)
b60
미터
60cm 깊이의 토양 질감 등급 (USDA 시스템)
b100
미터
100cm 깊이의 토양 질감 등급 (USDA 시스템)
b200
미터
200cm 깊이의 토양 질감 등급 (USDA 시스템)
b0 클래스 표
값
색상
설명
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
시
11
#ff5a9d
LoSa
12
#ff005b
토
b10 클래스 표
값
색상
설명
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
시
11
#ff5a9d
LoSa
12
#ff005b
토
b30 클래스 표
값
색상
설명
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
시
11
#ff5a9d
LoSa
12
#ff005b
토
b60 클래스 표
값
색상
설명
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
시
11
#ff5a9d
LoSa
12
#ff005b
토
b100 클래스 표
값
색상
설명
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
시
11
#ff5a9d
LoSa
12
#ff005b
토
b200 클래스 표
값
색상
설명
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
시
11
#ff5a9d
LoSa
12
#ff005b
토
인용
Tomislav Hengl (2018). 250m에서 6개 토양 깊이 (0, 10, 30, 60, 100, 200cm)의 토양 질감 등급 (USDA 시스템)(버전 v02) [데이터 세트] Zenodo
10.5281/zenodo.1475451
Earth Engine으로 탐색하기
중요:
Earth Engine은 공익을 위해 그리고 비즈니스 및 정부 사용자를 위해 페타바이트 규모의 과학적 분석 및 지리 공간 데이터 세트 시각화를 위한 플랫폼입니다.
Earth Engine은 연구, 교육, 비영리 목적으로 무료로 사용할 수 있습니다. 시작하려면 Earth Engine 액세스를 등록 하세요.
코드 편집기(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)' );
코드 편집기에서 열기
[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)"]]