-
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…
-
### 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…
-
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…
-
@Cadair suggested that we should test out [APE 14](https://github.com/astropy/astropy-APEs/blob/main/APE14.rst) WCS with the following implementation over at Xarray:
* https://github.com/pydata/xar…
pllim updated
1 month ago
-
### 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…
-
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…
-
## Original discussions at BiDS
- Do not separate climate versus EO
- More about grids and it is more about GIS versus global model grids
- one assumption is the co-gridding. Alignment of samples…
-
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'}…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
The Scene object has at the moment too many responsibilities and is very bloated. At the same time, we are con…
-
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…