-
I am evaluating `interp()` against xESMF. [Here](http://xesmf.readthedocs.io/en/latest/Curvilinear_grid.html)'s how xESMF would regrid the built-in `'rasm'` data to a regular lat-lon grid.
Seems li…
-
I tried running the GFS example and it fails with this error:
KeyError: "cannot represent labeled-based slice indexer for coordinate 'time3' with a slice over integer positions; the index is unsort…
-
Moving to a separate issue to be able to properly track this.
> Why does `pint-xarray` require `pint.application_registry.force_ndarray_like = True` in the first place? I don't like when my depend…
-
I am computing the meridional mass streamfunction for a simulation. This quantity takes the (lon, lat, vert, time) meridional wind and pressure and outputs a (lat, vert, time) streamfunction. Essent…
-
I've been trying to use `flox` for multi-dimensional binning and found the API a bit tricky to understand.
For some context, I have two variables (`depth(time)` and `temperature(time)`), which I'd …
-
# Let's think about the design!
We would like users to be able to use the following:
```python
import xarray as xr
import xradar
ds = xr.open_dataset("some_radar_data.nc", engine="xradar")
…
-
#### Code Sample, a copy-pastable example if possible
DTI example below, same general behavior occurs for TDI:
```python
In [2]: dti = pd.date_range('20180101', periods=3, freq='B')
In [3]: dti.…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
#### Problem description
This issue is to start the discussion for a feature that would be helpful to a lot of people. It may not necessarily be best to put it in xarray, but let's figure that out.…
-
# Context
The purpose of this ticket is to set up a notebook allowing *demcompare* users to perform metric measurements, such as mean or NMAD, in specific areas using classification. This notebook …