-
There are numerous packages that extend the functionality of xarray. Some obviously belong in the PyAOS package index (e.g. xcape) but there are others that offer new functionality that is highly usef…
-
### What happened?
Converted a Pandas `DataFrame` containing a column of type `pandas.Int64Dtype()` into an Xarray `Dataset`. The data variable doesn't get converted to an Xarray compatible type:
…
-
How should a STAC Collection containing many geospatial rasters that span many CRSs map to GeoZarr?
For example if I have Sentinel-2 or Landsat data spanning UTM zones, I don't want to have to repr…
-
I am unsure action is required on this but I thought it might be nice to know.
I have just installed argopy 1.0.0 in a relatively fresh conda env. On import I received an error traceback to xarray …
cgrdn updated
1 month ago
-
Packages like `rioxarray` or `hvplot`, provide an xarray extension so their methods can be called directly on the dataset. Would that be wanted with `clisops`?
Example: instead of
```
from cliso…
-
This is more of a suggestion for a new feature than an "issue".
Background: we still have a lot of data in NASA Ames format. Currently, there's an initiative at our institute to develop a collecti…
-
Not sure if this is virtualizarr or icechunk's fault but the error was raised inside icechunk so I'm raising it here.
### MCVE
```python
import xarray as xr
ds_original = xr.tutorial.ope…
-
## Description
when opening parentheses triggers the signature, the default behavior of lsp appears to be to show an _extra_ tooltip (in addition to default completer), which obscures the code bein…
minrk updated
2 months ago
-
### What happened?
Computing the `max` or the `isnull` on a DataArray with bfloat16 values raises a:
`TypeError: dtype argument must be a NumPy dtype, but it is a .`
This worked fine before updat…
-
Related to #190
Add section about python environments for development in our cookbook:
@andypbarrett during coworking, with @michele-personal :
"This is the way NSIDC developers work, it sa…