-
### 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/whatsn…
-
Xarray now has a [plugin system for registering backends](https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html). For the more specialized backends (like pseudonetcdf), we'd like to …
-
source codes is as following:
```python
import echopype as ep
raw_url = "D:/DwnlData/echotype/allek80_200k/D20240129-T031539.raw"
echodata = ep.open_raw(raw_file=raw_url, sonar_model='EK80')
…
-
It would be great to add the ability to write kerchunk references to parquet files, not just to json.
This should be a nice self-contained feature for anyone who is interested in implementing it - …
-
There are several operations that do not return a `MultiscaleSpatialImage` class but a `datatree.DataTree`. e.g.
```python
import numpy as np
from spatial_image import to_spatial_image
from mul…
giovp updated
5 months ago
-
## Problem:
On their own, our current methods like Datashader and downsampling are insufficient for data that cannot be fully loaded into memory.
## Description/Solution/Goals:
This project aims …
-
If you open a SHOC standard NetCDF file with emsarray, the `xarray.Dataset` has properties like:
```
Dimensions: (k_grid: 48, k_centre: 47, j_grid: 181, i_grid: 601,
…
-
:eyes: Some source code analysis tools can help to find opportunities for improving software components.
:thought_balloon: I propose to [increase the usage of augmented assignment statements](https:/…
-
This would replace or expand the current herbie accessor `herbie.accessors.nearest_points`.
* BallTree: https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html
* Example:…
-
Cool talk!
You should be able to use cf-xarray to do the translation from "CF names" to yt names: https://cf-xarray.readthedocs.io/en/latest/coord_axes.html
The advantage is that cf-xarray has…