WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · f7049d537e7dcf6a372c4cccff764d9c9f8d5d3e

  1. Jan 10, 2012
  2. Jan 09, 2012
  3. Jan 07, 2012
  4. Jan 06, 2012
  5. Jan 04, 2012
  6. Jan 03, 2012
  7. Jan 02, 2012
  8. Dec 25, 2011
  9. Dec 23, 2011
  10. Dec 22, 2011
  11. Dec 20, 2011
  12. Nov 19, 2011
  13. Nov 18, 2011
  14. Nov 16, 2011
  15. Nov 15, 2011
  16. Nov 14, 2011
  17. Nov 13, 2011
  18. Nov 11, 2011
  19. Nov 10, 2011
  20. Nov 09, 2011
  21. Nov 08, 2011
  22. Nov 07, 2011
  23. Nov 03, 2011
  24. Nov 02, 2011
  25. Nov 01, 2011
  26. Oct 31, 2011
  27. Oct 30, 2011
  28. Oct 24, 2011
  29. Oct 23, 2011
  30. Oct 21, 2011
  31. Oct 17, 2011
  32. Oct 11, 2011
  33. Oct 06, 2011
  34. Oct 04, 2011
  35. Oct 03, 2011
  36. Oct 02, 2011
    • Thomas Egger's avatar
      Enhancement: It is now possible to duplicate a certain meteo parameter when... · 5870f8e6
      Thomas Egger authored
      Enhancement: It is now possible to duplicate a certain meteo parameter when reading data with MeteoIO. This feature is especially useful when one parameter needs to be filtered in two different ways (e.g. a running average spanning 5 hours and one spanning 48 hours). The syntax to use in your io.ini:
      
      [Input]
      COPY::TA2 = TA
      
      This means that a new meteo parameter called TA2 will be added when reading meteo data from an IO source and that this new parameter will be initialized with the value of MeteoData::TA. Thus there is a copy of TA called TA2. This copy can be now used to set up a specific filter:
      
      [Filters]
      TA2::filter1 = mean_avg
      TA2::arg1 = right 5 3600
      
      5870f8e6
  37. Sep 29, 2011
    • Mathias Bavay's avatar
      Add a setMinBufferRequirements() method to IOManager and BufferedIOHandler.... · 76c7e647
      Mathias Bavay authored
      Add a setMinBufferRequirements() method to IOManager and BufferedIOHandler. This allows an application to specify its buffering needs. For example, when SNOWPACK runs grass detection, it needs the data up to 48 hours before the first time step to compute some averages. Using this call, SNOWPACK will request at least 48 hours of data in pre-buffering. if buff_before is set to something larger, it will be kept, but if it is set to something smaller, it will be increased.
      76c7e647
  38. Sep 27, 2011
  39. Sep 26, 2011
  40. Sep 22, 2011
  41. Sep 21, 2011
    • Mathias Bavay's avatar
      Two new methods have been implemented in IOUtils: bearing(string) that... · 1d4aac7b
      Mathias Bavay authored
      Two new methods have been implemented in IOUtils: bearing(string) that converts a string like "NW" into a numeric bearing and isNumeric(string) that returns true if the given string represents a number.
      
      GSNIO has been modified so that the slope bearing are supported, both numeric and as strings (ie: "SSW" for example). The GSN field "NAME" is also mapped to StationData::name.
      
      Finally, an option has been added to cmake, so the user can chose to compile as static library (now false by default).
      
      And as usual, I forgot to update meteoio.lsm when doing the release...
      1d4aac7b
  42. Sep 20, 2011
  43. Sep 19, 2011
  44. Sep 13, 2011
  45. Sep 12, 2011
  46. Sep 02, 2011
Loading