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.
V1 Examples¶
Note
The V1 examples listed here use a pre-2.0 release of VirtualiZarr.