You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be pretty straightforward, simplify a matter of adding a fill_value keyword argument to the various interfaces and passing it on to Variable.__getitem_with_mask inside xarray.core.alignment.reindex_variables().
The text was updated successfully, but these errors were encountered:
Hi, I'm a recent convert to xarray looking to start contributing - this seems like a good issue to dip my toes in. If there's no one currently working on this I'm happy to take it up.
Fantastic, welcome @zdgriffith! Our documentation has a page on contributing which I encourage you to read through.
Once you have your local development environment set up and your fork cloned, the next step is to start exploring the source code and figuring out where changes need to be made. At that point, you can post any questions you have here and we will be happy to give you some guidance.
It would be nice to be able to specify a custom fill value other than NaN for alignment/reindexing, e.g.,
This should be pretty straightforward, simplify a matter of adding a
fill_value
keyword argument to the various interfaces and passing it on toVariable.__getitem_with_mask
insidexarray.core.alignment.reindex_variables()
.The text was updated successfully, but these errors were encountered: