-
## 1\. Pan3D Viewer
Running `pan3d-viewer --config_path examples/example_config_esgf.json` triggers this error message
```
TypeError: SetZCoordinates argument 1: method requires a vtkDataAr…
-
Re JOSS review openjournals/joss-reviews#6889
There currently appears to be a mismatch between the level of pandas support implied by the JOSS manuscript and that which is actually available in the…
-
I got a user feedback: it would be easier for users if measurements (e.g. wave spectra / statistics) would have an associated lat / lon variable. This could simply be either a "closest GPS position" o…
-
### Description of the desired feature
We are attempting some big refactoring steps in PyGMT to avoid the use of temporary intermediate files #2730, and will also be performing some updates to GMT …
-
Documentation examples fail on `cf_xarray==0.8.0`. Assigning new variables on the example data raises a `MergeError`:
```python
Traceback (most recent call last):
File "/home/julien/git/code/hy…
juseg updated
6 months ago
-
So far we've only really implemented dictionary-like `get/setitem` syntax, but we should add a variety of other ways to select nodes from a tree too. Here are some suggestions:
```python
class Dat…
-
### What happened?
Issue with decoding datetime that include NaN values
### What did you expect to happen? Are there are possible answers you came across?
_No response_
### Minimal Complete Verif…
-
### Motivation
Accessing variables from parent groups in a tree would be useful. This has come up before in #1982 and https://github.com/xarray-contrib/datatree/issues/297. Here I'm going to summar…
-
#### Code Sample
```python
import xarray as xr
import rioxarray
from rasterio.control import GroundControlPoint
from rasterio.crs import CRS
ds = xr.Dataset(dict(A=xr.DataArray([1.0])))
g…
-
Python Version: 3.8.0
xarray Version: 2023.1.0
xesmf Version: 0.8.5
Distribution: EndeavourOS
When trying to import xesmf, I get the following error:
```
Traceback (most recent call last):…