[null,null,[],[[["\u003cp\u003eThe US Topographic Diversity dataset provides a measure of landscape diversity based on temperature and moisture conditions, useful for climate adaptation planning.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes the USGS's 10m NED DEM and combines multi-scale Topographic Position Index with Continuous Heat-Insolation Load Index for calculation.\u003c/p\u003e\n"],["\u003cp\u003eDeveloped by Conservation Science Partners, it's available at 90m resolution and covers the United States from 2006 to 2011.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset is licensed under CC-BY-NC-SA-4.0 and can be accessed through Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eHigher topographic diversity values suggest greater habitat variety and potential for species persistence amidst climate change.\u003c/p\u003e\n"]]],["The dataset, provided by Conservation Science Partners, spans from January 24, 2006, to May 13, 2011. It focuses on topographic diversity (D), a measure of habitat variety based on temperature and moisture conditions. D is calculated using the multi-scale Topographic Position Index (mTPI) and the Continuous Heat-Insolation Load Index (CHILI), derived from the USGS's 10m NED DEM. This 90-meter pixel size data, available in Earth Engine as `ee.Image(\"CSP/ERGo/1_0/US/topoDiversity\")`, aids in climate adaptation planning by identifying stable landscape features.\n"],null,["# US NED Topographic 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\nTopographic diversity (D) is a surrogate variable that represents the\nvariety of temperature and moisture conditions available to species as local\nhabitats. It expresses the logic that a higher variety of topo-climate\nniches should support higher diversity (especially plant) and support\nspecies persistence given climatic change.\n\nTo calculate D, the multi-scale Topographic Position Index (mTPI), being a\ndominant control of soil moisture (T), was used for measuring hillslope\nposition. The mTPI was combined with the square-root transform for\nmTPI\\\u003e0 (T') and with the standard deviation of the Continuous\nHeat-Insolation Load Index (CHILI), calculated at multiple scales (C') as:\nD = 1 - ((1-T') \\* (1-C'). It is based on the USGS's 10m NED DEM (available\nin 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\n90 meters\n\n**Bands**\n\n| Name | Min | Max | Pixel Size | Description |\n|------------|-----|-----|------------|-----------------------------------|\n| `constant` | 0\\* | 1\\* | meters | NED-derived topographic diversity |\n\n\\* estimated min or max value\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/topoDiversity');\nvar usTopographicDiversity = dataset.select('constant');\nvar usTopographicDiversityVis = {\n min: 0.0,\n max: 1.0,\n};\nMap.setCenter(-111.313, 39.724, 6);\nMap.addLayer(\n usTopographicDiversity, usTopographicDiversityVis,\n 'US Topographic Diversity');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/CSP/CSP_ERGo_1_0_US_topoDiversity) \n[US NED Topographic Diversity](/earth-engine/datasets/catalog/CSP_ERGo_1_0_US_topoDiversity) \nTopographic diversity (D) is a surrogate variable that represents the variety of temperature and moisture conditions available to species as local habitats. It expresses the logic that a higher variety of topo-climate niches should support higher diversity (especially plant) and support species persistence given climatic change. To calculate D, the ... \nCSP/ERGo/1_0/US/topoDiversity, 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_topoDiversity)"]]