-
I think it would be neat to be able to load the result of a stacrs query as a lazy xarray.DataSet via rioxarray. The new[ GDAL Raster Tile Index (GTI)](https://gdal.org/en/latest/drivers/raster/gti.ht…
-
We're trying to support argopy alongside other packages in the pangeo docker image (https://github.com/pangeo-data/pangeo-docker-images/pull/577)
But v0.1.16 pins xarray to
-
When loading multiple zarr files using xarray, I have noticed that it often changes the chunk sizes despite the zarrs having the same chunking when saved to disk. Often it will double the chunk size. …
dfulu updated
2 months ago
-
_melodies-monet get-airnow --start-date 20240521 --end-date 20240522_
results in an xarray error
Fetching data with monetio ...
Aggregating AIRNOW files...
Building AIRNOW URLs...
Adding in M…
-
Take a conversion from electron temperature to thermal velocity as an example:
```python
from pint import application_registry as u
import numpy as np
np.sqrt(100 * u.eV / u.m_e).to("km/s")
#
`…
-
I'm wondering how we can build virtualization pipelines as a map rather than a map-reduce process. The map paradigm would follow the structure below from [Earthmover's excellent blog post on serverles…
-
Some change in xarray-2022.9.0 introduced a significant performance regression (see https://github.com/boutproject/xBOUT/issues/213#issuecomment-1283669463). Possibly something related to the default …
-
**Is your feature request related to a problem? Please describe.**
N/A
**Describe the solution you'd like**
Update spectral plotting functions to use xarray.DataArray.sel
`satobj.l1a_cube.sel(x=…
-
## Current Builder/Viewer
### Features
- [ ] display option:
- [ ] warp
- [ ] globe view
- [ ] transparency
- [ ] Local / Remote rendering (PyVista toolbar)
- [ ] Interactive preview (…
-
### What happened?
`xr.concat()` and `xr.align()` behavior is based on the _values_ of coordinates, the result is surprising
### What did you expect to happen?
Consistent behavior, stable coo…