xarray-contrib / xskillscore

Metrics for verifying forecasts
https://xskillscore.readthedocs.io/en/stable/
Apache License 2.0
218 stars 36 forks source link

Weitghed contingency tables #411

Open lluritu opened 7 months ago

lluritu commented 7 months ago

Hello, when computing gridded verification metrics and aggregating over a spatial domain it is sometimes important to weight the contributions of each grid point by the area it represents. However, all the scores based on the contingency table do not offer this option in xskillscore.

Recently I prepared a modification of the contingency tables code that allows weighting the counts by the cos(lat) of the (regular lat-lon) gridded data. Since xhistogram supports weights, it is a relatively simple implementation.

If that is of general interest, please let me know and I can contribute the code.

Best, Llorenç

aaronspring commented 7 months ago

Great. Please open a PR