From cd63b3135c3e8ffd487d819fed916620f3449924 Mon Sep 17 00:00:00 2001 From: Gregor Decristoforo Date: Wed, 23 Oct 2024 16:31:15 +0200 Subject: [PATCH] Update content/xarray.rst Co-authored-by: Marijn van Vliet --- content/xarray.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/content/xarray.rst b/content/xarray.rst index ec1564bf..bd013d7d 100644 --- a/content/xarray.rst +++ b/content/xarray.rst @@ -127,7 +127,6 @@ We can select a single ``DataArray`` from the dataset using a dictionary-like sy Grib1_Level_Desc: Isobaric surface -The new variable ``temperature_data`` is a ``DataArray`` object. An xarray ``Dataset`` typically consists of multiple ``DataArrays``. Xarray uses Numpy(-like) arrays under the hood, we can always access the underlying Numpy array using the ``.values`` attribute: ::