Lukas Riedel
Lukas Riedel
### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...
I cannot install pyfes because the package is only available for osx-64 architecture, but not osx-arm64. Unfortunately, this issue is obscured by the error message, which always reports that the...
### Please provide a description of what you'd like to do. I am using sparse arrays with xarray and I found that a simple `DataArray.sum()` operation performs poorly with `skipna=True`,...
### What is your issue? xarray currently uses its own `nanops.nansum` when calling `DataArray.sum(..., skipna=None)`, which relies on `sum_where`. This implementation route is very inefficient for sparse arrays, especially (and...
It is often not clear to me why the computation of a GeoBox fails. In this case, `arr.odc.geobox` simply returns `None`, without any further explanation of what data is missing....