Closed jkingslake closed 2 months ago
Thanks @glugeorge. Good point, we dont need that zarr directory in there. I created it to save time loading profiles from the google bucket over-and-over again. It was only 32MB, so not an issue to keep in the repo if we find it useful in the future, but not necessary for now. I deleted them and modified the notebook that was loading them to instead load directly from the google bucket.
The computation of the profiles is a separate issue, but I definitely agree that we should add the ability to compute your own and include an explanation of the process in a notebook.
see also #36
@glugeorge if you are happy with this PR can you approve it and then I will merge. Thanks again!
Add displacement calculations based on George's work in his fork. See the usingXApRES NB for details on how to use and test the new functionality.
This also adds two new unit tests.
It also improves how bound methods are added to xarray.dataarrays - now this is done in a more easily extendible way upon loading the package, rather then when data is loaded.