From 084fcda9f3e010ae0b327f5e882cc70d5d7fbd42 Mon Sep 17 00:00:00 2001 From: antarcticrainforest Date: Sun, 9 Jun 2024 07:59:28 +0000 Subject: [PATCH] deploy: 04b6a52e5b41db9c958b4b68443c31d5f74fb0dc --- FrevaZarrStreaming/LoadData.ipynb | 5 ++++- FrevaZarrStreaming/index.slides.html | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/FrevaZarrStreaming/LoadData.ipynb b/FrevaZarrStreaming/LoadData.ipynb index 285b7ce..4a7f6bd 100644 --- a/FrevaZarrStreaming/LoadData.ipynb +++ b/FrevaZarrStreaming/LoadData.ipynb @@ -139,7 +139,7 @@ "What if the data location is not directly accessible, because it's stored somewhere else, like on tape? \n", " * We can use the `load` endpoint to stream stream the data as Zarr data.\n", "\n", - "Caveat: Because the data can be accessed from anywhere once it is made available via zarr we need to create an *access token*:" + "**Caveat**: Because the data can be accessed from anywhere once it is made available via zarr we need to create an *access token*:" ] }, { @@ -180,6 +180,7 @@ "tags": [] }, "source": [ + "### \"Order\" the zarr datasets.\n", "With this access token we can generate zarr enpoints to stream the data from anywhere, to do so we simply search for the datasets again:" ] }, @@ -260,6 +261,8 @@ "tags": [] }, "source": [ + "### Open the zarr datasets\n", + "\n", "Let's load the data with xarray and zarr:" ] }, diff --git a/FrevaZarrStreaming/index.slides.html b/FrevaZarrStreaming/index.slides.html index 2735962..6c8ed47 100644 --- a/FrevaZarrStreaming/index.slides.html +++ b/FrevaZarrStreaming/index.slides.html @@ -7559,7 +7559,7 @@

Workflow

-

Caveat: Because the data can be accessed from anywhere once it is made available via zarr we need to create an access token:

+

Caveat: Because the data can be accessed from anywhere once it is made available via zarr we need to create an access token:

@@ -7596,7 +7596,7 @@

Workflow