Skip to content

Commit

Permalink
deploy: 04b6a52
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Jun 9, 2024
1 parent 1369de0 commit 084fcda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion FrevaZarrStreaming/LoadData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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*:"
]
},
{
Expand Down Expand Up @@ -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:"
]
},
Expand Down Expand Up @@ -260,6 +261,8 @@
"tags": []
},
"source": [
"### Open the zarr datasets\n",
"\n",
"Let's load the data with xarray and zarr:"
]
},
Expand Down
6 changes: 3 additions & 3 deletions FrevaZarrStreaming/index.slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -7559,7 +7559,7 @@ <h3 id="Workflow">Workflow<a class="anchor-link" href="#Workflow">¶</a></h3><ul
<ul>
<li>We can use the <code>load</code> endpoint to stream stream the data as Zarr data.</li>
</ul>
<p>Caveat: Because the data can be accessed from anywhere once it is made available via zarr we need to create an <em>access token</em>:</p>
<p><strong>Caveat</strong>: Because the data can be accessed from anywhere once it is made available via zarr we need to create an <em>access token</em>:</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -7596,7 +7596,7 @@ <h3 id="Workflow">Workflow<a class="anchor-link" href="#Workflow">¶</a></h3><ul
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<p>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:</p>
<h3 id="%22Order%22-the-zarr-datasets.">"Order" the zarr datasets.<a class="anchor-link" href="#%22Order%22-the-zarr-datasets."></a></h3><p>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:</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -7667,7 +7667,7 @@ <h3 id="Workflow">Workflow<a class="anchor-link" href="#Workflow">¶</a></h3><ul
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<p>Let's load the data with xarray and zarr:</p>
<h3 id="Open-the-zarr-datasets">Open the zarr datasets<a class="anchor-link" href="#Open-the-zarr-datasets"></a></h3><p>Let's load the data with xarray and zarr:</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 084fcda

Please sign in to comment.