End-to-end examples¶
The following examples demonstrate the use of VirtualiZarr to create virtual datasets of various kinds.
V2 Examples¶
These examples use the VirtualiZarr 2.x API with obstore for cloud storage access:
- Virtualizing GOES-16 satellite data (basic) - Virtualizes a GOES-16 file using a standard obstore. Use as a baseline for performance comparison.
- Virtualizing GOES-16 satellite data with optimized store wrappers - Demonstrates using
CachingReadableStoreandSplittingReadableStorefromobspec-utilsto optimize metadata access when virtualizing remote HDF5/NetCDF files.
GOES-16 archive notebooks¶
This notebook accompanies the Old format, no problem!: Cloud-optimizing the GOES-16 archive as Virtual Zarr blog post, which virtualizes NOAA's entire 7-year GOES-16 archive into a single virtual Zarr datacube:
- Ingesting the GOES-16 archive - End-to-end notebook building the virtual store from the netCDF archive.
V1 Examples¶
Note
The V1 examples listed here use a pre-2.0 release of VirtualiZarr.