GTOPO30 è un modello digitale di elevazione (DEM) globale con
una spaziatura della griglia orizzontale di 30 secondi d'arco (circa 1 chilometro).
Il DEM è stato derivato da diverse fonti raster e vettoriali di informazioni
topografiche. Completato alla fine del 1996, GTOPO30 è stato sviluppato in un periodo di tre anni grazie a uno sforzo collaborativo guidato dal Center for Earth Resources Observation and Science (EROS) dell'U.S. Geological Survey. Le seguenti organizzazioni hanno partecipato contribuendo con finanziamenti o dati di origine: la National Aeronautics and Space Administration (NASA), il Programma delle Nazioni Unite per l'ambiente/Global Resource Information Database (UNEP/GRID), l'Agenzia statunitense per lo sviluppo internazionale (USAID), l'Instituto Nacional de Estadistica Geografica e Informatica (INEGI) del Messico, il Geographical Survey Institute (GSI) del Giappone, Manaaki Whenua Landcare Research della Nuova Zelanda e il Scientific Committee on Antarctic Research (SCAR).
Bande
Bande
Nome
Unità
Min
Max
Dimensioni dei pixel
Descrizione
elevation
m
-407*
8752*
927,67 metri
Elevazione
* valore minimo o massimo stimato
Termini e condizioni d'uso
Termini e condizioni d'uso
Non sono previste restrizioni all'utilizzo dei dati ricevuti
dall'Earth Resources Observation and
Science (EROS) Center dell'U.S. Geological Survey. Per ulteriori informazioni, visita la pagina Utilizzo
e citazione dei dati dell'USGS.
Citazioni
Citazioni:
GTOPO30 DEM per gentile concessione dell'US Geological Survey
GTOPO30 è un modello digitale di elevazione (DEM) globale con una spaziatura della griglia orizzontale di 30 secondi d'arco (circa 1 chilometro). Il DEM è stato derivato da diverse fonti raster e vettoriali di informazioni topografiche. Completato alla fine del 1996, GTOPO30 è stato sviluppato in un periodo di tre anni grazie a uno sforzo collaborativo guidato da…
[null,null,[],[[["\u003cp\u003eGTOPO30 is a global digital elevation model (DEM) with a 30 arc-second resolution (approximately 1 kilometer).\u003c/p\u003e\n"],["\u003cp\u003eIt was developed by the USGS in collaboration with NASA and other organizations, completed in 1996.\u003c/p\u003e\n"],["\u003cp\u003eGTOPO30 provides elevation data derived from various sources and is freely available for use without restrictions.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset can be accessed and analyzed using Google Earth Engine.\u003c/p\u003e\n"]]],["The core content details the GTOPO30 dataset, a global digital elevation model (DEM) provided by the U.S. Geological Survey. This dataset, finalized in 1996, offers elevation data with approximately 1-kilometer horizontal grid spacing. It was made available via Earth Engine. The dataset ranges from -407 to 8752 meters in elevation. Users can freely use the data with no restrictions. The Earth Engine code snippet provided enables direct data access and visualization.\n"],null,["# GTOPO30: Global 30 Arc-Second Elevation\n\nDataset Availability\n: 1996-01-01T00:00:00Z--1996-01-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [United States Geological Survey](https://www.usgs.gov/centers/eros/science/usgs-eros-archive-digital-elevation-global-30-arc-second-elevation-gtopo30)\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) [topography](/earth-engine/datasets/tags/topography) [usgs](/earth-engine/datasets/tags/usgs) \ngtopo30 \n\n#### Description\n\nGTOPO30 is a global digital elevation model (DEM) with\na horizontal grid spacing of 30 arc seconds (approximately 1 kilometer).\nThe DEM was derived from several raster and vector sources of topographic\ninformation. Completed in late 1996, GTOPO30 was developed over\na three-year period through a collaborative effort led by the U.S.\nGeological Survey''s Center for Earth Resources Observation and\nScience (EROS). The following organizations participated by contributing\nfunding or source data: the National Aeronautics and Space Administration\n(NASA), the United Nations Environment Programme/Global Resource\nInformation Database (UNEP/GRID), the U.S. Agency for International\nDevelopment (USAID), the Instituto Nacional de Estadistica Geografica\ne Informatica (INEGI) of Mexico, the Geographical Survey Institute (GSI)\nof Japan, Manaaki Whenua Landcare Research of New Zealand, and\nthe Scientific Committee on Antarctic Research (SCAR).\n\n### Bands\n\n**Bands**\n\n| Name | Units | Min | Max | Pixel Size | Description |\n|-------------|-------|--------|--------|---------------|-------------|\n| `elevation` | m | -407\\* | 8752\\* | 927.67 meters | Elevation |\n\n\\* estimated min or max value\n\n### Terms of Use\n\n**Terms of Use**\n\nThere are no restrictions on the use of data received\nfrom the U.S. Geological Survey's Earth Resources Observation and\nScience (EROS) Center. For more information, visit the USGS' [Data\nUse and Citation](https://www.usgs.gov/centers/eros/science/usgs-eros-archive-data-use-and-citation) page.\n\n### Citations\n\nCitations:\n\n- GTOPO30 DEM 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/GTOPO30');\nvar elevation = dataset.select('elevation');\nvar elevationVis = {\n min: -10.0,\n max: 8000.0,\n gamma: 1.6,\n};\nMap.setCenter(11.69, 43.9, 4);\nMap.addLayer(elevation, elevationVis, 'Elevation');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/USGS/USGS_GTOPO30) \n[GTOPO30: Global 30 Arc-Second Elevation](/earth-engine/datasets/catalog/USGS_GTOPO30) \nGTOPO30 is a global digital elevation model (DEM) with a horizontal grid spacing of 30 arc seconds (approximately 1 kilometer). The DEM was derived from several raster and vector sources of topographic information. Completed in late 1996, GTOPO30 was developed over a three-year period through a collaborative effort led by ... \nUSGS/GTOPO30, dem,elevation,elevation-topography,geophysical,nasa,topography,usgs \n1996-01-01T00:00:00Z/1996-01-01T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.usgs.gov/centers/eros/science/usgs-eros-archive-digital-elevation-global-30-arc-second-elevation-gtopo30)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/USGS_GTOPO30)"]]