Landing page for the Virtual Zarr ecosystem — a collection of tools that enable cloud-optimized access to legacy scientific data formats.
Virtual Zarr brings cloud-native workflows to existing data archives without requiring data duplication. The ecosystem includes:
- VirtualiZarr - Create virtual Zarr stores from archival data
- Icechunk - Transactional storage engine for virtual references
- earthaccess - NASA Earthdata authentication and virtual datacube integration
# Install dependencies
yarn install
# Run development server
yarn dev
# Build for production
yarn buildOpen http://localhost:3000 to view the site.
This project uses ESLint and Prettier for code quality and formatting.
# Run linter
yarn lint
# Fix auto-fixable issues
yarn lint:fix
# Format code with Prettier
yarn formatOptional:
GITHUB_TOKEN- GitHub personal access token for fetching contributor info (avoids rate limiting)
- Next.js 15
- Chakra UI v3
- SWR for data fetching
Contributions are welcome! Please feel free to submit a Pull Request.
Apache 2.0 - see LICENSE for details.