Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 29, 2024
1 parent 183f060 commit 2970d03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions _sources/pangeo-showcase.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ Winter/Spring 2024 Showcase
* - 2024-05-15 12PM EDT
- Tom Nicholas
- `VirtualiZarr: Create virtual Zarr stores using xarray syntax <https://discourse.pangeo.io/t/pangeo-showcase-virtualizarr-create-virtual-zarr-stores-using-xarray-syntax/4127>`_
* - 2024-05-01 12PM EDT
- Max Jones
- Pangeo ML: Open source tools and pipelines for cloud-optimized machine learning
* - 2024-05-22 4PM EDT
- Joe Hamman
- `Zarr-Python 3 and why you should be excited! <https://discourse.pangeo.io/t/pangeo-showcase-zarr-python-3-and-why-you-should-be-excited/4111>`_
* - 2024-05-29 12PM EDT
- Blaec Bejarano
- CoCalc for Pangeans
* - 2024-06-05 4PM EDT
- Max Jones
- Pangeo ML: Open source tools and pipelines for cloud-optimized machine learning

Fall 2023 Showcase
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion data.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h3>Google Cloud Storage Data Catalog<a class="headerlink" href="#google-cloud-s
<ol class="arabic">
<li><p><strong>Open your Entire Dataset in Xarray</strong>.</p>
<p>Xarray is designed to
load many netCDF files into a single <a class="reference external" href="https://docs.xarray.dev/en/latest/generated/xarray.Dataset.html#xarray.Dataset" title="(in xarray v2024.3.1.dev25)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.Dataset</span></code></a> object.
load many netCDF files into a single <a class="reference external" href="https://docs.xarray.dev/en/latest/generated/xarray.Dataset.html#xarray.Dataset" title="(in xarray v2024.3.1.dev32)"><code class="xref py py-class docutils literal notranslate"><span class="pre">xarray.Dataset</span></code></a> object.
The easiest way to accomplish this is using the <code class="xref py py-meth docutils literal notranslate"><span class="pre">xarray.open_mfdataset()</span></code>
function. Suppose you have a directory full of netCDF files that comprise
a single dataset stored in the directory <code class="docutils literal notranslate"><span class="pre">/path/to/mydataset</span></code>. If the files
Expand Down
12 changes: 6 additions & 6 deletions pangeo-showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,18 +296,18 @@ <h2>Winter/Spring 2024 Showcase<a class="headerlink" href="#winter-spring-2024-s
<td><p>Tom Nicholas</p></td>
<td><p><a class="reference external" href="https://discourse.pangeo.io/t/pangeo-showcase-virtualizarr-create-virtual-zarr-stores-using-xarray-syntax/4127">VirtualiZarr: Create virtual Zarr stores using xarray syntax</a></p></td>
</tr>
<tr class="row-odd"><td><p>2024-05-01 12PM EDT</p></td>
<td><p>Max Jones</p></td>
<td><p>Pangeo ML: Open source tools and pipelines for cloud-optimized machine learning</p></td>
</tr>
<tr class="row-even"><td><p>2024-05-22 4PM EDT</p></td>
<tr class="row-odd"><td><p>2024-05-22 4PM EDT</p></td>
<td><p>Joe Hamman</p></td>
<td><p><a class="reference external" href="https://discourse.pangeo.io/t/pangeo-showcase-zarr-python-3-and-why-you-should-be-excited/4111">Zarr-Python 3 and why you should be excited!</a></p></td>
</tr>
<tr class="row-odd"><td><p>2024-05-29 12PM EDT</p></td>
<tr class="row-even"><td><p>2024-05-29 12PM EDT</p></td>
<td><p>Blaec Bejarano</p></td>
<td><p>CoCalc for Pangeans</p></td>
</tr>
<tr class="row-odd"><td><p>2024-06-05 4PM EDT</p></td>
<td><p>Max Jones</p></td>
<td><p>Pangeo ML: Open source tools and pipelines for cloud-optimized machine learning</p></td>
</tr>
</tbody>
</table>
</section>
Expand Down

0 comments on commit 2970d03

Please sign in to comment.