-
ld.lld: error: undefined symbol: qmi_response_type_v01_ei
>>> referenced by xarray.c
>>> vmlinux.o:(wda_set_powersave_config_resp_msg_v01_ei)
>>> referenced by xarray.c
>>> …
-
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…
-
The code below adds a `face_dimension` to variables that not defined there if some of the points are out of bounds.
```python
import numpy as np
import xugrid as xu
import xarray as xr
uds …
-
After merging #104, I remembered that xarray Datasets have `.keys` method which returns a list of variable names in `Dataset.data_vars`.
#104 added `.cf.keys` that replaced `.cf.get_valid_keys` (i.…
-
I'm not sure what this is related to, as other zarr-based datasets seem to load fine. I'll test this on local server and see what's wrong - another reason to look into [Flask testing!](https://flask.p…
-
Redim() should be the correct approach to alter the dimensions, right?
First I generate some test data.
```
#### TEST
import numpy as np
import xarray as xr
def gauss2d(amp, xo, yo, sigma_x,…
-
I realize that you're collecting use-case ideas right now, but eventually you'll need implementations and here's an idea to start.
## Efficiently encoding ragged data in xarray
An Awkward Array …
-
The OpenDAP spec provides for server-side functions to aggregate and reduce file size prior to transmission over the network [see here](https://docs.opendap.org/index.php?title=Server_Side_Processing_…
-
**Describe the bug**
Unable to save traces to file, which is essential for running code on a cluster.
**To Reproduce**
Follow the case study **Fitting TESS data** (https://gallery.exoplanet.codes…
-
`imglyb` does not support converting `bool` type images to numpy. This means that users are unable to convert masks/thresholded images into python numpy/xarray objects.
Here is a minimal example:
…