The National Elevation Dataset (NED) used to be* the
primary elevation data product of the USGS. The NED is a seamless
dataset with the best available raster elevation data of the
conterminous United States, parts of Alaska, Hawaii, and some
territorial islands. The NED is derived from diverse source data
that are processed to a common coordinate system and unit of
vertical measure. NED data are distributed in conformance with
the North American Datum of 1983 (NAD 83). All elevation values
are in meters and, over the conterminous United States, are referenced
to the North American Vertical Datum of 1988 (NAVD 88). The vertical
reference will vary in other areas.
*For over 15 years, the NED was the primary elevation data product
of the USGS' National Map. However, it has been renamed and now
considered just one component of elevation in The National
Map after the 3D Elevation Program became operational.
The National Elevation Dataset (NED) used to be* the primary elevation data product of the USGS. The NED is a seamless dataset with the best available raster elevation data of the conterminous United States, parts of Alaska, Hawaii, and some territorial islands. The NED is derived from diverse source data …
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["\u003cp\u003eThe National Elevation Dataset (NED) is a seamless dataset providing elevation data for the conterminous US, parts of Alaska, Hawaii, and some territorial islands.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset is considered superseded by USGS/3DEP/10m and is no longer the primary elevation data product for the USGS.\u003c/p\u003e\n"],["\u003cp\u003eNED data is referenced to the North American Datum of 1983 (NAD 83) and elevation values are in meters.\u003c/p\u003e\n"],["\u003cp\u003eThe NED is derived from diverse source data processed to a common coordinate system and unit of vertical measure.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is freely available for use without restriction, with proper USGS credit given.\u003c/p\u003e\n"]]],[],null,["# USGS National Elevation Dataset 1/3 Arc-Second [deprecated]\n\n**Caution:** This dataset has been superseded by [USGS/3DEP/10m_collection](/earth-engine/datasets/catalog/USGS_3DEP_10m_collection). \n\nDataset Availability\n: 2012-02-07T00:00:00Z--2012-02-07T00:00:00Z\n\nDataset Provider\n:\n\n\n [United States Geological Survey](https://nationalmap.gov/elevation.html)\n\nTags\n:\n dem \n elevation \n elevation-topography \n geophysical \n ned \n topography \nusgs \n\n#### Description\n\nThe National Elevation Dataset (NED) used to be\\* the\nprimary elevation data product of the USGS. The NED is a seamless\ndataset with the best available raster elevation data of the\nconterminous United States, parts of Alaska, Hawaii, and some\nterritorial islands. The NED is derived from diverse source data\nthat are processed to a common coordinate system and unit of\nvertical measure. NED data are distributed in conformance with\nthe North American Datum of 1983 (NAD 83). All elevation values\nare in meters and, over the conterminous United States, are referenced\nto the North American Vertical Datum of 1988 (NAVD 88). The vertical\nreference will vary in other areas.\n\n\\*For over 15 years, the NED was the primary elevation data product\nof the USGS' National Map. However, it has been renamed and now\nconsidered just one component of elevation in The National\nMap after the 3D Elevation Program became operational.\n\n### Bands\n\n**Bands**\n\n| Name | Units | Min | Max | Pixel Size | Description |\n|-------------|-------|----------|-----------|-------------|-------------|\n| `elevation` | m | -85.61\\* | 4414.22\\* | 10.2 meters | Elevation |\n\n\\* estimated min or max value\n\n### Terms of Use\n\n**Terms of Use**\n\nMost U.S. Geological Survey (USGS) information resides\nin the public domain and may be used without restriction. Additional\ninformation on [Acknowledging or Crediting USGS as Information\nSource](https://www.usgs.gov/information-policies-and-instructions/crediting-usgs) is available.\n\n### Citations\n\nCitations:\n\n- USGS National Elevation Dataset courtesy of the U.S. Geological Survey\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('USGS/NED');\nvar elevation = dataset.select('elevation');\nvar elevationVis = {\n min: 0.0,\n max: 4000.0,\n gamma: 1.6,\n};\nMap.setCenter(-100.55, 40.71, 5);\nMap.addLayer(elevation, elevationVis, 'Elevation');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USGS/USGS_NED) \n[USGS National Elevation Dataset 1/3 Arc-Second \\[deprecated\\]](/earth-engine/datasets/catalog/USGS_NED) \nThe National Elevation Dataset (NED) used to be\\* the primary elevation data product of the USGS. The NED is a seamless dataset with the best available raster elevation data of the conterminous United States, parts of Alaska, Hawaii, and some territorial islands. The NED is derived from diverse source data ... \nUSGS/NED, dem,elevation,elevation-topography,geophysical,ned,topography,usgs \n2012-02-07T00:00:00Z/2012-02-07T00:00:00Z \n-15 -171 70 164 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://nationalmap.gov/elevation.html)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/USGS_NED)"]]