Ocean color and tiny sea plants, near-real-time (Sentinel-3A)
What it measures. Captures ocean color and related light measurements for a region, including how light penetrates the water, surface reflectance, and chlorophyll (a sign of tiny sea plants). It bundles several optics-based variables together.
How it's made. Derived from the OLCI instrument on Europe's Sentinel-3A satellite; this is a near-real-time, atmospherically corrected product, so its calibration is less than optimal.
How & where you'd use it. Used to study light penetration, ocean productivity, and biogeochemical cycles, and to support ecosystem and water-quality monitoring.
What's measured
Coverage & cadence
- Time span2016-04-05 → ongoing
- Measured bySentinel-3A (OLCI)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- FormatsnetCDF-4
- StatusACTIVE
What you can do with it
- Watch sea-surface temperature and marine heatwaves
- Spot algal blooms and ocean-colour shifts
- Support fisheries and coastal monitoring
Official description
The Ocean Biology DAAC produces near real-time (NRT) products using the best-available combination of ancillary data from meteorological and ozone data. As such, the inputs and the calibration used are less than optimal. Near real-time products provide a snapshot of the data during a short time period within a single orbit. The Ocean Color (OC) data suite provides calibrated, atmospherically corrected ocean-optics measurements and derived biogeophysical products. This data suite includes the Apparent Optical Properties (AOP) and provides satellite-derived measures of the interaction between solar radiation and the upper ocean. AOPs are "apparent" because they depend not only on the inherent optical properties (IOPs) of seawater and its constituents but also on the ambient light field. These variables are critical for studying light penetration, primary productivity, and biogeochemical cycling. This activity was informed by the Satellite Needs Working Group (SNWG), an interagency effort of the U.S. Government dedicated to identifying and addressing Earth observation needs across U.S. civilian federal agencies. Geophysical variables in this suite include: - Kd_490 - Diffuse attenuation coefficient at 490 nm, KD2 algorithm (m⁻¹) - Rrs - Remote sensing reflectance (sr⁻¹) - angstrom - Aerosol Angstrom exponent, 443 to 865 nm - chlor_a - Chlorophyll Concentration, OCI Algorithm (mg m⁻³) - l2_flags - Level-2 Processing Flags - aot_865 - Aerosol optical thickness at 865 nm
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="OLCIS3A_L2_ERR_OC_NRT",
version="2022.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 OB_CLOUD 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
- View the version history of this product. VIEW RELATED INFORMATION
- NASA's Ocean Color Web - Data Distribution Site GET DATA
- Sentinel-3A Homepage VIEW RELATED INFORMATION
- OLCI Homepage VIEW RELATED INFORMATION
- Satellite data procesing can be difficult. We're here to help! Visit the Oceandata Help Hub to navigate learning content for accessing visualizing, and analyzing data products. VIEW RELATED INFORMATION