-
Some datasets for c3s-cordex are failing on get_bbox: https://github.com/roocs/catalog-maker/blob/4ba705a29f4133ec2f1cf1cbefc04ce4d31912f1/catalog_maker/catalog.py#L49-L67
with the error `Attribute…
-
I'm using the core part of the terrain module for a machine learning exercise, and found the `xdem.terrain.get_quadric_coefficients()` to be slightly unexpected in how it treated the resolution term. …
-
The `datastore.py` module has become extremely large (6000 lines 😵), and has all the DataStore class methods explicitly implemented in the file. This makes development more difficult.
One relative…
-
## Bias Correction Process
- Moving Window
- to handle seasonality
- Normalize data
- recenter (```mean 0```)
- rescale ( ```sd 1```)
- detrend
- transform to deskew …
-
Please implement
**Is your feature request related to a problem? Please describe.**
Observed:
```python
da.groupby("g").argmax(dim="t")
```
```python
-----------------------------------------…
Hoeze updated
1 month ago
-
Hi,
I am trying to concatenate my wrfout files with salem and it is generating this error:
OSError: [Errno -101] NetCDF: HDF error: b'F:\\rcp4.5\\D02-2090-2100\\wrfout_d02_2099-02-06_00_00_00.nc'
…
-
to wrap `_DatasetPlotMethods`.
This should be easy → follow what is done with `_CFPlotMethods`
-
Hi @gmaze
I was poking though the xarray accessor code and noticed some things in the teos10() method:
* There is a [pressure to depth](https://github.com/euroargodev/argopy/blob/9dcd108e5ab166…
-
Possibly a duplicate of #357 or a discussion topic. Opinions welcomed.
### Description
Since `cf_xarray == 0.8.0` (#391), selecting variables by standard name with `ds.cf[standard_name]` results…
juseg updated
5 months ago
-
This is a list of things that could be imported from our RAGMAC exercise code, mostly related to creating stack from multiple rasters and saving/reading to/from zarr format (taken from personal notes …