python drawing | National Meteorological Administration open source forecast verification library (multi-map warning)

2020.07.23 National Meteorological Center Liu Couhua Senior Engineer introduced the whole-process inspection and evaluation system (Meteva). See the video for details (video source "happy scientific research", welcome to follow).

Meteva introduction

The Meteva library is developed by the Inspection Division of the National Meteorological Center's Forecast Technology Research and Development Office. It is an integration of functions and functions required for comprehensive inspection and evaluation of weather forecast products and intermediate products. It is the first Python program library dedicated to weather forecast verification in China.

At present, the program provides more than 200 functions that can be reused, and integrates basic functions (including data reading and writing, interpolation, accumulation, averaging, selection, grouping, etc.), inspection algorithms (including various types of Two-category, multi-category, continuous variable, probability forecast and ensemble forecast inspection, etc.) and inspection graphic products (including spatial comparison chart, time series comparison, error sequence analysis chart, error spatial distribution chart, etc.).

Prediction check

Multi-class forecast test

Continuous forecast test

Probability Forecast Test

Ensemble forecast test

Spatial distribution comparison

Error sequence analysis

Time series comparison

Official documents

The official document website of the whole process inspection procedure:
https://www.showdoc.cc/meteva
Github open source code URL:
https://github.com/nmcdev/meteva

Ending

Generally speaking, this whole-process inspection library includes very rich content, and also considers many details. It covers basically all mainstream inspection methods and inspection contents, and avoids re-creating wheels.
Friends who have a strong need for inspection work come and try.

Recommended Posts

python drawing | National Meteorological Administration open source forecast verification library (multi-map warning)