Greenland-wide satellite image map, year 2000
What it measures. A seamless picture-map of the entire Greenland ice sheet around the year 2000, sharp enough at 15 m to pick out topography, large crevasses, and other surface features, with extra layers describing surface properties like snow grain size and bare rock.
How it's made. Stitched together from Landsat 7 optical imagery and RADARSAT-1 radar imagery collected between 1999 and 2002 into a single mosaic.
How & where you'd use it. Gives glaciologists a baseline view of Greenland's ice surface to compare against later years and to study features like crevasses, bedrock outcrops, and melt areas.
What's measured
Coverage & cadence
- Time span1999-06-30 → 2002-09-04
- Measured byLANDSAT-7 (ETM+) · RADARSAT-1 (SAR)
- Processing levelLevel 3
- Spatial extent-70, 60, -20, 82
- FormatsGeoTIFF, ASCII
- StatusCOMPLETE
What you can do with it
- Measure sea ice, snow cover and glaciers
- Watch ice-sheet elevation change
- Track freeze/thaw and permafrost
Official description
This data set, part of the NASA's Making Earth System Data Records for Use in Research Environments (MEaSUREs) program, provides a complete 15 m resolution image mosaic of the Greenland ice sheet, derived from USGS Landsat 7 ETM+ imagery and Canadian Space Agency's (CSA) RADARSAT-1 imagery from the years 1999 to 2002. Additional bands (some at 30 m resolution) are provided for each tile in the mosaic and are useful for understanding surface properties, such as snow grain size, bedrock outcrops, mapping layering in the snow, and blue ice or lake-filled regions, during the spring and summer months. The panchromatic (band 8) mosaic provides the highest-resolution view of the ice sheet surface at 15 m, resolving topographic features, large crevasses, and other geophysical structures. See <a href="http://nsidc.org/data/measures/gimp">Greenland Ice Mapping Project (GIMP)</a> for related data.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="NSIDC-0713",
version="1",
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 NSIDC_CPRD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Search and order NASA Earth Science data using spatial and temporal filters. Reformatting, reprojecting, and subsetting options are available for some data sets. GET DATA
- Quickly download a few files using a web browser, or access data through a command-line utility such as WGET. GET DATA
- Search data by spatial and/or temporal ranges or file name. Choose from various download options, including a Python script. GET DATA
- A Python library to search and access NASA Earth science data with just a few lines of code GET DATA
- Find more data access options and help resources. VIEW RELATED INFORMATION
- MEaSUREs Greenland Ice Mapping Project (GIMP) 2000 Image Mosaic, Version 1 User Guide VIEW RELATED INFORMATION
- Greenland Ice Mapping Project 2 (GIMP-2) Algorithm Theoretical Basis Document VIEW RELATED INFORMATION