-
I am trying to plot an `image` using the xarray accessor, but can't seem to be able to specify the aspect ratio and also remove padding simultaneously.
Demonstration:
```python
import xarray a…
-
I wonder if it would be in scope for the `xvec` accessor to have a method that can be used to convert two bounds coordinates to `shapely` geometry columns?
I'd imagine something like this:
```pyth…
-
### Describe the bug
I tried to import pywgrib2_xr and got this error:
Traceback (most recent call last):
File "", line 1, in
File "/opt/anaconda3/envs/env_py…
-
Because we use `xarray.Dataset` and `xarray.DataArray` as our data container it would be best and most convenient to make as much functionality as possible accessible via [custom xarray Accessors](htt…
-
Given the following sample data:
```python
import numpy as np
import xarray as xr
import cf_xarray
lev = np.arange(1, 11)
lev = xr.DataArray(lev, dims='lev', attrs={'units': 'km', 'axis': 'Z'}…
-
### What went wrong?
I spent some time looking through open issues and stack overflow to make sure I am doing this correctly, but it appears MetPy 1.4 with Python 3.10 is broken with the assign_y_x a…
-
@zacharyburnett @SorooshMani-NOAA as mentioned in the meeting, these are some notes for extending xarray/pandas. It's just copy paste from a different issue on a private repo, so not everything might …
-
I would like to be able to create an DataArray accessor that takes parameters, e.g. `obj.weighted(w).sum(dim)`. This appears to be impossible using the existing `@register_{dataarray,dataset}_accessor…
-
As mentioned by @dcherian in https://github.com/xarray-contrib/cf-xarray/issues/101#issuecomment-705214357, it would be cool to have an accessor for hvplot, which would hopefully identify lon/lat coor…
-
Within *xarray* there is no easy way to expose the full XML metadata in the files inside the `annotation` folder.
Options:
* add an entries into `.attrs` that contain the return value of `xmlschem…