diff --git a/workshops/scipy2026/index.ipynb b/workshops/scipy2026/index.ipynb index b649a889..94b31e09 100644 --- a/workshops/scipy2026/index.ipynb +++ b/workshops/scipy2026/index.ipynb @@ -9,23 +9,25 @@ "\n", "## Welcome to the Xarray SciPy 2026 Tutorial! \n", "\n", - "> πŸš§πŸ‘·β€β™€οΈπŸ—οΈ This page is under construction\n", + "> πŸš§πŸ‘·β€β™€οΈπŸ—οΈ This page is under construction. Please check back later.\n", "\n", - " \n", + "\n", "\n", "**Everything is an Xarray Dataset**\n", "\n", - "\n", + "July 14, 13:30–17:30 (CDT), University of Minnesota (526 Delaware Street SE), room HSEC 2-138\n", "\n", - "\n", + "This *4-hour* workshop will explore content from [the Xarray tutorial](https://tutorial.xarray.dev), which contains a comprehensive collection of hands-on tutorial Jupyter Notebooks. We will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n", "\n", ":::{admonition} Learning Goals\n", - "TODO: Update learning goals for 2026\n", "- Understand Xarray’s core data structures\n", - "- Understand how to map typical Xarray computations and workflows over hierarchical data\n", + "- Understand how to use various backend engines, as well as create your own\n", + "- Understand what data cataloguing is, and how it applies to Xarray\n", "- Understand how common storage formats correspond to the DataTree model\n", - "- Open a public Zarr store in the cloud and manipulate the contents\n", - ":::" + "- Understand how to use Xarray's flexible indices\n", + ":::\n", + "\n", + "\n" ] }, { @@ -33,28 +35,28 @@ "id": "1", "metadata": {}, "source": [ - "" + "|||[Datatrees and Hierarchical data](../../fundamentals/01_datatree_hierarchical_data.ipynb)|\n", + "| *10 minute Break* \n", + "| Xarray backends | 2:40 (60 min) | [Add link Intro to backends](../../advanced/backends/intro-backends.ipynb)|\n", + "|||Working with Xarray's backends ([Zarr stores in the cloud](../../intermediate/hierarchical_zarr_store.ipynb), [Rioxarray](../../advanced/backends/rasterio_backend.ipynb) )|\n", + "||| (TODO add link) Creating custom backends |\n", + "| *10 minute Break* \n", + "| Data cataloguing | 3:50 (40 min) | [Data cataloging](../../intermediate/cataloging.ipynb) |\n", + "| *10 minute Break* \n", + "| Flexible indices | 4:40 (50 min) | TODO: Add links |" ] }, {