From ce6da06aa114b50733995043767e80d613342a21 Mon Sep 17 00:00:00 2001 From: scottyhq Date: Fri, 23 Feb 2024 23:14:09 +0000 Subject: [PATCH] deploy: caf9db7c50efa669aa0bf7fdbf9c13ece5a16cec --- _sources/fundamentals/01_datastructures.ipynb | 2 +- fundamentals/01_datastructures.html | 2 +- intermediate/xarray_ecosystem.html | 102 ++--- overview/xarray-in-45-min.html | 408 +++++++++--------- searchindex.js | 2 +- 5 files changed, 258 insertions(+), 258 deletions(-) diff --git a/_sources/fundamentals/01_datastructures.ipynb b/_sources/fundamentals/01_datastructures.ipynb index 280600b4..655a1795 100644 --- a/_sources/fundamentals/01_datastructures.ipynb +++ b/_sources/fundamentals/01_datastructures.ipynb @@ -75,7 +75,7 @@ "multi-dimensional arrays while `Dataset` combines multiple arrays.\n", "\n", "Both classes are most commonly created by reading data.\n", - "To learn how to create a DataArray or Dataset manually, see the **Working with labeled data** tutorial.\n", + "To learn how to create a DataArray or Dataset manually, see the [Creating Data Structures](01.1_creating_data_structures.ipynb) tutorial.\n", "\n", "Xarray has a few small real-world tutorial datasets hosted in this GitHub repository https://github.com/pydata/xarray-data.\n", "We'll use the [xarray.tutorial.load_dataset](https://docs.xarray.dev/en/stable/generated/xarray.tutorial.open_dataset.html#xarray.tutorial.open_dataset) convenience function to download and open the `air_temperature` (National Centers for Environmental Prediction) Dataset by name." diff --git a/fundamentals/01_datastructures.html b/fundamentals/01_datastructures.html index cb03c785..0ff54350 100644 --- a/fundamentals/01_datastructures.html +++ b/fundamentals/01_datastructures.html @@ -600,7 +600,7 @@

Data structuresDataArray class attaches dimension names, coordinates and attributes to multi-dimensional arrays while Dataset combines multiple arrays.

Both classes are most commonly created by reading data. -To learn how to create a DataArray or Dataset manually, see the Working with labeled data tutorial.

+To learn how to create a DataArray or Dataset manually, see the
Creating Data Structures tutorial.

Xarray has a few small real-world tutorial datasets hosted in this GitHub repository pydata/xarray-data. We’ll use the xarray.tutorial.load_dataset convenience function to download and open the air_temperature (National Centers for Environmental Prediction) Dataset by name.

diff --git a/intermediate/xarray_ecosystem.html b/intermediate/xarray_ecosystem.html index cde8f5f4..1e6d901e 100644 --- a/intermediate/xarray_ecosystem.html +++ b/intermediate/xarray_ecosystem.html @@ -1120,11 +1120,11 @@

hvplot via accessors