Tập dữ liệu Địa lý tự nhiên thể hiện sự giao nhau về không gian của các địa hình (có trong EE dưới dạng ERGo/1_0/US/landforms) và thạch học (có trong EE dưới dạng ERGo/1_0/US/lithology) của các lớp dữ liệu. Có 247 tổ hợp riêng biệt trong số 270 tổ hợp có thể có. Giá trị cho mỗi loại được tạo bằng cách nối các loại địa hình và thạch học (ví dụ: 1101 là địa hình "Đỉnh/sống núi" trên thạch học "carbonate"). Lớp dữ liệu này đôi khi được gọi là đặc trưng cho "các khía cạnh của đất".
Lớp địa hình dựa trên mô hình độ cao kỹ thuật số (DEM) NED 10m của USGS (có trong EE dưới dạng USGS/NED). Lớp thạch học không dựa trên bất kỳ DEM nào.
Tập dữ liệu này chỉ được cung cấp cho Hoa Kỳ, do có sẵn lớp dữ liệu thạch học, mặc dù những dữ liệu này có thể có ở các quốc gia khác.
Theobald, D. M., Harrison-Atlas, D., Monahan, W. B., và Albano, C. M.
(2015). Bản đồ địa hình và sự đa dạng về địa lý tự nhiên có liên quan đến sinh thái để lập kế hoạch thích ứng với khí hậu. PloS one, 10(12),
e0143619
Tập dữ liệu Địa lý học thể hiện sự giao nhau về không gian của các địa hình (có trong EE dưới dạng ERGo/1_0/US/landforms) và thạch học (có trong EE dưới dạng ERGo/1_0/US/lithology) của các lớp dữ liệu. Thiết bị này cung cấp 247 tổ hợp riêng biệt trong số 270 tổ hợp có thể có. Các giá trị cho từng loại được tạo bằng cách nối các loại địa hình và thạch học (ví dụ: 1101 là …
[null,null,[],[[["\u003cp\u003eThe Physiography dataset for the US combines landform and lithology data, resulting in 247 unique land facet classifications.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset is derived from the USGS 10m NED DEM for landforms and a separate lithology layer, offering a 90-meter resolution.\u003c/p\u003e\n"],["\u003cp\u003eLand facet classifications are represented by concatenating landform and lithology type values (e.g., 1101 signifies "Peak/ridge" landform on "carbonate" lithology).\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is available for the US and is provided by Conservation Science Partners under a CC-BY-NC-SA-4.0 license.\u003c/p\u003e\n"],["\u003cp\u003eUsers can access and analyze this dataset within the Google Earth Engine platform using provided code snippets.\u003c/p\u003e\n"]]],[],null,["# US Physiography\n\nDataset Availability\n: 2006-01-24T00:00:00Z--2011-05-13T00:00:00Z\n\nDataset Provider\n:\n\n\n [Conservation Science Partners](https://www.csp-inc.org/)\n\nTags\n:\n[aspect](/earth-engine/datasets/tags/aspect) [csp](/earth-engine/datasets/tags/csp) [elevation](/earth-engine/datasets/tags/elevation) [elevation-topography](/earth-engine/datasets/tags/elevation-topography) [ergo](/earth-engine/datasets/tags/ergo) [geophysical](/earth-engine/datasets/tags/geophysical) [landforms](/earth-engine/datasets/tags/landforms) [slope](/earth-engine/datasets/tags/slope) [topography](/earth-engine/datasets/tags/topography) [us](/earth-engine/datasets/tags/us) \n\n#### Description\n\nThe Physiography dataset represents the spatial intersection of landforms\n(available in EE as ERGo/1_0/US/landforms) and lithology (available in EE\nas ERGo/1_0/US/lithology) data layers. It provides 247 unique combinations\nout of a possible 270. The values for each type are formed by concatenating\nthe landform and lithology types (e.g., 1101 is \"Peak/ridge\" landform on\n\"carbonate\" lithology). This data layer is sometimes referred to as\ncharacterizing \"land facets\".\n\nThe landforms layer is based on the USGS's 10m NED DEM (available in EE\nas USGS/NED). The lithology layer is not basen on any DEM.\n\nThis dataset is provided just for the US, because of the availability\nof the lithology data layer, though these data are likely available for\nother countries.\n\n### Bands\n\n\n**Pixel Size**\n\n90 meters\n\n**Bands**\n\n| Name | Min | Max | Pixel Size | Description |\n|------------|------|------|------------|--------------------------------------|\n| `constant` | 1100 | 4220 | meters | Landforms and lithology intersection |\n\n### Terms of Use\n\n**Terms of Use**\n\n[CC-BY-NC-SA-4.0](https://spdx.org/licenses/CC-BY-NC-SA-4.0.html)\n\n### Citations\n\nCitations:\n\n- Theobald, D. M., Harrison-Atlas, D., Monahan, W. B., \\& Albano, C. M.\n (2015). Ecologically-relevant maps of landforms and physiographic diversity\n for climate adaptation planning. PloS one, 10(12),\n [e0143619](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0143619)\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('CSP/ERGo/1_0/US/physiography');\nvar physiography = dataset.select('constant');\nvar physiographyVis = {\n min: 1100.0,\n max: 4220.0,\n};\nMap.setCenter(-105.4248, 40.5242, 8);\nMap.addLayer(physiography, physiographyVis, 'Physiography');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/CSP/CSP_ERGo_1_0_US_physiography) \n[US Physiography](/earth-engine/datasets/catalog/CSP_ERGo_1_0_US_physiography) \nThe Physiography dataset represents the spatial intersection of landforms (available in EE as ERGo/1_0/US/landforms) and lithology (available in EE as ERGo/1_0/US/lithology) data layers. It provides 247 unique combinations out of a possible 270. The values for each type are formed by concatenating the landform and lithology types (e.g., 1101 is ... \nCSP/ERGo/1_0/US/physiography, aspect,csp,elevation,elevation-topography,ergo,geophysical,landforms,slope,topography,us \n2006-01-24T00:00:00Z/2011-05-13T00:00:00Z \n12.54 -132.09 56.21 -60.35 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.csp-inc.org/)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/CSP_ERGo_1_0_US_physiography)"]]