WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    A (more) intelligent handling of buffered grids has been implemented: the... · 9f230fd9
    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.
    9f230fd9