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 Jun 29, 2023
1 parent 42c07f0 commit d81f264
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c97a290a
2eb4f2fe
2 changes: 1 addition & 1 deletion notebooks/datasets/OISSS_L4_multimission_monthly_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ <h1 class="title">Direct S3 Data Access tutorial (Multi-Mission Optimally Interp
</header>

<p>This tutorial only works in a jupyterhub hosted at AWS US-WEST-2.</p>
<p><img src="OISSS_L4_multimission_monthly_v1_files/figure-html/2a8c142a-2-419d3300-7fdc-404c-afae-9e97155fb347.png" class="img-fluid" alt="image.png"><img src="OISSS_L4_multimission_monthly_v1_files/figure-html/2a8c142a-1-2438e8b8-d128-41b5-b06d-53fb2efee43a.png" class="img-fluid" alt="image.png"></p>
<p><img src="OISSS_L4_multimission_monthly_v1_files/figure-html/5df008cc-2-419d3300-7fdc-404c-afae-9e97155fb347.png" class="img-fluid" alt="image.png"><img src="OISSS_L4_multimission_monthly_v1_files/figure-html/5df008cc-1-2438e8b8-d128-41b5-b06d-53fb2efee43a.png" class="img-fluid" alt="image.png"></p>
<ul>
<li><strong>User guide</strong>: http://iprc.soest.hawaii.edu/users/oleg/oisss/GLB/OISSS_Product_Notes.pdf</li>
<li><strong>DOI</strong> <a href="https://podaac.jpl.nasa.gov/dataset/OISSS_L4_multimission_monthly_v1?ids=&amp;values=&amp;search=oisss&amp;provider=POCLOUD">10.5067/SMP10-4UMCS</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4357,14 +4357,13 @@ <h2 class="anchored" data-anchor-id="sea-surface-salinity-multi-mission-smap-aqu
<span id="cb25-3"><a href="#cb25-3" aria-hidden="true" tabindex="-1"></a> <span class="cf">for</span> pth, dirs, files <span class="kw">in</span> os.walk(<span class="st">"./sss_data"</span>) <span class="cf">for</span> f <span class="kw">in</span> files]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<div class="cell" data-execution_count="14">
<div class="sourceCode cell-code" id="cb26"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb26-1"><a href="#cb26-1" aria-hidden="true" tabindex="-1"></a><span class="co">#open dataset but doesn't work for either method</span></span>
<span id="cb26-2"><a href="#cb26-2" aria-hidden="true" tabindex="-1"></a>ds_sss <span class="op">=</span> xr.open_mfdataset(sss_path,</span>
<span id="cb26-3"><a href="#cb26-3" aria-hidden="true" tabindex="-1"></a> combine<span class="op">=</span><span class="st">'by_coords'</span>,</span>
<span id="cb26-4"><a href="#cb26-4" aria-hidden="true" tabindex="-1"></a> mask_and_scale<span class="op">=</span><span class="va">True</span>,</span>
<span id="cb26-5"><a href="#cb26-5" aria-hidden="true" tabindex="-1"></a> decode_cf<span class="op">=</span><span class="va">True</span>,</span>
<span id="cb26-6"><a href="#cb26-6" aria-hidden="true" tabindex="-1"></a> chunks<span class="op">=</span><span class="st">'auto'</span>,</span>
<span id="cb26-7"><a href="#cb26-7" aria-hidden="true" tabindex="-1"></a> engine<span class="op">=</span><span class="st">'h5netcdf'</span>)</span>
<span id="cb26-8"><a href="#cb26-8" aria-hidden="true" tabindex="-1"></a>ds_sss</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode cell-code" id="cb26"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb26-1"><a href="#cb26-1" aria-hidden="true" tabindex="-1"></a>ds_sss <span class="op">=</span> xr.open_mfdataset(sss_path,</span>
<span id="cb26-2"><a href="#cb26-2" aria-hidden="true" tabindex="-1"></a> combine<span class="op">=</span><span class="st">'by_coords'</span>,</span>
<span id="cb26-3"><a href="#cb26-3" aria-hidden="true" tabindex="-1"></a> mask_and_scale<span class="op">=</span><span class="va">True</span>,</span>
<span id="cb26-4"><a href="#cb26-4" aria-hidden="true" tabindex="-1"></a> decode_cf<span class="op">=</span><span class="va">True</span>,</span>
<span id="cb26-5"><a href="#cb26-5" aria-hidden="true" tabindex="-1"></a> chunks<span class="op">=</span><span class="st">'auto'</span>,</span>
<span id="cb26-6"><a href="#cb26-6" aria-hidden="true" tabindex="-1"></a> engine<span class="op">=</span><span class="st">'h5netcdf'</span>)</span>
<span id="cb26-7"><a href="#cb26-7" aria-hidden="true" tabindex="-1"></a>ds_sss</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display" data-execution_count="14">

<div><svg style="position: absolute; width: 0; height: 0; overflow: hidden">
Expand Down
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

Loading

0 comments on commit d81f264

Please sign in to comment.