-
Hello, is there a guide which explains how to build this without conda?
I get this:
```
clang: error: no such file or directory: 'pywgrib2_xr/_wgrib2.c'
```
I'm not sure where the sourc…
-
Potential candidates include (but would be in no way limited to):
* xarray
* vaex
* Dask
The idea here is that data cleaning and higher-level functions to manipulate data structures are pretty…
-
Hi Ian,
I'm somewhat loath to submit another issue here after my first, but now that I've got everything up and running on a machine at home (macbook pro 2016 intel chip) and my linux machine at wo…
-
### What is your issue?
When I call `groupby()` on a dataset and try to subtract another dataset from the result, I get an error that says
``` ValueError: Object has inconsistent chunks along dimens…
-
* ACT version: 2.1.3
* Python version: 3.11
* Operating System: MacOS Ventura 13.6.9
### Description
Currently, ARM Data Validator (ADV) takes an argument of either a filename string or xarray D…
-
Workaround: `pip install dask`
-
I tried to run `where` with chunked `cupy` arrays:
```python
In [1]: import xarray as xr
...: import cupy
...: import dask.array as da
...:
...: arr = xr.DataArray(cupy.arange(4), d…
-
I get an error if one of the axis in a xarray gridded dataset is time. The issue is discussed here:
https://discourse.holoviz.org/t/inability-to-have-time-as-an-axis/1948
-
I am confused by this error as this code was working perfectly fine until last week.
`biweekly_data` is an Xarray Dataset and when I type the following:
```
coslat = np.cos(np.deg2rad(biweekly_d…
-
### Description
I have a notebook that relies on `esmlab.resample()` that dies with `ValueError: Cannot assign to the .data attribute of dimension coordinate a.k.a IndexVariable 'time'.`
### Wha…