d040·dataset
Ocean life, mapped & blended
PACE OCI L3 Standard Mapped Image (gridded composites)
OB.DAAC PACE_OCI_L3M_CHL cloud-native 4 km gridded daily / 8-day / monthly composites NetCDF oceanbiologyclimate
Ready-to-use daily/8-day/monthly gridded chlorophyll-a from PACE — drop the L2 complexity for climate-style analyses.
PACE OCI L3 Standard Mapped Image (gridded composites)
Ready-to-use daily/8-day/monthly gridded chlorophyll-a from PACE — drop the L2 complexity for climate-style analyses.
Access
- Python (earthaccess):
short_name='PACE_OCI_L3M_CHL' - Portal: https://oceandata.sci.gsfc.nasa.gov/
Gotchas
- Composite gap filling may include older observations near edges
- Hyperspectral PFT products are separate (not in this short_name)
Related
- Other datasets: d039
Sources
The access details, code, and sources below are kept in the original English for technical accuracy.
Quick access (cloud-direct)
import earthaccess
earthaccess.login(strategy="netrc")
results = earthaccess.search_data(
short_name="PACE_OCI_L3M_CHL",
bounding_box=(-122.5, 37.2, -121.8, 37.9),
temporal=("2024-01-01", "2024-12-31"),
)
files = earthaccess.open(results) # stream from OB.DAAC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. 📚 Problem Finder KB
Not yet tracked in the KB.