MeteoIO is a C++ library whose main design goals are: providing meteorological data format/protocol independent data access; providing safe and robust I/O; making I/O code as unobtrusive and simple as possible for the user; providing ready to use data to the user (transparent caching, filtering, resampling, and spatial interpolation); enabling unattended use from an I/O point of view; offering high modularity so that individual elements of the library can easily be replaced/expanded/added; and by its modularity, help interdisciplinary development, each module being targeted at a specific developer profile.
| Tags | Meteorology preprocessing Library |
|---|---|
| Licenses | LGPL v3 |
| Operating Systems | Linux Windows Mac OS X |
| Implementation | C++ |
Recent releases


Release Notes: The handling of plugins has been redone in order to be less confusing for the users (there is no PLUGIN_PATH to set anymore). The sun model has been improved and several rare bugs fixed. Several plugins are now handling large files in a much more efficient manner. Several speed optimizations have been implemented through the code, as well as a lot of cleanup in order to conform to C++ best practices. This version compiles for Android.


Release Notes: Temporal resampling and reaccumulation have been redesigned, fixing major behavior inconsistencies and leading to major speed improvements. Inconsistencies in the filters have also been fixed, and new filters added. Two new plugins have been developed to read GRIB files and to write PNGs. The grid handling API has been significantly improved to become more generic. Lots of small bugs have been fixed, and lots of code has been cleaned up and reorganized.


Release Notes: A major performance improvement has been found by slightly changing the API. This leads to an 8 times speed up. Several bugs have been fixed and several plugins improved in order to get the most out of the available data. Some new filters have been implemented. More error messages have been improved for clarity.


Release Notes: This release brings much improved packaging to Windows and Mac. A lot of cleanup has been done in the code as well as the build system. Many legacy hacks have been fixed, leading to bugfixes and some speed improvements. Significant efforts have been put into the statistical methods, implementing a least square fitting class, statistical analysis methods, and a more consistent interface to such methods.


Release Notes: This version now supports Windows with Visual C++ or Code::Blocks. Several plugins have been significantly improved in term of robustness, speed, and error messages. The various array structures have been improved by adding new method and improving existing ones. Speed has been improved and multiple bugs fixed. In order to help applications that provide their own data and need to bypass the data reading by the plugins, data injection capability has been added.