Skip to content

Commit 7587cba

Browse files
committed
Update documentation
1 parent 40256b7 commit 7587cba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_sources/background/2_data_cubes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use this data for scientific analysis, we need to construct it into the form
3434
```{figure} imgs/cube.png
3535
---
3636
---
37-
Illustration of earth observation time series organized as a 3-d Xarray data cube. Source: Adapted from [Xarray Dev](https://xarray.dev/)
37+
Illustration of earth observation time series organized as a 3-d Xarray data cube. Source: Adapted from [Xarray Dev](https://xarray.dev/).
3838
```
3939

4040
In the context of the Xarray data model, univariate data cubes can be represented by an `xr.DataArray` or a `xr.Dataset` with one `data_variable`. Multivariate data cubes should be represented by `xr.Dataset` objects. The building blocks of `xr.DataArrays` and `xr.Datasets` are dimensions, coordinates, data variables, attributes. We recommend the Xarray [terminology](https://docs.xarray.dev/en/stable/user-guide/terminology.html) for a detailed overview of Xarray objects and common operations.

background/2_data_cubes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ <h3><em>An example dataset as a Xarray cube</em><a class="headerlink" href="#an-
460460
<figure class="align-default" id="id17">
461461
<img alt="../_images/cube.png" src="../_images/cube.png" />
462462
<figcaption>
463-
<p><span class="caption-number">Fig. 3 </span><span class="caption-text">Illustration of earth observation time series organized as a 3-d Xarray data cube. Source: Adapted from <a class="reference external" href="https://xarray.dev/">Xarray Dev</a></span><a class="headerlink" href="#id17" title="Permalink to this image">#</a></p>
463+
<p><span class="caption-number">Fig. 3 </span><span class="caption-text">Illustration of earth observation time series organized as a 3-d Xarray data cube. Source: Adapted from <a class="reference external" href="https://xarray.dev/">Xarray Dev</a>.</span><a class="headerlink" href="#id17" title="Permalink to this image">#</a></p>
464464
</figcaption>
465465
</figure>
466466
<p>In the context of the Xarray data model, univariate data cubes can be represented by an <code class="docutils literal notranslate"><span class="pre">xr.DataArray</span></code> or a <code class="docutils literal notranslate"><span class="pre">xr.Dataset</span></code> with one <code class="docutils literal notranslate"><span class="pre">data_variable</span></code>. Multivariate data cubes should be represented by <code class="docutils literal notranslate"><span class="pre">xr.Dataset</span></code> objects. The building blocks of <code class="docutils literal notranslate"><span class="pre">xr.DataArrays</span></code> and <code class="docutils literal notranslate"><span class="pre">xr.Datasets</span></code> are dimensions, coordinates, data variables, attributes. We recommend the Xarray <a class="reference external" href="https://docs.xarray.dev/en/stable/user-guide/terminology.html">terminology</a> for a detailed overview of Xarray objects and common operations.</p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)