s-scherrer

Results 4 issues of s-scherrer

This is a major rewrite of the CDF matching implementation currently used in pytesmo. It implements a few bugfixes and performance improvements (see #255) and provides a new interface that...

Recently, @pstradio and I found a few issues with the CDF matching implementation in pytesmo: - sorting the data before [this line](https://github.com/TUW-GEO/pytesmo/blob/f1e4518537076b76609e8e360294f0eb504292c2/src/pytesmo/utils.py#L337) greatly improves performance - there's a small bug...

When setting up a test for the new `PairwiseIntercomparisonMetrics` (#219) I stumbled on some (for me) unexpected behaviour. I used a testcase with 4 datasets, and apparently the order of...

Installation from conda-forge might be easier on some systems. In the past, the `pyevtk` dependency prevented us from creating a recipe, since it is now optional, this would be possible....

enhancement
good first issue