- 25 Jan, 2017 2 commits
-
-
Mathias Bavay authored
Finally!! The virtual stations seem to be in proper order! Now the spatial interpolations are only called every vstations_refresh_rate and otherwise the data is temporally resampled.
-
Mathias Bavay authored
Finally, the proper handling of virtual stations is taking shape: using two tsmanagers, it is possible to temporally resample the data between spatially interpolated time steps. The strategy to decide which timesteps should be temporally resampled is still buggy, this will have to be improved (currently, it resamples and then spatially interpolates at time when it should resample the spatial interpolations instead).
-
- 24 Jan, 2017 1 commit
-
-
Mathias Bavay authored
The Buffer class has been expanded with a new push() call and the documentation moved around in IOUtils
-
- 04 Mar, 2016 1 commit
-
-
Mathias Bavay authored
-
- 29 Sep, 2015 1 commit
-
-
Mathias Bavay authored
-
- 07 Sep, 2015 1 commit
-
-
Mathias Bavay authored
Added a better support of Clang on osX in Cmake; fixed lots of the warnings generated by the "Weveryting" option. Still some work left to do, though\!
-
- 08 Feb, 2015 1 commit
-
-
Mathias Bavay authored
Now multiple DEMS can be cached. The implemented solution is not fully satisfactory (a API change for all plugins would be required), but at least the core of it is implemented (in the Buffer class).
-
- 06 Feb, 2015 2 commits
-
-
Mathias Bavay authored
The GridBuffer class has been expanded and is now used by Meteo2Dinterpolator for interpolated grids
-
Mathias Bavay authored
A gridBuffer class has finally been implemented (basically, moving the old grid buffering code into it) and is now in use for the GridsManager. An invalid file name in the examples has been fixed and a toString() debug message has been improved in the TimeSeriesManager.
-
- 04 Dec, 2014 1 commit
-
-
Mathias Bavay authored
The virtual stations have been re-enabled. A new generator has been implemented to generate ISWR from RSWR or the opposite. Some documentation has been improved. The Black Globe Temperature index should now work.
-
- 27 Nov, 2014 1 commit
-
-
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).
-
- 18 Nov, 2014 1 commit
-
-
Mathias Bavay authored
Slightly improved toString() output as well as first version of a proper Buffer class (not used yet)
-