Reservoir and lake surface area, monthly (Aqua)
What it measures. Monthly figures for 164 large reservoirs and regulated lakes worldwide, including surface area, water level, stored volume, and how much water is lost to evaporation.
How it's made. Built by combining the 8-day area measurements from the companion Aqua/MODIS product into monthly summaries, then adding evaporation estimates from a lake model fed by surface-temperature and weather data.
How & where you'd use it. Helps track reservoir water storage and evaporation losses over months, useful for water management and drought and hydrology studies.
What's measured
Coverage & cadence
- Time span2002-07-01 → ongoing
- Measured byAqua (MODIS)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- FormatsHDF-EOS2
- StatusACTIVE
What you can do with it
- Follow rainfall, floods and surface-water extent
- Track soil moisture and the onset of drought
- Monitor lakes, rivers and groundwater storage
Official description
The Aqua Moderate Resolution Imaging Spectroradiometer (MODIS) Water Reservoir Monthly Level 3 (L3) Global (MYD28C3) Version 6.1 product provides current data for 151 man-made reservoirs and 13 regulated natural lakes for a total of 164 reservoirs. The MYD28C3 Version 6.1 data product is a composite of the 8-day area classifications from [MYD28C2](https://lpdaac.usgs.gov/products/myd28c2v061/), which is converted to provide monthly elevation and water storage. [Lake Temperature and Evaporation Model (LTEM)](https://doi.org/10.1016/j.rse.2020.112104) via MODIS Land Surface Temperature (LST) ([MYD21](https://lpdaac.usgs.gov/products/myd21v061/)) and meteorological data from [Global Land Data Assimilation System (GLDAS)](https://earth.gsfc.nasa.gov/hydro/data/gldas-global-land-data-assimilation-system-data) are used to produce monthly evaporation rates and volume losses. The MYD28C3 data product contains a single layer with information about the reservoir identifier, dam location (longitude and latitude), monthly reservoir area, elevation, storage capacity, evaporation rate, and evaporation volume. Known Issues * Water occurrence images generally show smaller surface area dynamics in high latitude regions, creating pixels with low occurrence values that have relatively large uncertainties. In addition, the quality of raw water area classification can be affected by lake ice coverage typically creating an overestimation of surface area in the enhancement algorithm. This issue will be addressed in a future release of the enhancement algorithm. For additional information about known issues, refer to Section 4 in the User Guide and [MODIS/VIIRS Land Quality Assessment website](https://landweb.modaps.eosdis.nasa.gov/knownissue?sensor=MODIS&sat=Aqua&as=61).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="MYD28C3",
version="061",
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 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 MODIS Water Reservoir product suite. VIEW RELATED INFORMATION
- Further details regarding MODIS land product validation for the MYD28 data products are available from the MODIS Land Team Validation site. VIEW RELATED INFORMATION
- The LDOPE Land Product Quality Assessment website provides known issues, maneuvers, and product quality of the land products. VIEW RELATED INFORMATION