Skip to content

Commit 6267f8d

Browse files
Update content/xarray.rst
Co-authored-by: Marijn van Vliet <[email protected]>
1 parent 27feff7 commit 6267f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/xarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ We can now import xarray and open the dataset. Le'ts take a look at what it cont
8787
That was a lot of information at once, but let's break it down.
8888

8989
- Close to the top of the output we see the ``Dimensions`` of the dataset: ``time1``, ``isobaric1``, ``y``, and ``x``.
90-
- Below the dimensions, we see the ``Coordinates`` of the dataset. These are the labels for the dimensions and give us the values of the dimension at each index.
90+
- Below the dimensions, we see the ``Coordinates`` of the dataset. These are for each dimension the labels for each value along that dimension. For example, we have a timestamp of each value along the first dimension (``time1``).
9191
- The ``Data variables`` are the actual data stored in the dataset. We see that the dataset contains a bunch of arrays, most of which are 4-dimensional, where each dimension corresponds to one of the ``Dimensions`` described above. There are also some 2-dimensional arrays that only have some of the ``Dimensions`` described above.
9292
- At the bottom, we see the ``Attributes`` of the dataset. This is a dictionary that stores metadata about the dataset.
9393

0 commit comments

Comments
 (0)