Os dados digitais de elevação da Shuttle Radar Topography Mission (SRTM, consulte Farr et al., 2007) são um esforço de pesquisa internacional que obteve modelos digitais de elevação em uma escala quase global. Esse produto SRTM V3 (SRTM Plus) é fornecido pelo NASA JPL com uma resolução de 1 segundo de arco (aproximadamente 30 m).
Esse conjunto de dados passou por um processo de preenchimento de vazios usando dados de código aberto (ASTER GDEM2, GMTED2010 e NED), ao contrário de outras versões que contêm vazios ou foram preenchidas com fontes comerciais.
Para mais informações sobre as diferentes versões, consulte o
Guia rápido do SRTM.
Salvo indicação em contrário, as imagens e os vídeos nos sites públicos do JPL (sites públicos que terminam com um endereço jpl.nasa.gov) podem ser usados para qualquer finalidade sem permissão prévia. Para mais informações e exceções, acesse o site da política de uso de imagens do JPL (em inglês).
Citações
Citações:
Farr, T.G., Rosen, P.A., Caro, E., Crippen, R., Duren, R., Hensley,
S., Kobrick, M., Paller, M., Rodriguez, E., Roth, L., Seal, D.,
Shaffer, S., Shimada, J., Umland, J., Werner, M., Oskin, M., Burbank, D. e Alsdorf, D.E., 2007, The shuttle radar topography mission: Reviews of Geophysics, v. 45, no. 2, RG2004, em https://doi.org/10.1029/2005RG000183.
Os dados digitais de elevação da Shuttle Radar Topography Mission (SRTM, consulte Farr et al., 2007) são um esforço de pesquisa internacional que obteve modelos digitais de elevação em uma escala quase global. Esse produto SRTM V3 (SRTM Plus) é fornecido pelo JPL da NASA com uma resolução de 1 segundo de arco (aproximadamente 30 m). Este conjunto de dados tem…
[null,null,[],[[["\u003cp\u003eThe SRTM digital elevation data, a NASA JPL product, provides near-global elevation models at a 1 arc-second (30m) resolution.\u003c/p\u003e\n"],["\u003cp\u003eThis SRTM V3 (SRTM Plus) dataset has been void-filled using open-source data (ASTER GDEM2, GMTED2010, and NED).\u003c/p\u003e\n"],["\u003cp\u003eThe dataset includes a single band, 'elevation', representing elevation in meters with an estimated range of -10 to 6500.\u003c/p\u003e\n"],["\u003cp\u003eImages and video on JPL public websites may generally be used without prior permission, subject to the JPL Image Use Policy.\u003c/p\u003e\n"],["\u003cp\u003eThe SRTM data is freely available for research, education, and non-profit use through the Google Earth Engine platform.\u003c/p\u003e\n"]]],[],null,["# NASA SRTM Digital Elevation 30m\n\nDataset Availability\n: 2000-02-11T00:00:00Z--2000-02-22T00:00:00Z\n\nDataset Provider\n:\n\n\n [NASA / USGS / JPL-Caltech](https://doi.org/10.5067/MEaSUREs/SRTM/SRTMGL1_NC.003)\n\nTags\n:\n[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) [nasa](/earth-engine/datasets/tags/nasa) [srtm](/earth-engine/datasets/tags/srtm) [topography](/earth-engine/datasets/tags/topography) [usgs](/earth-engine/datasets/tags/usgs) \n\n#### Description\n\nThe Shuttle Radar Topography Mission (SRTM, see [Farr\net al. 2007](https://onlinelibrary.wiley.com/doi/10.1029/2005RG000183/full))\ndigital elevation data is an international research effort that\nobtained digital elevation models on a near-global scale. This\nSRTM V3 product (SRTM Plus) is provided by NASA JPL\nat a resolution of 1 arc-second (approximately 30m).\n\nThis dataset has undergone a void-filling process using open-source data\n(ASTER GDEM2, GMTED2010, and NED), as opposed to other versions that\ncontain voids or have been void-filled with commercial sources.\nFor more information on the different versions see the\n[SRTM Quick Guide](https://lpdaac.usgs.gov/documents/13/SRTM_Quick_Guide.pdf).\n\nDocumentation:\n\n- [User's Guide](https://lpdaac.usgs.gov/documents/179/SRTM_User_Guide_V3.pdf)\n\n- [General Documentation](https://lpdaac.usgs.gov/documents/13/SRTM_Quick_Guide.pdf)\n\n- [Algorithm Theoretical Basis Document (ATBD)](https://doi.org/10.1029/2005RG000183)\n\n### Bands\n\n**Bands**\n\n| Name | Units | Min | Max | Pixel Size | Description |\n|-------------|-------|-------|--------|------------|-------------|\n| `elevation` | m | -10\\* | 6500\\* | 30 meters | Elevation |\n\n\\* estimated min or max value\n\n### Terms of Use\n\n**Terms of Use**\n\nUnless otherwise noted, images and video on JPL public\nweb sites (public sites ending with a jpl.nasa.gov address) may\nbe used for any purpose without prior permission. For more information\nand exceptions visit the [JPL Image Use Policy site](https://www.jpl.nasa.gov/imagepolicy/).\n\n### Citations\n\nCitations:\n\n- Farr, T.G., Rosen, P.A., Caro, E., Crippen, R., Duren, R., Hensley,\n S., Kobrick, M., Paller, M., Rodriguez, E., Roth, L., Seal, D.,\n Shaffer, S., Shimada, J., Umland, J., Werner, M., Oskin, M., Burbank,\n D., and Alsdorf, D.E., 2007, The shuttle radar topography mission:\n Reviews of Geophysics, v. 45, no. 2, RG2004, at\n \u003chttps://doi.org/10.1029/2005RG000183\u003e.\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/SRTMGL1_003');\nvar elevation = dataset.select('elevation');\nvar slope = ee.Terrain.slope(elevation);\nMap.setCenter(-112.8598, 36.2841, 10);\nMap.addLayer(slope, {min: 0, max: 60}, 'slope');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USGS/USGS_SRTMGL1_003) \n[NASA SRTM Digital Elevation 30m](/earth-engine/datasets/catalog/USGS_SRTMGL1_003) \nThe Shuttle Radar Topography Mission (SRTM, see Farr et al. 2007) digital elevation data is an international research effort that obtained digital elevation models on a near-global scale. This SRTM V3 product (SRTM Plus) is provided by NASA JPL at a resolution of 1 arc-second (approximately 30m). This dataset has ... \nUSGS/SRTMGL1_003, dem,elevation,elevation-topography,geophysical,nasa,srtm,topography,usgs \n2000-02-11T00:00:00Z/2000-02-22T00:00:00Z \n-56 -180 60 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://doi.org/10.5067/MEaSUREs/SRTM/SRTMGL1_NC.003)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/USGS_SRTMGL1_003)"]]