WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · a5a6737d6ccbe417404dfa94b1d7612a16f349c5

  1. Feb 04, 2011
  2. Feb 03, 2011
  3. Feb 02, 2011
  4. Feb 01, 2011
  5. Jan 31, 2011
  6. Jan 30, 2011
  7. Jan 28, 2011
  8. Jan 27, 2011
  9. Jan 26, 2011
  10. Jan 24, 2011
  11. Jan 19, 2011
  12. Jan 14, 2011
  13. Jan 13, 2011
  14. Jan 12, 2011
  15. Jan 11, 2011
  16. Jan 08, 2011
  17. Jan 07, 2011
  18. Jan 06, 2011
  19. Jan 05, 2011
  20. Dec 17, 2010
  21. Dec 16, 2010
  22. Dec 11, 2010
  23. Dec 10, 2010
  24. Dec 09, 2010
  25. Dec 07, 2010
  26. Nov 16, 2010
  27. Nov 09, 2010
  28. Nov 08, 2010
  29. Nov 06, 2010
  30. Nov 05, 2010
  31. Nov 04, 2010
  32. Nov 03, 2010
  33. Nov 02, 2010
    • Mathias Bavay's avatar
      An error was found: the linear regression returns the regression coefficient... · da0c9321
      Mathias Bavay authored
      An error was found: the linear regression returns the regression coefficient r, not r2!! It has been modified so that it returns |r| and prints r2 in the info strings.
      
      The HNW_SNOW spatial interpolation algorithm had errors. It was not properly calling its base algorithm (the one computing the initial distribution) and its rating was too low. It has now the same rating as CST_LAPSE for one station when the lapse rate is provided. This could be improved in the future, to make it depend on the rating of the base algorithm...
      da0c9321
  34. Nov 01, 2010
  35. Oct 29, 2010
    • Mathias Bavay's avatar
      The "frac" optional argument (for fractional lapse rate, or relative lapse... · 9394b505
      Mathias Bavay authored
      The "frac" optional argument (for fractional lapse rate, or relative lapse rate) has been added to IDW_LAPSE. The documentation has been updated. If HS is interpolated, it is now checked for min/max to be greater than 0.
      9394b505
    • Mathias Bavay's avatar
      The SMET plugin was the only plugin not to use "STATION#" for specifying its... · 713481af
      Mathias Bavay authored
      The SMET plugin was the only plugin not to use "STATION#" for specifying its input files/stations (besides plugin reading a path). It has been modified for consistency. This WILL break older io.ini files...
      
      A new projection method has been added in lib2Dinterpol: fracProject that projects a value according to the elevation based on a fractional (or relative) change of the value with the elevation. This can be enabled in CST_LAPSE by adding the "frac" keyword as the second argument (after the rate value). 
      
      The documentation "how to write a spatial interpolation algorithm" has been updated to reflect recent changes in the code.
      
      The FindMeteoIO and FindOCCI files for cmake were not compatible with cmake<2.6.1. They have been rewriten to be compatible with older versions (specially like the 2.6.0 deployed on Debian). A bug in CMakeList for the IMIS plugin has been fixed (wrong cmake variable name used).
      713481af
  36. Oct 27, 2010
    • Mathias Bavay's avatar
      A new spatial interpolation algorithm, LocalLapse_IDW (key being LIDW_LAPSE)... · 0b6179bc
      Mathias Bavay authored
      A new spatial interpolation algorithm, LocalLapse_IDW (key being LIDW_LAPSE) has been implemented. It takes a number of stations  as mandatory parameter, and computes for each pixel the IDW_LAPSE only using the closest n stations. This is specially useful when dealing with large number of stations over a wide area. Please keep in mind that since the linear regression calculation might exclude some outliers, a sufficiently large number of stations should be given.
      
      The algorithm that is computing a linear regression with the possibility of excluding some outliers has been renamed as NoisyLinRegression and moved to Interpol1D. Moreover, the regression algorithm provide an information stringstream that can be directly printed to the screen (usual behavior) or differently handled (specially useful for mutliple regressions calculations or when using GUIs).
      
      The spatial interpolation algorithm MUST now be initialized by calling their initialize(param) method. This makes it possible to optimize their processing (not recomputing the list of stations to process, etc) and also allow to build an info string that can be returned with the interpolation and contain various useful information (specially for GUIs).
      0b6179bc
  37. Oct 25, 2010
    • Mathias Bavay's avatar
      First (non working) implementation of the ordinary kriging. The variogram fit... · 9cbc0659
      Mathias Bavay authored
      First (non working) implementation of the ordinary kriging. The variogram fit still has to be done... But a few const issues have been fixed in Matrix and a new method added (to read a 1x1 matrix as a scalar).
      
      Fixed some doxygen warnings, added a howto for writing spatial interpolations.
      
      Better Oracle OCCI detection, renammed into FindOCCI.cmake and used by the ImisIO plugin compilation.
      9cbc0659
  38. Oct 24, 2010
  39. Oct 22, 2010
  40. Oct 21, 2010
  41. Oct 20, 2010
Loading