Paul Ockenfuß
Paul Ockenfuß
In the elegant documentation, it says photo galleries can only be added at the end of the article and that there is need for further development ([link](https://elegant.oncrashreboot.com/photoswipe-gallery-using-raw-html)). It seems like...
### What is your issue? Currently, the 'limit' argument of `interpolate_na` shows some counterintuitive/undocumented behaviour. Take the following example: ```python import xarray as xr import numpy as np n=np.nan da=xr.DataArray([n,...
### What is your issue? If an array contains `np.inf` and a rolling operation is applied, all values after this one are `nan` if numbagg is used. Take the following...
- [x] Closes #7665 - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` This is an attempt to close #7665 and...
* xradar version: 0.6.0 * Python version: 3.11.5 * Operating System: Alma Linux Is it possible to use a file-like object instead of filenames when using xradar? According to the...
Is there any documentation on how to construct the wradlib core datastructure manually? # Motivation While there are [many examples](https://docs.wradlib.org/en/latest/notebooks/fileio.html) on how to read common radar formats into wradlib, not...
# Improve gap filling - Closes #7665 - Combine current gap limiting in xarray (max_gap) with capabilities of pandas (limit_direction, limit_area) regarding filling of missing values - Provide a common...