How hot the land surface gets (NOAA-20, daily, 0.05 degree)
What it measures. Daily global maps of how hot the land surface is and how efficiently it radiates heat (emissivity), at a resolution of about 0.05 degrees (roughly 5.6 kilometers).
How it's made. Compiled from daytime VIIRS observations on the NOAA-20 satellite, averaging all the clear-sky, good-quality readings that fall in each grid cell for the day.
How & where you'd use it. Supports studies of heat at the ground, drought and climate monitoring, and is designed to extend the long-running MODIS land-temperature record.
What's measured
Coverage & cadence
- Time span2018-01-01 → ongoing
- Measured byNOAA-20 (VIIRS)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- FormatsHDF-EOS5
- StatusACTIVE
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 NOAA-20 Visible Infrared Imaging Radiometer Suite (VIIRS) Land Surface Temperature and Emissivity (LST&E) Climate Modeling Grid Version 2 product (VJ121C) is compiled daily from daytime Level 2 Gridded (L2G) intermediate products. The L2G process maps the daily [VJ121](https://doi.org/10.5067/VIIRS/VJ121.002) swath granules onto a sinusoidal MODIS grid and stores all observations overlapping a gridded cell for a given day. The VJ121C1 algorithm sorts through all these observations for each cell and estimates the final LST value as an average from all cloud-free observations that have good LST accuracies. The 0.05 degree (5,600 m) dataset is derived through resampling the native 750 meter VIIRS resolution in the input product. The overall objective for NASA VIIRS products is to ensure the algorithms and products are compatible with the MODIS Terra and Aqua algorithms to promote the continuity of the Earth Observation System (EOS) mission. Additional details regarding the method used to create this Level 3 (L3) product are available in the Algorithm Theoretical Basis Document (ATBD). The VJ121C1 product contains 25 Science Datasets (SDS) variables: LST, quality control, view zenith angle, and time of observation for both day and night observations along with emissivity for bands M14, M15, and M16. Low-resolution browse images for day and night LST are also available for each VJ121C1 granule. Known Issues * For complete information about known issues please refer to the [MODIS/VIIRS Land Quality Assessment website](https://landweb.modaps.eosdis.nasa.gov/knownissue?sensor=VIIRS) and the User Guide.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="VJ121C1",
version="002",
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 LDOPE Land Product Quality Assessment website provides known issues, maneuvers, and product quality of the land products. VIEW RELATED INFORMATION
- The technical information in the User's Guide enables users to interpret and use the data products. VIEW RELATED INFORMATION
- The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products. VIEW RELATED INFORMATION
- Validation at stage 1 has been achieved for the VIIRS Land Surface Temperature and Emissivity product suite. VIEW RELATED INFORMATION
- Further details regarding VIIRS product validation and maturity status are available from VIIRS Land Product Quality Assessment site. VIEW RELATED INFORMATION