Raw ocean color imagery (SeaWiFS, global coverage)
What it measures. Raw, full-resolution ocean-color instrument data that has been time-stamped and tagged with supporting information like calibration coefficients and pointing details, but not yet turned into finished geophysical measurements.
How it's made. These are the earliest reconstructed, unprocessed readings from the SeaWiFS instrument on the OrbView-2 satellite, annotated with the extras needed for later processing.
How & where you'd use it. A raw building-block input; most people use the finished ocean-color products derived from it rather than this early-stage data directly.
What's measured
Coverage & cadence
- Time span1997-09-04 → 2010-12-11
- Measured byOrbView-2 (SeaWiFS)
- Processing levelLevel 1
- Spatial extent-180, -90, 180, 90
- FormatsnetCDF-4
- StatusCOMPLETE
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
Level 1A (L1A) data are reconstructed, unprocessed instrument data at full resolution, time-referenced, and annotated with ancillary information. This ancillary information can include radiometric and geometric calibration coefficients and georeferencing parameters (e.g., platform ephemeris).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SeaWiFS_L1_GAC",
version="2",
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
- NASA's Ocean Color Web - Data Distribution Site GET DATA
- OrbView-2 Homepage VIEW RELATED INFORMATION
- SeaWiFS 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