Welcome to the installation of MeteoIO! This installer will guide you through installing the MeteoIO library, the headers that are required to compile your own programs against MeteoIO as well as html documentation and code examples. And you can always check MeteoIO's home page at https://slfsmm.indefero.net/p/meteoio to follow what is going on with MeteoIO!
Select Git revision
meteoio
-
-
- Open in your IDE
- Download source code
Mathias Bavay authored
Some methods have been moved into another class (like the simple linear interpolation between two points that is now in ResamplingAlgorithms), some renammed (like the new weightedMean that replaces the ill-nammed "linearInterpolate"). The regression model based on two segments is now part of libinterpol1D and has been renammed. More regression models have been implemented. The "initFit" method of Fit1D has been renammed in "fit" and the setGuess method now turns fit_ready to true, so that a user can force his provided parameters to be used by a given model (do a setGuess() with the parameters, then call f(x) without calling "fit", so no internal fit of the parameters would be performed).
Name | Last commit | Last update |
---|---|---|
doc | ||
m4 | ||
meteoio | ||
tools | ||
CMakeLists.txt | ||
COPYING | ||
COPYING.LESSER | ||
License.txt | ||
Makefile.in | ||
Readme.txt | ||
Welcome.txt | ||
configure | ||
configure.ac | ||
meteoio.lsm |