JavaScript disabled You need to activate JavaScript in order to use OpenProject! Learn more
ENH: Allowing for other decision variables to be passed to classify_echo_fuzzy.
FIX: Removed error in assert statements in wradlib.clutter.classify_echo_fuzzy.
Now debugging of all the new enhancements begins...sorry for the inconvenience.
FIX: Making wradlib.dp.texture applicable for arbitrarily dimensioned arrays.
FIX: Deleted unnecessary import of module io in module vpr.
ENH: Added function for retrieving rainfall intensity directly from specific differntial phase.
See library reference of function wradlib.trafo.kdp2r for details.
ENH: Added fuzzy echo classification based on Vulpiani (2012) to wradlib.clutter.
See library reference for wradlib.clutter.classify_echo_fuzzy for details.
A related utitlity function has been added to wradlib.util for defining trapezoidal membership functions.
ENH: Added attenuation retrieval (pia) from specific differential phase (Kdp).
See library reference for function wradlib.atten.pia_from_kdp for details.
ENH: Added new module dp containing algorithms related to dual-pol and differential phase.
For details, have a look at the library reference.
For speed up of phase unfolding, wradlib.dp also makes optional use of a shared library based on f2py (the extension module is called speedup). This is the first time...
FIX: New implementation of wradlib.filter_gabella removed NaNs from original array.
Line 209 of wradlib/clutter.py is: img[bad] = np.Inf This line changes the original image, but it was intend only as a local manipulation. In order to avoid this unintended behaviour, a local copy of img is generated in case...
Removed thresholding at end of filter_gabella
bug fix
Changes for pull request 10
Merged wradlib/wradlib into default
TYPO
COMPLETION: of documention of radome attenuation
FIX: adjusting the required numpy version to 1.7 due to recent changes in wradlib.vpr.
new thresholding filter_gabella
Nans support for filter gabella
New filter_gabella
New implementation filter Gabella
Also available in: Atom