Raw ocean-color camera data (PACE)
What it measures. The rawest form of data from PACE's ocean-color camera: full-resolution, time-stamped instrument readings that have not yet been turned into science measurements, packaged with the calibration and pointing information needed to process them.
How it's made. Comes straight from the OCI instrument on NASA's PACE satellite as reconstructed, unprocessed Level-1A data, annotated with the extra details required for later steps.
How & where you'd use it. A building-block input used mainly by data processors to create higher-level ocean-color products; most users work with those finished products instead.
What's measured
Coverage & cadence
- Time span2024-03-05 → ongoing
- Measured byPACE (OCI)
- Processing levelLevel 1
- 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
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="PACE_OCI_L1A_SCI",
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
- PACE Homepage VIEW RELATED INFORMATION
- OCI 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