-
An IamDataFrame can already be initialised directly from an ixmp.Scenario (via the ixmp-Python-API, see [here](https://github.com/IAMconsortium/pyam/blob/ef2f69aba9cebe0c0d953fdc55debf0d44e66861/pyam/…
-
### What is your issue?
Currently `DataTree.assign_coords` tries to call `Dataset.assign_coords` on every node in the subtree. This was always a little weird, but now that we have implemented coord…
-
One thing we should add is the ability to record the return type from a function.
This would help us understand the signatures better.
Also, it could help with another issue, which is that cur…
-
This notebook by @kegl shows a nice example of how to use pyresample with xray:
https://www.lri.fr/~kegl/Ramps/edaElNino.html#Downsampling
It would nice to build a wrapper for this machinery directly…
-
Using the wradlib xarray accessor for bin_distance() yields the same result as bin_altitude(). After taking a look at the code I believe that Line 179 in [georef/misc.py](https://github.com/wradlib/wr…
-
In #4592 I had the issue that mypy did not raise an error on a missing method:
```python
from xarray.core.common import DataWithCoords
hasattr(xr.core.common.DataWithCoords, "reduce") # -> Fa…
-
### Describe the functionality you are requesting, linking any relevant usage or previous implementations in the python ecosystem or otherwise.
The majority of functions provided by `geocat-comp` s…
-
A common mistake in bluesky is forgetting to yield from a plan. In similar situations, some async libraries will issue warnings ("Did you forget to await ___?") We can do this for bluesky too.
Proo…
-
In thinking about a user-friendly Python front end we think about how well the Fortran design would work.
_Specifying problems_
Radiation problems are defined in one of three ways - three sets…
-
## Request
Make sure tooltips shown in modern Editors and IDEs like VS Code and PyCharm are available and useful.
## Motivation
I'm trying to help a user of hvPlot here https://discourse.holo…