forked from tyson-swetnam/agic-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3c5ba1
commit 1ca9960
Showing
9 changed files
with
14 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,24 @@ | ||
[Jump to :material-hand-clap: hands-on lesson :material-school: ](#hands-on) | ||
|
||
## Overview of Zarr | ||
|
||
`.zarr` is a data format for chunked, N-dimensional arrays. | ||
[Zarr](https://zarr.readthedocs.io/en/stable/getting_started.html){target=_blank} is a general-purpose, chunked, compressed, N-dimensional array format. It is designed to be efficient for storing and accessing large datasets. Zarr can be used to store a variety of data types, including geospatial raster and vector data. Zarr is also a Python package that provides an implementation of chunked, compressed, N-dimensional arrays. | ||
|
||
|
||
<figure markdown> | ||
![Image title](images/zarr.png){ width="600" } | ||
<figcaption> </figcaption> | ||
</figure> | ||
|
||
Zarr integrates direclty with [Xarray](https://xarray.dev/){target=_blank}. | ||
|
||
Zarr integrates direclty with Xarray. | ||
|
||
[Zarr website](https://zarr.dev/){target=_blank} | ||
|
||
Zarr dependes on [NumPy](https://numpy.org/){target=_blank} | ||
and can save data from NumPy arrays. When paired with [Dask](https://www.dask.org/){target=_blank} | ||
, Zarr's parallel processing and file transfers increases the read/write speed of your NumPy array data. | ||
|
||
The power of Zarr is most easily explained when working with it on the cloud. | ||
|
||
## Examples using Zarr | ||
|
||
[Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/docs/quickstarts/reading-zarr-data/){target=_blank} | ||
|
||
|
||
# Hands On | ||
|
||
Let's drop right into a Jupyter Notebook for a high level overview of Zarr | ||
|
||
[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/tyson-swetnam/agic-2022/blob/main/docs/notebooks/zarr.ipynb) | ||
|
||
<iframe width="500" height="300" src="https://www.youtube.com/embed/sY20UpYCAEE" title="Pangeo Forge: Crowdsourcing Open Data in the Cloud- Ryan Abernathey | SciPy 2022" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters