Ground temperature and frozen-soil maps, High Mountain Asia (1 km)
What it measures. Monthly ground and land-surface temperature maps for the High Mountain Asia region, plus estimates of how likely permafrost (permanently frozen ground) is in each spot, at about 1-kilometer detail from 2003 to 2016.
How it's made. Created by filling gaps in MODIS satellite surface-temperature readings using temperature data from the AIRS instrument, so the maps are complete even where clouds blocked the view.
How & where you'd use it. Helps scientists track frozen ground and ground temperatures across this remote mountain region, which matters for water supply, landslides, and climate change.
What's measured
Coverage & cadence
- Time span2003-01-01 → 2016-12-31
- Measured byAqua (AIRS, MODIS) · Terra (MODIS)
- Processing levelLevel 4
- Spatial extent63, 22.7, 106.7, 45
- FormatsnetCDF-4
- 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
This data set consists of 1 km resolution monthly land surface temperatures (MLSTs); mean annual ground temperatures (MAGTs); and estimates of permafrost extent (PE) in the High Mountain Asia region from 1 Jan 2003 – 31 Dec 2016. The data were generated by gap-filling daily MODIS Terra/Aqua Land surface temperatures (LSTs) with downscaled Atmospheric Infra-Red Sounder (AIRS) skin surface temperatures.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="HMA2_GFTP",
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
- High Mountain Asia 1 km MODIS-AIRS Gap-Filled Ground Temperatures and Permafrost Probability Maps, 2003-2016, Version 1 User Guide VIEW RELATED INFORMATION