WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · d6887d537b871044604996e8553d27db05cf104c

  1. Jun 09, 2015
  2. May 29, 2015
  3. May 27, 2015
  4. May 21, 2015
  5. May 06, 2015
  6. Apr 26, 2015
  7. Apr 14, 2015
  8. Apr 10, 2015
  9. Apr 09, 2015
  10. Apr 08, 2015
  11. Apr 02, 2015
  12. Apr 01, 2015
  13. Mar 31, 2015
  14. Mar 30, 2015
  15. Mar 26, 2015
  16. Mar 25, 2015
  17. Mar 24, 2015
  18. Feb 25, 2015
  19. Feb 17, 2015
  20. Feb 13, 2015
  21. Feb 11, 2015
  22. Feb 10, 2015
  23. Feb 08, 2015
  24. Feb 06, 2015
  25. Feb 03, 2015
  26. Jan 30, 2015
  27. Jan 23, 2015
  28. Jan 20, 2015
  29. Dec 22, 2014
  30. Dec 19, 2014
  31. Dec 18, 2014
  32. Dec 17, 2014
  33. Dec 12, 2014
  34. Dec 08, 2014
  35. Dec 04, 2014
  36. Dec 02, 2014
    • Mathias Bavay's avatar
      The CH1903+ coordinate system has been implemented. in GSNIO, setting the... · 3b884d89
      Mathias Bavay authored
      The CH1903+ coordinate system has been implemented. in GSNIO, setting the station name was not always properly done. The ADD and MULT filters now offer a better parsing of their arguments in order to avoid silently failing; their documentation has been improved. When compiling with DATA_QA, parameters that are filtered but have no value (nodata) are now reported.
      3b884d89
  37. Nov 27, 2014
    • Mathias Bavay's avatar
      the GSN plugin now has a "GSN_DEBUG" key to print out the full dialog with the... · bb009879
      Mathias Bavay authored
      the GSN plugin now has a "GSN_DEBUG" key to print out the full dialog with the server in case of errors. Some headers returned by GSN did not follow what we expected (multi-lines description) and this is now supported. New sensors names are also supported so the Stillberg data can be read.
      
      The buffers have to extra setters to manually set the start/end dates (this is quite a hack but will be required for the first implementations relying on them).
      bb009879
  38. Nov 25, 2014
  39. Nov 24, 2014
    • Mathias Bavay's avatar
      Finally adressing issue 72 with second resolution in dates. The ISO strings... · 841d9337
      Mathias Bavay authored
      Finally adressing issue 72 with second resolution in dates. The ISO strings now contain the seconds when written out and by reading them, the seconds can be provided (but this is not mandatory). In ARC, grids are now named with the seconds (except when enabling the Alpine3D naming scheme). The adresses a bug that was found when requesting" raw" processing level from a plugin that constructs its timestamps from a decomposed time: time-1s and time+1s were the same and therefore this could trigger problems in the plugin.
      841d9337
  40. Nov 20, 2014
  41. Nov 18, 2014
  42. Nov 13, 2014
    • Mathias Bavay's avatar
      The POT_RADIATION generator has been renamed as ALLSKY_SW for consistency and... · ea18b7b7
      Mathias Bavay authored
      The POT_RADIATION generator has been renamed as ALLSKY_SW for consistency and its documentation updated. The ALLSKY_LW generator's documentation has also been updated.
      
      A getHash() method has been added to the StationData. It is currently quite unsophisticated but should do the job. A better error message has been found for the "frac" lapse rates that can lead to a zero lapse rate (this is the case when there is no precipitation, for example). 
      ea18b7b7
  43. Nov 12, 2014
  44. Nov 11, 2014
  45. Nov 10, 2014
  46. Nov 07, 2014
  47. Oct 31, 2014
  48. Oct 30, 2014
    • Mathias Bavay's avatar
      In order to make it more modular and allow more advanced processing (virtual... · 7af06c60
      Mathias Bavay authored
      In order to make it more modular and allow more advanced processing (virtual stations, downscaling, multiple io sources) the IOManager is now a proper wrapper: the processing is fully delegated to either a GridsManager or a TimeSeriesManager. These can in turn be reused at some other places (like in the Meteo2DInterpolator) to offer full buffering and processing of "local" time series. The buffering is now done by these two new classes (therefore the BufferedIOHandler class has been removed) and it is planned that dataClasses will be implemented for proper ringbuffers (one for time series, one for grids and one for isolated points) and receive the generic buffering code later on. 
      
      A new fastPow(double, int) has been implemented for positive exponents. The begining of a generic handling of units also appeared in IOUtils. Finally, the ProcessingLevels are now defined in IOUtils instead of IOManager.
      7af06c60
  49. Oct 29, 2014
    • Mathias Bavay's avatar
      Now the Winstral algorithm properly handles the case of only one station... · c2785279
      Mathias Bavay authored
      Now the Winstral algorithm properly handles the case of only one station providing HNW with the default base algorithm (by switching to CST in this case). The availability of wind data is now part of the rating return by Winstral. The case of no precipitation (for Winstral) as well as no wind (for Liston and Ryan) are now also handled in the rating method.
      c2785279
  50. Oct 28, 2014
  51. Oct 22, 2014
  52. Oct 21, 2014
  53. Oct 13, 2014
  54. Oct 09, 2014
  55. Oct 07, 2014
Loading