xarray
xarray copied to clipboard
N-D labeled arrays and datasets in Python
- [x] Closes #10769 - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in...
### What happened? This is basically a failure to round-trip through zarr. When saving and then loading and then re-saving through zarr, the contents of "string" type coordinates or variables...
### What is your issue? The default value for netcdf_order in set options is not being properly rendered by sphinx: https://docs.xarray.dev/en/stable/generated/xarray.set_options.html I tried to get this to work by adding...
- [x] Closes https://github.com/xarray-contrib/datatree/issues/210 - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in...
### What happened? The [`.to_dataframe`](https://docs.xarray.dev/en/latest/generated/xarray.DataArray.to_dataframe.html) function describes in the documentation "Other coordinates are included as columns in the DataFrame.". When applying the function on a Dataset that contains an index...
We're already using `jupyterlite` in the main website, but we could also make all the docstring examples executable using `jupyterlite-sphinx`. This doesn't quite work at the moment because: - jupyterlite/jupyterlite-sphinx#291...