Riley Brady
Riley Brady
@dcherian sorry for the delay here. I could work on this effort, but unfortunately only on weekends, so it might be a long process. I would appreciate some guidance if...
Another side note that came up here -- I'm curious if there's any roadmap plan for recognizing integration of units for methods like `rolling().sum()`. E.g., ```python data = xr.DataArray(range(3), dims='time').pint.quantify('mm/day')...
Thanks for the quick feedback on this issue @keewis. Also thanks for the demo with `.diff()`. You're right about the integration assumptions. In my specific use case I am doing...
Hi Kyle @chudlerk! Thanks for pointing this out. I was just trying to get the package to import but clearly didn't do any testing. It's hard to capture the depth...
@lukelbd , I gave it a little bit of a try today and can't really figure out what the renderer stuff is doing. I have it turned on so you...
@chudlerk I've found success on my work stack just pinning `matplotlib==3.5.3` and that will jive with all the most recent xarray/xclim/dask/metpy, etc. etc. If you do these small import fixes...
I was getting some weird errors with: ``` python==3.10.13 matplotlib==3.4.3 proplot==0.9.7 cartopy=0.22 ``` Where `cartopy` was throwing an error related to `packaging.version`. It only seemed to resolve by bumping `matplotlib`...
@reemagit , in the meantime you can just use a different colormap from that list. It looks like `Fire` is the default and not being registered. Just pass in `cmap='viridis'`...
> Works for me on `Python 3.11.5 (main, Sep 11 2023, 08:31:25) [Clang 14.0.6 ] on darwin` and `matplotlib 3.8.3` `matplotlib-inline 0.1.6`! Is this with @reemagit's fixes? Have you tried...
Bumping this if still relevant. We are having issues with the "missing rectangles" with S3, similar to https://github.com/pangeo-data/pangeo/issues/691. This seems to persist with using `fsspec` with `fs.get_mapper("s3://*.zarr")`, but seems to...