-
The beam center recorded in SST1 metadata is a decent starting place, but I find refinement is often necessary. I've found that simply minimizing the variance of I(chi) over some q slice is a pretty r…
-
SCHISM datasets should be compatible with the UGRID accessor, but to ensure this is so we need to test, and fix any issues that arise. This issue also covers adding example notebooks and test cases fo…
-
In https://github.com/pydata/xarray/issues/1375#issuecomment-526432439, @fjanoos asked:
> Is there documentation for using sparse arrays ? Could you point me to some example code ?
@dcherian:
> t…
-
xarray 0.18 and rioxarray 0.4 were just released http://xarray.pydata.org/en/stable/whats-new.html#v0-18-0-6-may-2021 , and they included some important changes with backend configuration. Specificall…
-
I was pointed here by @maxrjones a long time ago as part of the NASA ACCESS19 Pangeo project. The main point of the conversation (over email) was that the coordinate generation done by this project co…
-
# Plotting of projected images using xarray and/or pyshtools
It would be desirable to add a method such as `plot_gmt()` or `gmt.plot()` to xarray DataArrays and pyshtools SHGrids (the latter of whi…
-
### Problem
`MultiZarrToZarr` is extremely powerful but rather hard to use.
**This is important** - kerchunk has been _transformative_, so we increasingly recommend it as the best way to ingest…
-
In `gammapy.maps` we currently use a different axis ordering convention for the data member and accessor methods. Following the convention of FITS the data member has a column-major ordering where th…
-
This example:
```python
from metpy.plots import ImagePlot, MapPanel, PanelContainer
from metpy.units import units
import xarray as xr
ds_z500 = xr.open_dataset('/Users/rmay/Downloads/gfs.t00z.p…
-
It would be sweet to be able to make 3D plots of BOUT data. Unfortunately matplotlib3D is not great, and mayavi is a bit outdated (not sure if it's still actively developed?).
But I recently found …