Results 33 issues of Kai Mühlbauer

Here I would like to discuss the possibility to extend the functionality of this package to notice about forthcoming API changes and the like. In many cases functions/classes/methods (you name...

enhancement

This is very annoying as we check for download capabilities on push to main. Possible solution: - Identify a very small tile (eg ocean with small island) and use this...

The Sigmet IRIS Reader is in general capable of reading all types of product files: * Ingest Data Files * RAW product (polar data) * cartesian products (MAX, TOPs etc)...

In wradlib 1.7 we've reworked several functions (eg vulpiani phase processing, #422) to work on N-dimensional arrays in a vectorized manner. There are many more wradlib functions, which can be...

For calculation of beamblockage wradlib interpolates the cartesian DEM grid cells to the polar radar raster via a b-spline approach. Due to this the DEM grid cells are averaged to...

Enhancement

Short question, is it somehow possible to extend this to handle NaN, like numpy `nanmedian`?

enhancement
investigate

Image tests are run if pillow is not installed. First reported in #2275 We have `requires_img_lib` decorator which we could use for those functions in need. https://github.com/vispy/vispy/blob/26256fdc2574259dd227022fbce0767cae4e244b/vispy/testing/_testing.py#L234-L242

This is a follow up issue on a discussion on the gitter-channel ([this comment](https://gitter.im/vispy/vispy?at=5a26d640232e79134d10984b) and ff.) started by @WilfredJanssen about geographical transformations. While there exists an [example about image transformations](https://github.com/vispy/vispy/blob/master/examples/basics/visuals/image_transforms.py)...

type: enhancement

This PullRequest enhances the ImageVisual to display a polar representation of itself via `kwarg` `polar` (eg. `polar=(dir, loc, origin)`) - added property `polar` to work on existing ImageVisuals - method...

type: enhancement
type: example
component: visuals

As h5py version 2.10 is now succeeded by h5py version 3 (we are already at 3.7.0) would it make sense to remove the h5py version 2 related code? Is there...