Deepak Cherian
Deepak Cherian
There's a few that could be switched to `isinstance` so let's do that and turn it off? Example: `type(result) == slice`
Hah I think the edge cases are in the CMIP archive :)
Just released v0.7.6 for easier testing. It'd be nice to move the autogenerate tests to cf-xarray where applicable.
I think the cf-xarray version of this only really makes sense when the assigned name is a standard name on one of the present variables, so (2) in your listing....
This is a design choice :) . Many users complain that xarray's default behaviour isn't what cf-xarray currently does. Some solutions: 1. Extract the variable name manually: `ds[*ds.cf.standard_names['air_temperature']]` 2. Use...
> could not find an xarray issue on that > I am still unconvinced whether grid mappings should be considered coordinates https://github.com/pydata/xarray/issues/6447 . In the xarray model "coordinates" is the...
Can we remake `.blocks.__iter__` to be more like `np.nditer` instead?
See also #5048 though the discussion here is more thorough.