yutik-nn / Xarray-adventure

SIParCS 2023 project work
https://yutik-nn.github.io/Xarray-adventure/
0 stars 1 forks source link

Identify Xarray functions I'd like to add examples to #3

Open yutik-nn opened 1 year ago

dcherian commented 1 year ago

Here's a list of function docstrings that need examples to be added.

Here's a recent PR that did some of that. That will give you an idea of what's involved.

Adding a section to the contributing guide (docs) on adding docstrings would also be great.

yutik-nn commented 1 year ago

Dataset.drop_vars, .drop_dims, .set_coords

There is no DataArray.set_coords, but DataArray.assign_coords

xarray.Dataset.broadcast_like

xarray.Dataset.map_blocks (there is an example, but I still do not understand what a block is and why the return section is spelled in a 'code' formatting )

xarray.unify_chunks

yutik-nn commented 1 year ago

deleted text