How green the land is, daily (Sentinel-2, 30 m)
What it measures. Nine different indicators of vegetation health (greenness indices) that quantify various aspects of plant condition, available daily at 30-meter detail.
How it's made. Derived from Sentinel-2 imagery as part of the Harmonized Landsat and Sentinel-2 project, which blends Landsat and Sentinel-2 data so the products line up on a common grid.
How & where you'd use it. Useful for tracking vegetation over time, spotting stress or deforestation, assessing crop health, and building time-series stacks for analysis.
What's measured
Coverage & cadence
- Time span2015-11-28 → ongoing
- Measured bySentinel-2A (Sentinel-2 MSI) · Sentinel-2B (Sentinel-2 MSI) · Sentinel-2C (Sentinel-2 MSI)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- FormatsCOG
- 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 Harmonized Landsat and Sentinel-2 (HLS) project provides consistent data products from the Operational Land Imager (OLI) aboard the joint NASA/USGS Landsat 8 and Landsat 9 satellites and the Multi-Spectral Instrument (MSI) aboard Europe’s Copernicus Sentinel-2A, Sentinel-2B, and Sentinel-2C satellites. The combined measurement enables global observations of the land every 1.6 days at 30 meter (m) spatial resolution. The HLSS30 Vegetation Indices (HLSS30_VI) product is derived from Sentinel-2A, Sentinel-2B, and Sentinel-2C MSI data products. Vegetation indices combine specific bands of satellite data to quantify various aspects of vegetation. Analysis of vegetation indices allows for tracking changes in vegetation over time, identifying areas of stress or deforestation, and assessing crop health. Vegetation indices provide a reliable and efficient means of understanding the complex dynamics of vegetation health. The HLSS30_VI and HLSL30_VI products are gridded to the same resolution and Military Grid Reference System ([MGRS](https://hls.gsfc.nasa.gov/products-description/tiling-system/)) tiling system and thus are “stackable” for time series analysis. The HLSS30_VI product is provided in Cloud Optimized GeoTIFF (COG) format, and each band is distributed as a separate file. Nine indicators of vegetation health are included in the HLSS30_VI product: Normalized Difference Vegetation Index (NDVI), Enhanced Vegetation Index (EVI), Soil Adjusted Vegetation Index (SAVI), Modified Soil Adjusted Vegetation Index (MSAVI), Normalized Difference Moisture Index (NDMI), Normalized Difference Water Index (NDWI), Normalized Burn Ratio (NBR), Normalized Burn Ratio 2 (NBR2), and Triangular Vegetation Index (TVI). See the User Guide for a more detailed description of the individual vegetation health variables provided in the HLSS30_VI product. The HLS project is funded by NASA’s Satellite Needs Working Group (SNWG) which provides data products developed to meet the needs of stakeholders from US government agencies.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="HLSS30_VI",
version="2.0",
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
- 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