|
9 | 9 | "\n", |
10 | 10 | "## Welcome to the Xarray SciPy 2026 Tutorial! \n", |
11 | 11 | "\n", |
12 | | - "> 🚧👷♀️🏗️ This page is under construction\n", |
| 12 | + "> 🚧👷♀️🏗️ This page is under construction. Please check back later.\n", |
13 | 13 | "\n", |
14 | | - "<!-- <img src=\"https://images.squarespace-cdn.com/content/v1/6743676bb9f2e109f0ddba96/055e9b3f-965f-42c7-b496-2ba3870e216e/Logo_color-black.png?format=1500w\" align=\"right\" width=\"20%\"> TODO: Update for 2026 --> \n", |
| 14 | + "<img src=\"https://images.squarespace-cdn.com/content/v1/69223993a619b0382ba1b905/9ef1aa1c-4fab-404d-818c-17edcb653166/Horizontal.png?format=1500w\" align=\"right\" width=\"20%\">\n", |
15 | 15 | "\n", |
16 | 16 | "**Everything is an Xarray Dataset**\n", |
17 | 17 | "\n", |
18 | | - "<!-- July 8, 13:30–17:30 (US/Pacific), Tacoma Convention Center Room 315 # TODO: Update for 2026 -->\n", |
| 18 | + "July 14, 13:30–17:30 (CDT), University of Minnesota (526 Delaware Street SE), room HSEC 2-138\n", |
19 | 19 | "\n", |
20 | | - "<!-- 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! TODO: Update for 2026-->\n", |
| 20 | + "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", |
21 | 21 | "\n", |
22 | 22 | ":::{admonition} Learning Goals\n", |
23 | | - "TODO: Update learning goals for 2026\n", |
24 | 23 | "- Understand Xarray’s core data structures\n", |
25 | | - "- Understand how to map typical Xarray computations and workflows over hierarchical data\n", |
| 24 | + "- Understand how to use various backend engines, as well as create your own\n", |
| 25 | + "- Understand what data cataloguing is, and how it applies to Xarray\n", |
26 | 26 | "- Understand how common storage formats correspond to the DataTree model\n", |
27 | | - "- Open a public Zarr store in the cloud and manipulate the contents\n", |
28 | | - ":::" |
| 27 | + "- Understand how to use Xarray's flexible indices\n", |
| 28 | + ":::\n", |
| 29 | + "\n", |
| 30 | + "\n" |
29 | 31 | ] |
30 | 32 | }, |
31 | 33 | { |
32 | 34 | "cell_type": "markdown", |
33 | 35 | "id": "1", |
34 | 36 | "metadata": {}, |
35 | 37 | "source": [ |
36 | | - "<!-- ## Schedule \n", |
| 38 | + "## Schedule\n", |
37 | 39 | "\n", |
38 | | - "*Times in US/Pacific Timezone (Tacoma, WA)\n", |
| 40 | + "*Times in local time\n", |
39 | 41 | "\n", |
40 | 42 | "Use the links to navigate to the right notebooks.\n", |
41 | 43 | "\n", |
| 44 | + "**Everything is an Xarray dataset**\n", |
| 45 | + "\n", |
42 | 46 | "| Topic | Time | Notebook Links | \n", |
43 | 47 | "| :- | - | - | \n", |
44 | 48 | "| Introduction and Setup | 1:30 (10 min) | | \n", |
45 | 49 | "| The Xarray Data Model | 1:40 (50 min) | [Data structures Part 1](../../intermediate/datastructures-intermediate.ipynb)|\n", |
46 | | - "|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n", |
47 | 50 | "|||[Data structures Part 2](../../fundamentals/01_data_structures.md)| \n", |
48 | | - "| *10 minute Break* \n", |
49 | | - "| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../fundamentals/03.1_computation_with_xarray.ipynb) <br> [Hierarchical computation](../../intermediate/computation/hierarchical_computation.ipynb) | \n", |
50 | | - "| *10 minute Break* | \n", |
51 | | - "| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n", |
52 | | - "| *10 minute Break* | \n", |
53 | | - "| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n", |
54 | | - "| | End 5:30 | | \n", |
55 | | - "\n", |
56 | | - "TODO: Update\n", |
57 | | - "-->" |
| 51 | + "|||[Datatrees and Hierarchical data](../../fundamentals/01_datatree_hierarchical_data.ipynb)|\n", |
| 52 | + "| *10 minute Break* \n", |
| 53 | + "| Xarray backends | 2:40 (60 min) | [Add link Intro to backends](../../advanced/backends/intro-backends.ipynb)|\n", |
| 54 | + "|||Working with Xarray's backends ([Zarr stores in the cloud](../../intermediate/hierarchical_zarr_store.ipynb), [Rioxarray](../../advanced/backends/rasterio_backend.ipynb) )|\n", |
| 55 | + "||| (TODO add link) Creating custom backends |\n", |
| 56 | + "| *10 minute Break* \n", |
| 57 | + "| Data cataloguing | 3:50 (40 min) | [Data cataloging](../../intermediate/cataloging.ipynb) |\n", |
| 58 | + "| *10 minute Break* \n", |
| 59 | + "| Flexible indices | 4:40 (50 min) | TODO: Add links |" |
58 | 60 | ] |
59 | 61 | }, |
60 | 62 | { |
|
0 commit comments