xarray-tutorial icon indicating copy to clipboard operation
xarray-tutorial copied to clipboard

Xarray Tutorials

Results 38 xarray-tutorial issues
Sort by recently updated
recently updated
newest added

The binder link currently opens the index for scipy 2022. Switching to the "xarray in 45 minutes" book for now.

xref #82 This somewhat works. - intersphinx to xarray doesn't work - sphinx-codeautolink seems buggy and doesn't work in as many places it could (e.g. https://github.com/felix-hilden/sphinx-codeautolink/issues/109)

xarray has some pretty powerful, indexing, re-indexing, and binning capabilities. My knowledge of them all is pretty limited, but `reindex`, `reindex_like`, `groupby` and `groupby_bins` all seem like useful targets for...

enhancement

Looking for material! - [ ] https://ncar.github.io/esds/posts/2022/sparse-PFT-gridding/ - [ ] https://ncar.github.io/esds/posts/2022/dask-debug-detrend/ - [ ] Intermediate tutorial on merging: https://github.com/pydata/xarray/pull/3131/files - [ ] "data wrangling" Aquarius satellite data: https://github.com/pydata/xarray/issues/2313 - [x]...

discussion

https://github.com/melissawm/sphinx-tags I think this makes a lot of sense for our tutorials.

enhancement
dependencies

On Firefox + MacOS I don't see the binder launch button in the top:

bug

https://github.com/executablebooks/jupyterlab-myst This would allow us to use myst syntax for nice rendering in Jupyter Lab and the JupyterBook deployment. I see @scottyhq has already opened an issue there :)

enhancement

For easier and more robust links to the xarray documentation. Jupyter Book [uses it](https://github.com/executablebooks/jupyter-book/blob/d33a19848ed8e995ad596155e0d056f22eb89ebe/docs/_config.yml#L85) in their own docs, so it is definitely possible. I guess the downside is that the...

enhancement
dependencies