Ryan Abernathey

Results 1264 comments of Ryan Abernathey

Just to be clear, the near-term goal is to release xgcm v 0.2.0 via pip and conda-forge.

Ok you are both added as maintainers. Let's make 0.2.0 just the current state of the project. No need to wait for those hard things to get done. We have...

> from the pypi and conda docs, it seems that the way to go is to start with creating the pypi package > then the conda recipe. I can start...

This makes sense to me.

PR welcome! 🙃

Hi @rcaneill - thanks for this useful idea. So far, xgcm only supports grids in which the variables are assumed to be centered. But I know this is not the...

Thanks for your comment @miniufo. I'm not 100% sure what you are asking. Let me respond with some general comments. - Yes, there is now more than one way to...

Dask's `visualize()` function uses graphviz, so it's certainly not unprecedented.

Good idea. this would work well in combination with #197 (xarray accessor). Then we could do ```python ds.grid.isel(X=slice(5, 10)) ``` I slightly prefer @willirath's API over @jbusecke's. The whole point...

I have updated the gist with an example of using this via apply_ufunc: https://nbviewer.jupyter.org/urls/gist.githubusercontent.com/rabernat/ade98c74909271a0d4dd8f7d7c435640/raw/726d9e3a80b08875d6aa959252388a3794a78fc9/land-aware-interp.ipynb