This Icechunk repository provides virtual access to NASA PACE OCI Level-3 chlorophyll (short_name PACE_OCI_L3M_CHL) products for in-region AWS access. See README below for how to read in data. See the ipynb notebook for how this store was created.
This Icechunk repository provides virtual access to NASA PACE OCI Level-3 products for in-region AWS access. The data remain in the original NASA S3 bucket and are accessed through virtual references, avoiding duplication while providing a Zarr-compatible interface.
There are the following Icechunk stores:
PACE_OCI_L3M_CHLPACE_OCI_L3M_RRSPACE_OCI_L3M_KDEach L3 product has daily, monthly, and 8D at 2 different grids 0p1deg and 4km. The group names are:
daily/0p1deg daily/4kmmonthly/0p1deg monthly/4km8Day/0p1deg 8Day/4kmThe PACE_OCI_L3M_CHL daily groups are separated into subgroups based on differences in chunking before 2026-02 and afterwards.
daily/0p1deg/chunks_512 + daily/0p1deg/chunks_16 and daily/4km/chunks_512 + daily/4km/chunks_16chunks_512: Files with chlorophyll chunked as (time=1, lat=512, lon=1024).chunks_16: Files with chlorophyll chunked as (time=1, lat=16, lon=1024).Each dataset includes a time coordinate derived from the start date in the filename, allowing it to be opened as a standard xarray dataset with xr.open_zarr().
See pace-icechunk-examples.ipynb for more examples and plot examples. See environment.yml for the basic environment needed. NASA Earthdata requires authentication. Use earthaccess to get the s3 credentials.
Using the function below: