-
On running into bottlenecks dealing with 100's of GB (several TB's in the future) of weather forecast data.
Using chunks in NetCDF
https://www.unidata.ucar.edu/blogs/developer/entry/chunking_data_…
-
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 …
-
@norlandrhagen and I have been experimenting with approaches for speeding up pyramid generation when using rio-xarray's `reproject` functionality. We have this rough prototype to share:
```python…
-
### What is your issue?
This is inconsistent:
```python
In [25]: ds
Out[25]:
Dimensions: (x: 1, y: 2)
Dimensions without coordinates: x, y
Data variables:
a (x, y) int64 0 1…
-
## Describe the bug
If NWP provider returns `xarray.Dataset` the following error occurs:
```
AttributeError: 'str' object has no attribute 'assign_attrs'
This exception is thrown by __iter__ of …
-
**[How to craft a useful, minimal bug report](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)**
I'm using the PyPi version of climate indices with input datasets in climate-indi…
-
I'm a student at UCSF trying to run SCVI reference mapping pipeline using reference datasets in cellxgene census. I'm running all the arguments in interative Jupyter notebook on Wynton computing clust…
-
There's a _lot_ of other discussion in #9063, but I wanted to pull out this suggestion for independent discussion:
>> * Our list of internal attributes on a `DataTree` node is still not just those …
-
### What happened?
When proceeding regrid2 after getting an annual cycle, somehow it loses the time coordinate data array (see below log print 4).
### What did you expect to happen? Are there ar…
-
I think it's a bit nicer to use our built-in solution, since it gels with plotting and enables working with `AbstractOperations` in post-processing:
https://github.com/tomchor/Oceanostics.jl/blob/f…