यह अमेरिका के लिए 3DEP DEM डेटासेट है. इसमें अमेरिका के 48 राज्यों, हवाई, और अमेरिका के क्षेत्रों का पूरा कवरेज शामिल है. अलास्का में, यह सुविधा अभी कुछ ही जगहों पर उपलब्ध है. अलास्का मैपिंग पहल के तहत, इसे पूरे राज्य में उपलब्ध कराया जा रहा है.
ग्राउंड स्पेसिंग उत्तर/दक्षिण में करीब 10 मीटर है. हालांकि, अक्षांश के साथ मेरिडियन के कन्वर्जेंस की वजह से, यह पूर्व/पश्चिम में अलग-अलग होती है.
स्पेशल मेटाडेटा डेटासेट को एक अलग ऐसेट के तौर पर शामिल किया जाता है
USGS_3DEP_10m_metadata.
एक मीटर के रिज़ॉल्यूशन वाले डेटासेट को USGS_3DEP_1m के तौर पर शामिल किया जाता है.
अमेरिका के भूवैज्ञानिक सर्वेक्षण (यूएसजीएस) की ज़्यादातर जानकारी, सार्वजनिक डोमेन में मौजूद होती है. इसका इस्तेमाल बिना किसी पाबंदी के किया जा सकता है. USGS को जानकारी के स्रोत के तौर पर स्वीकार करने या क्रेडिट देने के बारे में ज़्यादा जानकारी उपलब्ध है.
उद्धरण
उद्धरण:
यूएस जियोलॉजिकल सर्वे, 3D एलिवेशन प्रोग्राम 10-मीटर रिज़ॉल्यूशन वाला डिजिटल एलिवेशन मॉडल.
यह अमेरिका के लिए 3DEP DEM का डेटासेट है. इसमें अमेरिका के 48 राज्यों, हवाई, और अमेरिका के क्षेत्रों का पूरा कवरेज शामिल है. फ़िलहाल, अलास्का के कुछ हिस्सों में ही यह सुविधा उपलब्ध है. हालांकि, अलास्का मैपिंग इनिशिएटिव के तहत, इसे पूरे राज्य में उपलब्ध कराया जा रहा है. ग्राउंड स्पेसिंग उत्तर/दक्षिण में करीब 10 मीटर है, लेकिन …
[null,null,[],[[["\u003cp\u003eUSGS 3DEP 10m provides seamless digital elevation model (DEM) data for the conterminous U.S., Hawaii, and U.S. territories, with partial coverage for Alaska.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset offers approximately 10-meter resolution and includes an elevation band.\u003c/p\u003e\n"],["\u003cp\u003eIt is freely available for use with attribution to the USGS.\u003c/p\u003e\n"],["\u003cp\u003eUsers can explore and analyze the dataset using Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eSpatial metadata is available as a separate dataset, USGS_3DEP_10m_metadata.\u003c/p\u003e\n"]]],[],null,["# USGS 3DEP 10m National Map Seamless (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: 1998-08-16T00:00:00Z--2020-05-06T00:00:00Z\n\nDataset Provider\n:\n\n\n [United States Geological Survey](https://www.usgs.gov/core-science-systems/ngp/3dep/about-3dep-products-services)\n\nTags\n:\n 3dep \n dem \n elevation \n elevation-topography \n geophysical \n topography \nusgs \n\n#### Description\n\nThis is the seamless 3DEP DEM dataset for the U.S.\nwith full coverage of the 48 conterminous states, Hawaii, and\nU.S. territories. Alaska coverage is partially available now and is being\nexpanded to statewide coverage as part of the Alaska Mapping Initiative.\nGround spacing is approximately 10 meters north/south, but variable\neast/west due to convergence of meridians with latitude.\n\nSpatial metadata dataset is ingested as a separate asset\n[USGS_3DEP_10m_metadata](/earth-engine/datasets/catalog/USGS_3DEP_10m_metadata).\n\nThe 1m dataset is ingested\nas [USGS_3DEP_1m](/earth-engine/datasets/catalog/USGS_3DEP_1m).\n\nDataset uploaded by [Farmers Business Network](https://fbn.com).\n\n### Bands\n\n**Bands**\n\n| Name | Units | Pixel Size | Description |\n|-------------|-------|-------------|-------------|\n| `elevation` | m | 10.2 meters | Elevation |\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 10-Meter Resolution Digital 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.Image('USGS/3DEP/10m')\nvar elevation = dataset.select('elevation');\nvar slope = ee.Terrain.slope(elevation);\nMap.setCenter(-112.8598, 36.2841, 10);\nMap.addLayer(elevation, {min: 0, max: 3000, 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}, 'elevation');\nMap.addLayer(slope, {min: 0, max: 60}, 'slope');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USGS/USGS_3DEP_10m) \n[USGS 3DEP 10m National Map Seamless (1/3 Arc-Second) \\[deprecated\\]](/earth-engine/datasets/catalog/USGS_3DEP_10m) \nThis is the seamless 3DEP DEM dataset for the U.S. with full coverage of the 48 conterminous states, Hawaii, and U.S. territories. Alaska coverage is partially available now and is being expanded to statewide coverage as part of the Alaska Mapping Initiative. Ground spacing is approximately 10 meters north/south, but ... \nUSGS/3DEP/10m, 3dep,dem,elevation,elevation-topography,geophysical,topography,usgs \n1998-08-16T00:00:00Z/2020-05-06T00: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.usgs.gov/core-science-systems/ngp/3dep/about-3dep-products-services)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/USGS_3DEP_10m)"]]