WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · a96066c06d2f42252b3806b1792b36a773fead7c

  1. Jan 03, 2012
  2. Jan 02, 2012
  3. Dec 25, 2011
  4. Dec 23, 2011
  5. Dec 22, 2011
  6. Dec 20, 2011
  7. Nov 19, 2011
  8. Nov 18, 2011
  9. Nov 16, 2011
  10. Nov 15, 2011
  11. Nov 14, 2011
  12. Nov 13, 2011
  13. Nov 11, 2011
  14. Nov 10, 2011
  15. Nov 09, 2011
  16. Nov 08, 2011
  17. Nov 07, 2011
  18. Nov 03, 2011
  19. Nov 02, 2011
  20. Nov 01, 2011
  21. Oct 31, 2011
  22. Oct 30, 2011
  23. Oct 24, 2011
  24. Oct 23, 2011
  25. Oct 21, 2011
  26. Oct 17, 2011
  27. Oct 11, 2011
  28. Oct 06, 2011
  29. Oct 04, 2011
  30. Oct 03, 2011
  31. 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
  32. 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
  33. Sep 27, 2011
  34. Sep 26, 2011
  35. Sep 22, 2011
  36. 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
  37. Sep 20, 2011
  38. Sep 19, 2011
  39. Sep 13, 2011
  40. Sep 12, 2011
  41. Sep 02, 2011
  42. Aug 31, 2011
  43. Aug 30, 2011
    • Thomas Egger's avatar
      The new GSN plugin, this version is developed for LINUX only, WINDOWS and... · ae86e264
      Thomas Egger authored
      The new GSN plugin, this version is developed for LINUX only, WINDOWS and MACOS adjustments will follow. The default data server is planetdata.epfl.ch, but can be changed by setting the ENDPOINT manually in the [Input] section of your io.ini. With this plugin MeteoIO can be used to pull data from any GSN server running the GSN webservice.
      
      This first version of the new GSN plugin still has a few issues, such as dealing correctly with OLWR and HNW.
      
      Example of a working setup:
      [Input]
      COORDSYS        = CH1903
      TIME_ZONE       = 1
      
      METEO = GSN
      STATION1 = wan1
      STATION2 = wan6
      ae86e264
  44. Aug 29, 2011
  45. Aug 24, 2011
  46. Aug 23, 2011
  47. Aug 22, 2011
Loading