pytesmo icon indicating copy to clipboard operation
pytesmo copied to clipboard

python Toolbox for the Evaluation of Soil Moisture Observations

Results 17 pytesmo issues
Sort by recently updated
recently updated
newest added

Fixes for https://github.com/TUW-GEO/pytesmo/issues/264

It seems that the `lut_max_dist` keyword is currently only used when a lookup table is calculated (as the name suggests). When reading data in the data manager is done from...

enhancement

I think the calc_climatology routine might benefit from updating its documentation. For example, I think "Returns always 366 values" is no longer up to date, if a monthly climatology is...

Data flags often operate on a bit basis. Currently pytesmo includes pre-defined operators to filter decimal numbers ``` _op_lookup = { "": operator.gt, } ```` Task: add bit operators (e.g....

enhancement

Add a more flexible wrapper to calculate metrics for temporal subsets, e.g to compute metrics using data for certain days of a year. We used this one e.g. in SMART-DRI...

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...

The Metadata handling in metrics calculators (`MetadataMetrics`) implemented by @tracyscanlon is currently not properly tested. Add to tests.

qa4sm

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...

- anomaly - climatology - julian date related helper functions - temporal matching

pytesmo_day