(fundamental-path)=

# Fundamental Path

This syllabus comes from Scipy 2022 tutorial workshop.
This path covers fundamental Xarray concepts with
increasingly complex real-world data analysis tasks.

The tutorial was organized by:

- Scott Henderson (Univ. Washington)
- Deepak Cherian (National Center for Atmospheric Research)
- Jessica Scheick (Univ. New Hampshire)
- Emma Marshall (Univ. Utah)
- Anderson Banihirwe (CarbonPlan)
- Tom Nicholas (Lamont-Doherty Earth Observatory)

Launch cloud-hosted Jupyter Lab environment:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/xarray-contrib/xarray-tutorial/HEAD?labpath=overview/fundamental-path/index.ipynb)

## Topics

_Below are links to sections of this website that are part of this journey_:

```{dropdown} Introduction
{doc}`../../overview/get-started`
```

```{dropdown} Introduction to Xarray
{doc}`../../fundamentals/01_datastructures`

{doc}`../../fundamentals/01.1_io`
```

```{dropdown} Working with Labeled Data
{doc}`../../fundamentals/02.1_indexing_Basic`
```

```{dropdown} Computation
{doc}`../../fundamentals/03.1_computation_with_xarray`

{doc}`../../fundamentals/02.3_aligning_data_objects`

{doc}`../../fundamentals/03.2_groupby_with_xarray`
```

```{dropdown} Plotting and Visualization
{doc}`../../fundamentals/04.1_basic_plotting`

{doc}`../../fundamentals/04.2_faceting`

{doc}`../../fundamentals/04.3_geographic_plotting`
```

```{dropdown} Xarray Ecosystem
{doc}`../../intermediate/xarray_ecosystem`
```
