지형 다양성 데이터 세트는 지형 유형의 다양성 지수를 제공합니다. 여러 규모 (km): 115.8, 89.9, 35.5, 13.1, 5.6, 2.8, 1.2에서 섀넌 다양성 지수를 사용하여 계산했습니다. USGS/NED로 EE에서 사용할 수 있는 USGS의 10m NED DEM을 기반으로 합니다.
Conservation Science Partners (CSP)의 생태학적으로 관련된 지형학(ERGo) 데이터 세트, 지형 및 지형학에는 지형 및 지형학 (즉, 토지 패싯) 패턴에 관한 상세한 다중 스케일 데이터가 포함되어 있습니다. 이러한 데이터는 다양한 용도로 사용될 수 있지만, 원래 목적은 기후 적응 계획에 적합한 지형 및 지형학적 분류와 지도를 개발하는 것이었습니다. 미래 기후 조건과 생태학적 반응에 대한 불확실성이 크기 때문에 변화가 없을 가능성이 높은 요소에 관한 정보를 제공하면 관리자가 강력한 기후 적응 계획을 수립할 수 있는 강력한 기반이 됩니다. 이러한 지형의 특징은 해상도에 민감하므로 특정 지수의 범위와 특성을 고려하여 가능한 가장 높은 해상도를 제공합니다.
지형 다양성 데이터 세트는 지형 유형의 다양성 지수를 제공합니다. 여러 규모 (km): 115.8, 89.9, 35.5, 13.1, 5.6, 2.8, 1.2에서 섀넌 다양성 지수를 사용하여 계산했습니다. USGS의 10m NED DEM (EE에서 USGS/NED로 제공)을 기반으로 합니다. 보존 과학 …
[null,null,[],[[["\u003cp\u003eThe Physiographic Diversity dataset offers an index of landform diversity across the US, calculated using the Shannon diversity index at multiple scales.\u003c/p\u003e\n"],["\u003cp\u003eIt's based on the USGS's 10m NED DEM and is available at a 270-meter resolution.\u003c/p\u003e\n"],["\u003cp\u003eDeveloped by Conservation Science Partners, this dataset is intended for climate adaptation planning and ecological research.\u003c/p\u003e\n"],["\u003cp\u003eThe data is provided under a CC-BY-NC-SA-4.0 license, encouraging non-commercial use with attribution.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is freely accessible for research, education, and nonprofit purposes through Google Earth Engine.\u003c/p\u003e\n"]]],[],null,["# US NED Physiographic Diversity\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 Physiographic Diversity dataset provides an index of the diversity of\nphysiographic types. It was calculated using the Shannon diversity index at\nmultiple scales (km): 115.8, 89.9, 35.5, 13.1, 5.6, 2.8, and 1.2. It is\nbased on the USGS's 10m NED DEM (available in EE as USGS/NED).\n\nThe Conservation Science Partners (CSP) Ecologically Relevant Geomorphology\n(ERGo) Datasets, Landforms and Physiography contain detailed, multi-scale\ndata on landforms and physiographic (aka land facet) patterns. Although\nthere are many potential uses of these data, the original purpose for these\ndata was to develop an ecologically relevant classification and map of\nlandforms and physiographic classes that are suitable for climate adaptation\nplanning. Because there is large uncertainty associated with future climate\nconditions and even more uncertainty around ecological responses, providing\ninformation about what is unlikely to change offers a strong foundation for\nmanagers to build robust climate adaptation plans. The quantification of\nthese features of the landscape is sensitive to the resolution, so we\nprovide the highest resolution possible given the extent and characteristics\nof a given index.\n\n### Bands\n\n\n**Pixel Size**\n\n270 meters\n\n**Bands**\n\n| Name | Min | Max | Pixel Size | Description |\n|------|-----|-----|------------|-------------------------|\n| `b1` | 0 | 1 | meters | Physiographic diversity |\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/physioDiversity');\nvar physiographicDiversity = dataset.select('b1');\nvar physiographicDiversityVis = {\n min: 0.0,\n max: 1.0,\n};\nMap.setCenter(-94.625, 39.825, 7);\nMap.addLayer(\n physiographicDiversity, physiographicDiversityVis,\n 'Physiographic Diversity');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/CSP/CSP_ERGo_1_0_US_physioDiversity) \n[US NED Physiographic Diversity](/earth-engine/datasets/catalog/CSP_ERGo_1_0_US_physioDiversity) \nThe Physiographic Diversity dataset provides an index of the diversity of physiographic types. It was calculated using the Shannon diversity index at multiple scales (km): 115.8, 89.9, 35.5, 13.1, 5.6, 2.8, and 1.2. It is based on the USGS's 10m NED DEM (available in EE as USGS/NED). The Conservation Science ... \nCSP/ERGo/1_0/US/physioDiversity, 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_physioDiversity)"]]