xCDAT / xcdat

An extension of xarray for climate data analysis on structured grids.
https://xcdat.readthedocs.io/en/latest/
Apache License 2.0
101 stars 11 forks source link

[Doc]: Routine review of documentation for accuracy and relevancy #589

Closed tomvothecoder closed 1 month ago

tomvothecoder commented 5 months ago

Describe your documentation update

As suggested by @pochedls, we should perform a routine review of our documentation for accuracy and make sure all information is up-to-date and relevant.

pochedls commented 5 months ago

For Users

Gallery

pochedls commented 3 months ago

Review of Spatial Averaging Notebook

Users can install their own instance of xcdat and follow these examples using their own environment (e.g., with vscode, Jupyter, Spyder, iPython) or enable xcdat with existing JupyterHub instances.

pochedls commented 3 months ago

Spatial averaging is done (pending a PR). I will also review General Dataset Utilities.

chengzhuzhang commented 2 months ago

A minor glitch: in the linked notebook (https://github.com/pochedls/xcdat/blob/589-doc-reviews/docs/examples/spatial-average.ipynb). The ^{\ \circ} } didn't work to produce degree symbol? Maybe use ^{\circ} in math mode instead?

pochedls commented 2 months ago

@chengzhuzhang – these are only supposed to produce degree symbols in the plots – I think they are rendering correctly in the plots? Or am I looking at the wrong thing?

chengzhuzhang commented 2 months ago

Oh, it is a false alarm. I was trying to mimic your PR, but for regridding. The first lines of some output included the string in math mode which confused me, the figures are indeed fine.

tomvothecoder commented 1 month ago

This is now complete with all of the merged PRs.