Deepak Cherian
Deepak Cherian
Closes #127
This should be possible using the classes here: https://github.com/holoviz/datashader/blob/master/datashader/reductions.py
It's a little too narrow. I couldn't figure out how to fix it by playing in the Developer Console. I'm on the "developer edition" of firefox but it's probably in...
``` python import numpy as np import xarray as xr import xoak shape = (100, 100) lat = np.random.uniform(-90, 90, size=shape) lon = np.random.uniform(-180, 180, size=shape) field = lat +...
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)
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]...
https://github.com/melissawm/sphinx-tags I think this makes a lot of sense for our tutorials.