VirtualiZarr
Cloud-Optimize your Scientific Data as Virtual Zarr stores, using xarray syntax.
File Explorer
Download Latest Version (.zip)- main.yml
- minimum-versions.yml
- release.yml
- typing.yml
- upstream.yml
- codecov.yml
- PULL_REQUEST_TEMPLATE.md
- upstream-overrides.txt
- format_tiers.md
- format_tiers.py
- contributing.md
- core_team_guide.md
- releases.md
- dmrpp.md
- fits.md
- grib.md
- hdf4.md
- hdf5.md
- icechunk.md
- kerchunk.md
- netcdf3.md
- protocol.md
- tiff.md
- zarr.md
- zip.md
- developer.md
- serialization.md
- virtualizarr.md
- custom_parsers.md
- data_structures.md
- faq.md
- installation.md
- examples.md
- grid_alignment.png
- scaling.md
- usage.md
- validation.md
- extra.css
- main.html
- index.md
- migration_guide.md
- noaa-cdr-sst.ipynb
- terraclimate.ipynb
- 00-create-security-group.sh
- 01-launch-ec2.sh
- 02-setup-ec2-role.sh
- 03-setup-ec2.sh
- README.md
- __init__.py
- cli.py
- config.py
- Dockerfile
- helpers.py
- lithops.yaml
- lithops_functions.py
- main.py
- models.py
- README.md
- repo.py
- requirements.txt
- url_utils.py
- virtual_datasets.py
- zarr_operations.py
- Dockerfile
- README.md
- Dockerfile_virtualizarr
- lithops.yaml
- README.md
- requirements.txt
- virtualizarr-with-lithops.py
- goes-16-ingest.ipynb
- goes_basic.py
- goes_with_caching_stores.py
- its_live.ipynb
- README.md
- __init__.py
- array.py
- array_api.py
- group.py
- indexing.py
- manifest.py
- reindex.py
- store.py
- utils.py
- __init__.py
- filters.py
- hdf.py
- __init__.py
- obstore_utils.py
- parser.py
- __init__.py
- json.py
- parquet.py
- translator.py
- __init__.py
- common.py
- zarr.py
- zip.py
- .DS_Store
- __init__.py
- dmrpp.py
- fits.py
- hdf4.py
- netcdf3.py
- typing.py
- utils.py
- ecmwf_soil_8vars_tiny.grib1
- MOD14.hdf4
- synthetic_fires.hdf4
- __init__.py
- test_array.py
- test_group.py
- test_manifest.py
- test_reindex.py
- test_store.py
- test_hdf.py
- test_hdf_filters.py
- test_hdf_integration.py
- test_hdf_manifest_store.py
- test_icechunk.py
- test_icechunk_obstore_utils.py
- __init__.py
- conftest.py
- test_dmrpp.py
- test_fits.py
- test_grib.py
- test_hdf4.py
- test_kerchunk.py
- test_netcdf3.py
- test_tiff.py
- test_zarr.py
- test_zip.py
- __init__.py
- conftest.py
- test_icechunk.py
- test_kerchunk.py
- .DS_Store
- __init__.py
- conftest.py
- test_align.py
- test_codecs.py
- test_integration.py
- test_parallel.py
- test_utils.py
- test_xarray.py
- utils.py
- __init__.py
- general.py
- kerchunk.py
- .DS_Store
- __init__.py
- icechunk.py
- kerchunk.py
- .DS_Store
- __init__.py
- accessor.py
- codecs.py
- parallel.py
- py.typed
- registry.py
- utils.py
- xarray.py
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yml
- citation.cff
- conftest.py
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/zarr-developers/VirtualiZarr
Downloads the entire project code from GitHub to your computer.
cd VirtualiZarr
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
