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
A (more) intelligent handling of buffered grids has been implemented: the grids are stored in the equivalent of a circular buffer of a given size (user defined, or 10 by default). This prevents running out of memory when processing large numbers of grids! A method for computing quantiles has been implemented in libinterpol1D. A vector of data has to be provided as well as a vector of the desired quantiles (ex: 0.25, 0.5, 0.75) and a vector of values for these quantiles will be returned. So far, the algorithm that is used produces the same results as R in default operations. The possibility of choosing which quantiles algorithms might be added in the future. The getJulianDayNumber method was just totally wrong... This has been fixed. One can also force a GMT day of year with a flag. Finally, some documentation has been written/updated.
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 |