cf-xarray icon indicating copy to clipboard operation
cf-xarray copied to clipboard

an accessor for xarray objects that interprets CF attributes

Results 93 cf-xarray issues
Sort by recently updated
recently updated
newest added

Hi. I regularly find myself wishing `guess_coord_axis()` would find more dimension and coordinate names. I was just adding some to do a PR but I see that some are purposely...

First, thank you so much. Compression-by-gathering is an incredibly usefull addition, which hopefully will end up in xarray for ragged (or sparse) array support on netcdf's. one day. #321 added...

[`xarray.align`](https://docs.xarray.dev/en/stable/generated/xarray.align.html) only supports an opt-out `exclude` kwarg, but for these purposes it seems like we'd want an opt-in `include` kwarg, so that we only aligned along specific user-specified dimensions (so...

opinion wanted

Hi, I'm working with data files having units provided as `lg(re mg.m-3)`, which according to the udunits documentation [here](https://docs.unidata.ucar.edu/udunits/current/udunits2lib.html#Examples) is valid. However trying to parse this with the units module...

At the moment this just adds a failing test that shows that add_bounds fails if the times are cftimes. I'm not sure what the best solution would be.

1. Update `whats-new `and `CITATION.cff` 1. Create a new section with date in `whats-new.rst` 1. Add entries in the section looking at recent commits. 1. Create a PR to update...

documentation

So the CITATION.cff points to an old version: https://github.com/xarray-contrib/cf-xarray/blob/27138584f3402cd5836ab36aaf703e6fe840fd86/CITATION.cff#L6-L9 I've been hitting this issue before when I used CITATION.cff to point to a zenodo repo. I thought I could add...

Woud be nice to have a `cf` function that generates CRS from grid_mappings that cartopy can understand for plotting. Would be nice to simply work without having to know which...

I have a DataArray that's similar, but not quite the same as the `popds` example dataset (the axes aren't labelled, and it has a time dimension): ``` array([[[nan, nan, ...,...

We now have a lot of information in our text repr. I think we should add `_repr_html`.

enhancement
help wanted