Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed May 16, 2024
1 parent ffb7d79 commit cc520e2
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
59faac5c
1ddb184f
29 changes: 10 additions & 19 deletions notebooks/Advanced_cloud/dask_delayed_01.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


<title>PO.DAAC Cookbook - Parallel Computing with Earthdata and Dask: An Example of Replicating a Function Over Many Files</title>
<title>PO.DAAC Cookbook</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
Expand Down Expand Up @@ -125,7 +125,7 @@
<button type="button" class="quarto-btn-toggle btn" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<i class="bi bi-layout-text-sidebar-reverse"></i>
</button>
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item">Parallel Computing with Earthdata and Dask: An Example of Replicating a Function Over Many Files</li></ol></nav>
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"></ol></nav>
<a class="flex-grow-1" role="button" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
</a>
<button type="button" class="btn quarto-search-button" aria-label="" onclick="window.quartoOpenSearch();">
Expand Down Expand Up @@ -990,7 +990,9 @@
<h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#summary" id="toc-summary" class="nav-link active" data-scroll-target="#summary">Summary</a></li>
<li><a href="#parallel-computing-with-earthdata-and-dask-an-example-of-replicating-a-function-over-many-files" id="toc-parallel-computing-with-earthdata-and-dask-an-example-of-replicating-a-function-over-many-files" class="nav-link active" data-scroll-target="#parallel-computing-with-earthdata-and-dask-an-example-of-replicating-a-function-over-many-files">Parallel Computing with Earthdata and Dask: An Example of Replicating a Function Over Many Files</a>
<ul class="collapse">
<li><a href="#summary" id="toc-summary" class="nav-link" data-scroll-target="#summary">Summary</a></li>
<li><a href="#requirements-prerequisite-knowledge-learning-outcomes" id="toc-requirements-prerequisite-knowledge-learning-outcomes" class="nav-link" data-scroll-target="#requirements-prerequisite-knowledge-learning-outcomes">Requirements, prerequisite knowledge, learning outcomes</a></li>
<li><a href="#import-packages" id="toc-import-packages" class="nav-link" data-scroll-target="#import-packages">Import packages</a></li>
<li><a href="#define-functions" id="toc-define-functions" class="nav-link" data-scroll-target="#define-functions">1. Define functions</a></li>
Expand All @@ -1008,6 +1010,7 @@ <h2 id="toc-title">On this page</h2>
<ul class="collapse">
<li><a href="#test-plots-1" id="toc-test-plots-1" class="nav-link" data-scroll-target="#test-plots-1">Test plots</a></li>
</ul></li>
</ul></li>
</ul>
<div class="toc-actions"><ul><li><a href="https://github.com/podaac/tutorials/issues/new" class="toc-action"><i class="bi bi-github"></i>Report an issue</a></li></ul></div></nav>
</div>
Expand All @@ -1017,25 +1020,12 @@ <h2 id="toc-title">On this page</h2>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WNP7MLF" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">Parallel Computing with Earthdata and Dask: An Example of Replicating a Function Over Many Files</h1>
</div>



<div class="quarto-title-meta">




</div>



</header>


<p><img src="https://img.shields.io/badge/PO.DAAC-Contribution-%20?color=grey&amp;labelColor=blue" class="img-fluid"></p>
<section id="parallel-computing-with-earthdata-and-dask-an-example-of-replicating-a-function-over-many-files" class="level1">
<h1>Parallel Computing with Earthdata and Dask: An Example of Replicating a Function Over Many Files</h1>
<section id="authors-dean-henze-and-jinbo-wang-nasa-jpl-po.daac" class="level4">
<h4 class="anchored" data-anchor-id="authors-dean-henze-and-jinbo-wang-nasa-jpl-po.daac"><em>Authors: Dean Henze and Jinbo Wang, NASA JPL PO.DAAC</em></h4>
</section>
Expand Down Expand Up @@ -2552,6 +2542,7 @@ <h3 class="anchored" data-anchor-id="test-plots-1">Test plots</h3>
</div>


</section>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion notebooks/datasets/Hydrocron_SWOT_timeseries_examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ <h2 id="toc-title">On this page</h2>

<p><img src="https://img.shields.io/badge/PO.DAAC-Contribution-%20?color=grey&amp;labelColor=blue" class="img-fluid"></p>
<blockquote class="blockquote">
<p>From the PO.DAAC Cookbook, to access the GitHub version of the notebook, follow [this link]((https://github.com/podaac/tutorials/blob/master/notebooks/datasets/Hydrocron_SWOT_timeseries_examples.ipynb).</p>
<p>From the PO.DAAC Cookbook, to access the GitHub version of the notebook, follow <a href="https://github.com/podaac/tutorials/blob/master/notebooks/datasets/Hydrocron_SWOT_timeseries_examples.ipynb">this link</a>.</p>
</blockquote>
<section id="hydrocron-api-swot-time-series-examples" class="level1">
<h1>Hydrocron API: SWOT Time Series Examples</h1>
Expand Down
1 change: 1 addition & 0 deletions quarto_text/OPERA.html
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,7 @@ <h3 class="anchored" data-anchor-id="gis-workflows">GIS workflows</h3>
</section>
<section id="additional-resources" class="level2">
<h2 class="anchored" data-anchor-id="additional-resources">Additional Resources</h2>
<p><a href="https://github.com/OPERA-Cal-Val/OPERA_Applications/tree/main">OPERA Applications GitHub Notebooks</a> - check out the <a href="https://github.com/OPERA-Cal-Val/OPERA_Applications/tree/main/leafmap">leafmap examples</a>!</p>
<p><a href="https://www.jpl.nasa.gov/go/opera">NASA Mission Page</a></p>


Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@
"href": "quarto_text/OPERA.html#additional-resources",
"title": "OPERA",
"section": "Additional Resources",
"text": "Additional Resources\nNASA Mission Page",
"text": "Additional Resources\nOPERA Applications GitHub Notebooks - check out the leafmap examples!\nNASA Mission Page",
"crumbs": [
"Tutorials",
"Dataset Specific",
Expand Down
Loading

0 comments on commit cc520e2

Please sign in to comment.