-
```
=============================================================================================== FAILURES ==========================================================================================…
-
It looks like when I pull out a DataArray from a Dataset using `cf_xarray` the coordinates are dropped (while `xarray` keeps them).
Here is an example:
```python
import xarray as xr
import cf_xa…
-
Below are existing efforts that I found which could be useful to discuss and define GTSA's clear objective and build its core structure during the Hackweek:
- **DARTS** has a huge collection of met…
-
**Is your feature request related to a problem? Please describe.**
It's annoying that I always have to call `pint_xarray.accessors.setup_registry(unit_registry)` if I want to use openscm-units toge…
-
I saw there have a lot of duplicate codes. And they both have the same structure.
Maybe we could extract the same codes via the factory design pattern?
Duplicate codes:
- https://github.com/Zsail…
-
### What is your issue?
I recently read about the suggested approach to extending xarray here: [Extending xarray 2](https://docs.xarray.dev/en/stable/internals/extending-xarray.html)
We have a lot…
-
This came up in #234 and I want to capture the idea here:
I'd like to be able to not just ask for the "ssh" variable for example, but ask which type of variable I have. So in addition to:
```
d…
-
### Is your feature request related to a problem?
With satellite remote sensing data, you sometimes end up with a blown up DataArray/Dataset because individual acquisitions have been saved in slices:…
-
In the long term, it might be more pythonic for methods related to e.g. a scalar field (eg : its gradient, smoothing etc...) to be attributes of the dataArray itself.
> grd = oocgcm.oceanmodels.nemo.…
-
I'm using Martina's pyfesom2 version on levante: /work/ba1264/a270210/fesom_plot_tools/pyfesom2/
### Description
I would like to plot a cross section of u and v for the Greenland - Scotland ridg…