-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.qmd
More file actions
37 lines (24 loc) · 1.33 KB
/
index.qmd
File metadata and controls
37 lines (24 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "VirtualiZarr examples"
---
## Overview
This workshop will include a mostly self-guided exploration of VirtualiZarr 2.0 for either pre-constructed examples or your own data.
You can find out more about VirtualiZarr on [readthedocs](https://virtualizarr.readthedocs.io/en/stable/index.html) and explore the
[source code on GitHub](https://github.com/zarr-developers/VirtualiZarr). If you're familiar with VirtualiZarr 1.0, check out the
[migration guide](https://virtualizarr.readthedocs.io/en/stable/migration_guide.html) for information about how this new release differs.
You can download the source code from GitHub:
```bash
git clone git@github.com:virtual-zarr/esip-2025.git
cd esip-2025
```
You can use [pixi](https://pixi.sh/latest/) to create an environment for these examples. After installing pixi, create an environment from the
lock file via:
```bash
pixi install
```
## Introductory presentation
::: {.responsive-iframe}
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQfmlOQR0NYAqMX5IcALvKOB1WgNh82sHs_RU-QBzmiO4y2MCo9NK4l4oCcYRyBqCsYpDeU1rsdbu56/pubembed?start=false&loop=false&delayms=3000" frameborder="0" width="1280" height="749" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
:::
## License
Content in this repository is licensed under the [MIT License](LICENSE.txt).