Ocean color and plant life, fast delivery (Sentinel-3A, near real-time)
What it measures. Provides ocean color measurements and related quantities such as chlorophyll concentration, how clear the water is, and how light penetrates the sea surface. Chlorophyll levels indicate how much microscopic plant life is present.
How it's made. Produced from the OLCI instrument on Europe's Sentinel-3A satellite as a fast, near-real-time product, using readily available supporting data rather than the most refined inputs.
How & where you'd use it. Used to monitor ocean plant life, water clarity, and coastal conditions quickly; because it is near-real-time, accuracy is somewhat traded for speed.
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_EFR_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