-
![image](https://user-images.githubusercontent.com/58799032/157181780-eba80d85-1e67-4aab-a452-a171bb62ac2b.png)
-
**What happened**: I was combining two `Datasets` using `combine_first` and to my surprise the `dtype` of one of the `DataArrays` in the merged `Dataset` was changed (from `bool` to `float64`).
…
-
### What happened?
When aggregating a dataset over specified dimensions I don't expect variables which don't have those dimensions to be aggregated.
### What did you expect to happen?
When a weight…
-
### What happened?
Just like the title says, passing an extra keyword argument corresponding to scipy's `curve_fit` throws an exception. The [documentation](https://docs.xarray.dev/en/stable/generate…
-
### What happened?
When running the `broadcast` in the sample code, I end up with `nan` in the output when there are not any in the original source array. While I know the construction is really odd …
-
The behaviour when specifying "norm" for a colormap normalisation does not work as anticipated.
Below I use the example code from matplotlib and apply the same normalisation to the DataArray versio…
-
#### MCVE Code Sample
```python
import glob
import xarray as xr
import numpy as np
from memory_profiler import profile
def CreateTestFiles():
# create a bunch of files
xl…
-
If you run the demcompare with example data, you will get an error:
`demcompare sample_config.json --loglevel DEBUG`
```
2024-10-15/15:32:30 :: ERROR :: Demcompare Traceback (most recent call …
-
### What is your issue?
Hey all,
I suspect I am just doing something incorrectly but haven't been able to solve this problem, so hoping someone can point me in the right direction.
I have a l…
-
**What happened**:
Rechunking along an independent dimension causes unrelated non-dimension coordinates to become dask arrays. The dimension coordinates do not seem affected.
I can stick in a…