diff --git a/examples/notebooks/demo_network.ipynb b/examples/notebooks/demo_network.ipynb new file mode 100644 index 0000000..2ff69b1 --- /dev/null +++ b/examples/notebooks/demo_network.ipynb @@ -0,0 +1,1155 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import xarray as xr" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Data source: https://figshare.com/ndownloader/files/43053616" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
<xarray.Dataset> Size: 14MB\n", + "Dimensions: (space: 78582, time: 10)\n", + "Coordinates:\n", + " azimuth (space) int64 629kB dask.array<chunksize=(1000,), meta=np.ndarray>\n", + " lat (space) float32 314kB dask.array<chunksize=(1000,), meta=np.ndarray>\n", + " lon (space) float32 314kB dask.array<chunksize=(1000,), meta=np.ndarray>\n", + " range (space) int64 629kB dask.array<chunksize=(1000,), meta=np.ndarray>\n", + " * time (time) int64 80B 0 1 2 3 4 5 6 7 8 9\n", + "Dimensions without coordinates: space\n", + "Data variables:\n", + " amplitude (space, time) float32 3MB dask.array<chunksize=(1000, 10), meta=np.ndarray>\n", + " complex (space, time) complex64 6MB dask.array<chunksize=(1000, 10), meta=np.ndarray>\n", + " phase (space, time) float32 3MB dask.array<chunksize=(1000, 10), meta=np.ndarray>\n", + "Attributes:\n", + " multi-look: coarsen-mean