How fast northern glaciers are flowing
What it measures. Maps how fast five specific surge-type glaciers are flowing, along with estimates of the uncertainty in those speeds. It also includes glacier outlines and supporting reference data.
How it's made. Made by tracking the movement of surface features between repeat satellite images from Landsat, Sentinel-2 and daily PlanetScope, using a customized feature-tracking pipeline.
How & where you'd use it. Helps glaciologists study fast, unstable glacier behavior during surges, which matters for understanding ice loss and related hazards.
What's measured
Coverage & cadence
- Time span2019-03-05 → 2022-12-26
- Measured byLANDSAT-8 (OLI) · LANDSAT-9 (OLI-2) · PlanetScope (PS2, PS2.SD, PSB.SD) · Sentinel-2A (Sentinel-2 MSI) · Sentinel-2B (Sentinel-2 MSI)
- Processing levelLevel 3
- Spatial extent11.54977, 78.6133, 12.7047, 78.7801
- FormatsGeoTIFF, Shapefile, CSV
- 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 consists of velocity maps and error estimates for five surge-type glaciers: Nàłùdäy/Lowell Glacier, Canada; Medvezhiy Glacier, the Pamir mountains; South Rimo Glacier, the Karakoram; Sít' Kusá Glacier, Alaska; and Aavatsmarkbreen Glacier, Spitsbergen, Svalbard. The maps are generated using CautoRIFT, a pipeline that improves temporal coverage during periods of rapid glacier motion by adding pre-processed, daily high-resolution PlanetScope images and customized feature tracking parameters for each glacier to NASA's autonomous Repeat Image Feature Tracking (autoRIFT) algorithm for Sentinel-2 and Landsat imagery. Stable surface masks, area of interest (AOI) and glacier outlines, and ancillary data are also available for each glacier site.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="NSIDC-0801",
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 data by spatial and/or temporal ranges or file name. Choose from various download options, including a Python script. GET DATA
- 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
- 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
- Select Northern Hemisphere Glacier Velocity Maps Using Customized autoRIFT and PlanetScope Imagery, Version 1 User Guide VIEW RELATED INFORMATION