This dataset is a small demonstration Icechunk repository built from NOAA Climate Data Record (CDR) AVHRR NDVI NetCDF files. The Icechunk repository stores metadata and virtual chunk references, while the original NetCDF data chunks remain in the public NOAA S3 bucket.
This example is intended for teaching cloud-native access patterns for archival NetCDF data using:
Virtual chunks pointing back to the original NOAA NetCDF files
Time coverage in this demo
First 5 days of January 2000
Main variable
NDVI
Spatial grid
Global latitude/longitude grid
Access
Public / anonymous
What is in this repository?
This repository contains an Icechunk dataset. The Icechunk repository does not copy the full NDVI data out of the original NetCDF files. Instead, it stores virtual references that point back to byte ranges in the original public NOAA S3 files.
That means:
The Icechunk repo is small.
The original data remain in NOAA's public bucket.
Users can open the dataset with Xarray as if it were a Zarr-like dataset.
Reading actual NDVI values will fetch the needed byte ranges from the original NetCDF files.
Source data
The source NetCDF files are from the public NOAA CDR NDVI bucket:
Please cite the original NOAA CDR NDVI product when using the data scientifically. This Icechunk repository is a derived access layer for demonstration and teaching purposes; the underlying data are from NOAA.
License
See the license and use constraints for the original NOAA CDR NDVI product. This repository provides virtual access to that public source data and does not modify the original NetCDF files.