Dies ist eine gekachelte Sammlung von Bildern mit einer Pixelgröße von 1 m aus dem 3D Elevation Program (3DEP). Die 3DEP-Datenbestände dienen als Höhenschicht der National Map und liefern grundlegende Höheninformationen für geowissenschaftliche Studien und Kartierungsanwendungen in den USA.
Die Höhen in diesem DEM stellen die topografische Oberfläche der Erde dar.
DEMs mit einer Standard-Pixelgröße von 1 m der USGS werden ausschließlich aus hochauflösenden Lidar-Quelldaten (Light Detection and Ranging) von Bildern mit einer Pixelgröße von 1 m oder höherer Auflösung erstellt. DEM-Oberflächen mit einer Pixelgröße von 1 m sind innerhalb von Erfassungsprojekten nahtlos, aber nicht unbedingt projektübergreifend.
Der für Kacheln des DEM mit einer Pixelgröße von 1 m in den angrenzenden Vereinigten Staaten (CONUS) verwendete Raumbezug ist Universal Transverse Mercator (UTM) in Metern und in Übereinstimmung mit dem North American Datum von 1983 (NAD83). Alle Werte für die Höhe des Erdbodens sind in Metern angegeben und beziehen sich auf das North American Vertical Datum of 1988 (NAVD88). Jede Kachel wird in der UTM-Zone verteilt, in der sie sich befindet. Wenn eine Kachel zwei UTM-Zonen durchläuft, wird sie in beiden Zonen bereitgestellt.
In diesem und anderen Fällen von Bildüberlappungen können die Höhenwerte in verschiedenen Bildern, die denselben Bereich abdecken, leicht unterschiedlich sein.
Das DEM mit einer Pixelgröße von 1 m ist das Standard-DEM mit der höchsten Auflösung, das in der 3DEP-Produktreihe angeboten wird. Das 3DEP-Dataset mit einer Auflösung von 10 m ist unter USGS_3DEP_10m verfügbar.
Dies ist eine gekachelte Sammlung von Bildern mit einer Pixelgröße von 1 m aus dem 3D Elevation Program (3DEP). Die 3DEP-Datenbestände dienen als Höhendatenebene von The National Map und liefern grundlegende Höhendaten für geowissenschaftliche Studien und Kartierungsanwendungen in den USA. Die Erhebungen in diesem …
[null,null,[],[[["\u003cp\u003eThe USGS 3DEP 1m dataset provides elevation data for the United States with 1-meter resolution.\u003c/p\u003e\n"],["\u003cp\u003eThis dataset is primarily derived from high-resolution LiDAR data and represents bare-earth topography.\u003c/p\u003e\n"],["\u003cp\u003eElevation values are referenced to NAVD88 and the dataset is available as a tiled image collection in Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eWhile seamless within projects, tiles may have slight elevation differences where they overlap.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is freely available for research, education, and non-profit use through the USGS and Earth Engine.\u003c/p\u003e\n"]]],["The USGS 3DEP 1m dataset provides 1-meter resolution elevation data for the United States, from 2006 to 2015. Data is sourced from high-resolution lidar and is accessible via the Earth Engine using the `ee.ImageCollection(\"USGS/3DEP/1m\")` snippet. The dataset's elevations represent bare-earth surfaces referenced to the NAVD88 vertical datum, and the dataset is seamless within collection projects. Tiles use UTM projection and are available in overlapping zones. Public domain use is permitted with USGS acknowledgment.\n"],null,["# USGS 3DEP 1m National Map\n\nDataset Availability\n: 2015-01-01T00:00:00Z--2006-01-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [United States Geological Survey](https://www.sciencebase.gov/catalog/item/543e6b86e4b0fd76af69cf4c)\n\nTags\n:\n[3dep](/earth-engine/datasets/tags/3dep) [dem](/earth-engine/datasets/tags/dem) [elevation](/earth-engine/datasets/tags/elevation) [elevation-topography](/earth-engine/datasets/tags/elevation-topography) [geophysical](/earth-engine/datasets/tags/geophysical) [topography](/earth-engine/datasets/tags/topography) [usgs](/earth-engine/datasets/tags/usgs) \n\n#### Description\n\nThis is a tiled collection of images with 1m pixel size from the 3D\nElevation Program (3DEP). The 3DEP data holdings serve as the elevation\nlayer of The National Map and provide foundational elevation information for\nearth science studies and mapping applications in the United States.\n\nThe elevations in this DEM represent the topographic bare-earth surface.\nUSGS standard 1m pixel size DEMs are produced exclusively from high\nresolution light detection and ranging (lidar) source data of images with 1m\npixel size or higher resolution. 1m pixel size DEM surfaces are seamless\nwithin collection projects but not necessarily seamless across projects.\nThe spatial reference used for tiles of the 1m pixel size DEM within the\nconterminous United States (CONUS) is Universal Transverse Mercator (UTM) in\nunits of meters and in conformance with the North American Datum of 1983\n(NAD83). All bare earth elevation values are in meters and are referenced to\nthe North American Vertical Datum of 1988 (NAVD88). Each tile is distributed\nin the UTM Zone in which it lies. If a tile crosses two UTM zones, it is\ndelivered in both zones.\nIn this and other cases of image overlaps, elevation values might be\nslightly different in different images covering the same area.\n\nThe 1m pixel size DEM is the highest resolution standard DEM offered in the\n3DEP product suite. The 10m 3DEP dataset is available at\n[USGS_3DEP_10m](/earth-engine/datasets/catalog/USGS_3DEP_10m).\n\n### Bands\n\n**Bands**\n\n| Name | Units | Pixel Size | Description |\n|-------------|-------|------------|--------------------|\n| `elevation` | m | 1 meters | Elevation (NAVD88) |\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)\nis available.\n\n### Citations\n\nCitations:\n\n- U.S. Geological Survey, 3D Elevation Program 1-Meter Resolution Digital\n Elevation Model.\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.ImageCollection('USGS/3DEP/1m');\nvar visualization = {\n min: 0,\n max: 3000,\n palette: [\n '3ae237', 'b5e22e', 'd6e21f', 'fff705', 'ffd611', 'ffb613', 'ff8b13',\n 'ff6e08', 'ff500d', 'ff0000', 'de0101', 'c21301', '0602ff', '235cb1',\n '307ef3', '269db1', '30c8e2', '32d3ef', '3be285', '3ff38f', '86e26f'\n ],\n};\nMap.setCenter(-119.0, 34.6, 10);\nMap.addLayer(dataset, visualization, 'elevation');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USGS/USGS_3DEP_1m) \n[USGS 3DEP 1m National Map](/earth-engine/datasets/catalog/USGS_3DEP_1m) \nThis is a tiled collection of images with 1m pixel size from the 3D Elevation Program (3DEP). The 3DEP data holdings serve as the elevation layer of The National Map and provide foundational elevation information for earth science studies and mapping applications in the United States. The elevations in this ... \nUSGS/3DEP/1m, 3dep,dem,elevation,elevation-topography,geophysical,topography,usgs \n2015-01-01T00:00:00Z/2006-01-01T00:00:00Z \n-16.6 -171 76.9 164 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.sciencebase.gov/catalog/item/543e6b86e4b0fd76af69cf4c)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/USGS_3DEP_1m)"]]