Riley Brady

Results 26 issues of Riley Brady

The current weight file that is saved out by `xESMF.Regridder()` only has S, col, and row: However, standard ESMF weight files seem to have way more information. Here's an intermediate...

I'm working on conservative remapping of air-sea CO2 fluxes on ocean grids. The goal is to remap from an arbitrary curvilinear grid to a 180x360 rectilinear grid. I've followed advice...

bug

This has been an issue on my mind for awhile. But we need to have something in `checks.py` that acts as a decorator to check that the input Datasets/DataArrays being...

help wanted
infrastructure

See https://github.com/pangeo-data/climpred/pull/439. We added discrimination and reliability from `xskillscore`, which returns the data necessary to make these plots. Would be good to have a small section in the docs +...

help wanted
documentation
good first issue

Incorporate a function to compute average predictability time (APT), reference is DelSole

help wanted
low priority
feature request
ASP Projects

Incorporate a function to compute mutual information

help wanted
low priority
feature request
ASP Projects

I was pointed to a common plot used in weather forecasting called a chiclet plot: https://www.spc.noaa.gov/exper/CFS_Dashboard/ It might be nice to have in our graphics package here.

help wanted
low priority
feature request
visualization
ASP Projects

The docstrings for all deterministic functions claim that ndarrays (i.e. numpy arrays) can be passed through, but that isn't the case since a lot of the preprocessing and wrapper functions...

enhancement

I was helping out a labmate recently and thought something like this would be a good example for the docs. I was showing her how to use `xskillscore` to sift...

help wanted
good first issue

After https://github.com/raybellwaves/xskillscore/pull/127 is merged, it'd be good to add more context to metric docstrings. E.g., like we have over at https://github.com/bradyrx/climpred/blob/master/climpred/metrics.py. This could include tables of max/min/positive/negative interpretation. Maybe some...

documentation