Anderson Banihirwe

Results 47 issues of Anderson Banihirwe

First, fantastic work! `provenance` has a lot of features I am looking for 😀. Second, I would like to extend `provenance` functionality to support one of my use cases i.e....

- Towards https://github.com/xarray-contrib/datatree/issues/100 - Notebook used to generate this dataset: https://github.com/andersy005/brouillons-quotidien/blob/main/datatree/cmip6-sample.ipynb Cc @TomNicholas

This pull request is the first part of migrating the indexing and broadcasting logic from `xarray.core.variable` to `xarray.namedarray`. I intend to open follow-up pull requests to address additional changes related...

As noted in https://github.com/pydata/xarray/issues/8909, the use of `.oindex` and `.vindex` properties in coding/* appears to have broken some backends (e.g. scipy). This PR reverts those changes. We plan to bundle...

When working with large/complex grids, the weights generation step appears to be computationally expensive. I am wondering whether this is documented somewhere? If so, can we improve this? Here's an...

[The table](https://ncar.github.io/cesm-lens-aws/#data-catalog) appears twice on the web page. Need to figure out why the package is doing that.

- Add long-name column to the static variable stores - Add a sentence explaining the existence of the static variables (just before the table). - Add CF Name column (with...

The Bias correction workflow will follow the following steps adapted from [Downscale Paper doc](https://paper.dropbox.com/doc/Downscale-g33mdck7FPAd1iYHvBVHL) - [ ] Prepare data - [ ] Gather tavg, tmin, tmax, pr data: - [...

help wanted
contributions welcome
API design

## Bias Correction Process - Moving Window - to handle seasonality - Normalize data - recenter (```mean 0```) - rescale ( ```sd 1```) - detrend - transform to deskew (e.g.,...

contributions welcome
API design

- [ ] Create a separate function for single and multi modes that calls ```xarray.open_dataset()``` and ```xarray.open_mfdataset()``` respectively. - [ ] After this, have single and multi modes use same...

enhancement
API design