Ground elevation map of the whole world (ASTER)
What it measures. A worldwide map of ground elevation (how high the land sits above sea level) for land areas, at about 30 m spacing.
How it's made. Built by NASA and Japan's METI from over a decade of ASTER stereo image pairs taken from the Terra satellite, which were matched, cloud-screened, stacked, and cleaned to produce the elevation values.
How & where you'd use it. A foundational terrain map used for flood and watershed modeling, planning, mapping, and any work that needs to know the shape and height of the land.
What's measured
Coverage & cadence
- Time span2000-03-01 → 2013-11-30
- Measured byTerra (ASTER)
- Processing levelLevel 3
- Spatial extent-180, -83, 180, 82
- FormatsCOG
- StatusCOMPLETE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
The Terra Advanced Spaceborne Thermal Emission and Reflection Radiometer (ASTER) Global Digital Elevation Model (GDEM) Version 3 (ASTGTM) provides a global digital elevation model (DEM) of land areas on Earth at a spatial resolution of 1 arc second (approximately 30 meter horizontal posting at the equator). The development of the ASTER GDEM data products is a collaborative effort between National Aeronautics and Space Administration (NASA) and Japan's Ministry of Economy, Trade, and Industry (METI). The ASTER GDEM data products are created by the Sensor Information Laboratory Corporation (SILC) in Tokyo. The ASTER GDEM Version 3 data product was created from the automated processing of the entire [ASTER Level 1A](https://doi.org/10.5067/ASTER/AST_L1A.003) archive of scenes acquired between March 1, 2000, and November 30, 2013. Stereo correlation was used to produce over one million individual scene based ASTER DEMs, to which cloud masking was applied. All cloud screened DEMs and non-cloud screened DEMs were stacked. Residual bad values and outliers were removed. In areas with limited data stacking, several existing reference DEMs were used to supplement ASTER data to correct for residual anomalies. Selected data were averaged to create final pixel values before partitioning the data into 1 degree latitude by 1 degree longitude tiles with a one pixel overlap. To correct elevation values of water body surfaces, the ASTER Global Water Bodies Database ([ASTWBD](https://doi.org/10.5067/ASTER/ASTWBD.001)) Version 1 data product was also generated. The geographic coverage of the ASTER GDEM extends from 83° North to 83° South. Each tile is distributed in both a Cloud Optimized GeoTIFF (COG) and NetCDF4 format through NASA Earthdata Search. Data are projected on the 1984 World Geodetic System (WGS84)/1996 Earth Gravitational Model (EGM96) geoid. Each of the 22,912 tiles in the collection contain at least 0.01% land area. Provided in the ASTER GDEM product are layers for DEM and number of scenes (NUM). The NUM layer indicates the number of scenes that were processed for each pixel and the source of the data. While the ASTER GDEM Version 3 data products offer substantial improvements over Version 2, users are advised that the products still may contain anomalies and artifacts that will reduce its usability for certain applications. Known Issues * ASTER GDEM Version 3 tiles overlap by one pixel to the north, south, east, and west of the tile perimeter. In most cases the overlapping edge pixels have identical pixel values, but it is possible that in some instances values will differ. * ASTER GDEM Version 3 is considered to be void free except for Greenland and Antarctica. * Users are reminded that because there are known inaccuracies and artifacts in the dataset, to use the product with awareness of these limitations. The data are provided "as is" and neither NASA nor METI/Earth Resources Satellite Data Analysis Center (ERSDAC) will be responsible for any damages resulting from use of the data.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="ASTGTM",
version="003",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from LPCLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA
- The technical information in the User's Guide enables users to interpret and use the data products. VIEW RELATED INFORMATION
- DEM Comparison Guide VIEW RELATED INFORMATION
- The Application for Extracting and Exploring Analysis Ready Samples (AppEEARS) offers a simple and efficient way to perform data access and transformation processes. GET DATA
- Earthdata Search allows users to search, discover, visualize, refine, and access ASTGTM_NC. GET DATA
- Earthdata Search allows users to search, discover, visualize, refine, and access ASTGTM_NUMNC. GET DATA