ecmwf / ecpoint-calibrate

Interactive GUI (developed in Python) for calibration and conditional verification of numerical weather prediction model outputs.
GNU General Public License v3.0
21 stars 8 forks source link

Remove inf and -inf from the BreakPoints.csv file #99

Closed FatimaPillosu closed 3 years ago

FatimaPillosu commented 3 years ago

Metview struggles reading "-inf" and "inf". It would be better to transform those values into numerical values like "-9999" and "9999" when creating the csv file.