Yearly summary of disturbed land (Landsat+Sentinel-2)
What it measures. A yearly summary of where vegetation was disturbed or lost, flagging pixels where plant cover dropped and noting when the disturbance first began.
How it's made. Created by aggregating a year's worth of more frequent disturbance alerts, themselves built from combined Landsat and Sentinel-2 imagery, with disturbances confirmed using later cloud-free views.
How & where you'd use it. Helps track deforestation, fire damage, and other land changes over a full year for environmental monitoring and land management.
What's measured
Coverage & cadence
- Time span2023-01-01 → ongoing
- Measured bySentinel-2A (Sentinel-2 MSI) · Sentinel-2B (Sentinel-2 MSI) · Sentinel-2C (Sentinel-2 MSI) · LANDSAT-8 (OLI) · LANDSAT-9 (OLI)
- Processing levelLevel 3
- 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 Observational Products for End-Users from Remote Sensing Analysis ([OPERA](https://www.jpl.nasa.gov/go/opera)) Land Surface Disturbance Annual from Harmonized Landsat Sentinel-2 (HLS) product Version 1 summarizes the [DIST-ALERT](https://doi.org/10.5067/SNWG/OPERA_L3_DIST-ALERT-HLS_V1.001) data product into an annual vegetation disturbance data product. Vegetation disturbance is mapped when there is an indicated decrease in vegetation cover within an HLS Version 2 pixel. The product also provides auxiliary generic disturbance information as determined from the variations of the reflectance through the DIST-ALERT scenes to provide information about more general disturbance trends. The DIST-ANN product tracks changes at the annual scale, aggregating changes identified in the DIST-ALERT product. Only confirmed disturbances from the associated year are reported together with the date of initial disturbance. As confirmed disturbances are determined using subsequent cloud-free observations to determine if the loss detections persist, the required number of HLS scenes depends on visibility of the target. Due to this dependency, summarizing the DIST-ALERT in the DIST-ANN product will have some latency contingent on the algorithmic calibration and is detailed in the Algorithm Theoretical Basis Document (ATBD). The OPERA_L3_DIST-ANN-HLS (or DIST-ANN) data product is provided in Cloud Optimized GeoTIFF (COG) format, and each layer is distributed as a separate COG. There are 21 layers contained within the DIST-ANN product: vegetation disturbance status, historical vegetation cover indicator, maximum vegetation cover indicator, maximum vegetation anomaly value, vegetation disturbance confidence layer, date of initial vegetation disturbance, number of detected vegetation loss anomalies, vegetation disturbance duration, date of last observation assessed for vegetation disturbance, and several generic disturbance layers. Each product layer is gridded to the same resolution and tiling system as HLS V2: 30 meter (m) and Military Grid Reference System ([MGRS](https://hls.gsfc.nasa.gov/products-description/tiling-system/)). See the Product Specification Document (PSD) for a more detailed description of the individual layers provided in the DIST-ANN product. The OPERA 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. The OPERA_L3_DIST-ANN-HLS product contains modified Copernicus Sentinel data (2020-2025). Known Issues * Additional usage constraints are provided under Section 5 of the Algorithm Theoretical Basis Document (ATBD).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="OPERA_L3_DIST-ANN-HLS_V1",
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 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 Product Specification 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
- Rapid Monitoring of Global Land Change. VIEW RELATED INFORMATION