- 04 Feb, 2023 1 commit
-
-
Michael Reisecker authored
This is needed to cleanly read the time stamps without having to drop anything. Having an enum value that is only used in one schema does not disturb the others, right?
-
- 01 Feb, 2023 1 commit
-
-
Mathias Bavay authored
Fix read-in of a NetCDF dates list See merge request !17
-
- 31 Jan, 2023 3 commits
-
-
Michael Reisecker authored
I don't think it can work the way it was (by constructing a string from the address of a single char, no length), at least not for arbitrary files... don't think it can hurt to put the length we already know explicitly?
-
Mathias Bavay authored
Including using regex for increased robustness
-
Mathias Bavay authored
The problem came when the command / argument index gets high in the input data editing. For example, an editing command 8 as well as an editing command 880. In this case, the arguments to command 880 where delivered to command 8 (matching the common "*::ARG8"). In order to prevent this partial matching, the pattern has been extended with the necessary final "::".
-
- 13 Jan, 2023 1 commit
-
-
Mathias Bavay authored
-
- 14 Dec, 2022 1 commit
-
-
Mathias Bavay authored
-
- 08 Dec, 2022 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 06 Dec, 2022 2 commits
-
-
Mathias Bavay authored
The ILWR parametrization plot has been extended with the Carmona All Sky parametrization. The same plot has been done for all supported Clear Sky parametrizations and the documentation has been extended.
-
Mathias Bavay authored
-
- 02 Dec, 2022 1 commit
-
-
Mathias Bavay authored
And used the opportunity to make code more c++11 like
-
- 01 Dec, 2022 1 commit
-
-
Mathias Bavay authored
Now if the DEM is not needed for any station, it won't be loaded at all. This means it is now safe to provide a DEM "just in case" a station has not yet been pre-computed
-
- 25 Nov, 2022 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 24 Nov, 2022 1 commit
-
-
Mathias Bavay authored
The separation between low level curl / json parsing and the higher level logic is now much better done. This also cleanly prevents exposing curl / picoJson to the rest of MeteoIO through includes.
-
- 23 Nov, 2022 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Now the proper casting from string to double/int is checked as well as for sampling_rate that must be >0
-
- 22 Nov, 2022 2 commits
-
-
Mathias Bavay authored
The logic has been changed, somes data structures have been removed while some others were expanded. The API had changed since the early version of this plugin and this needed to be accounted for. Lots of unnecessary variables have been removed, the code relies on more c+11 constructs. The documentation has been updated.
-
Mathias Bavay authored
But there is still lots left to do, there are some inconsistencies...
-
- 17 Nov, 2022 1 commit
-
-
Mathias Bavay authored
This should always be done in data generators or in Snowpack itself
-
- 16 Nov, 2022 2 commits
-
-
Mathias Bavay authored
Moreover, some loops have been re-written in c++11 for clarity (when applicable) and the meteo parameter name extraction from config keys has been rewritten using regex (more readable and more robust).
-
Mathias Bavay authored
-
- 15 Nov, 2022 7 commits
-
-
Mathias Bavay authored
The SPDX identifier is been added back
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 14 Nov, 2022 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 01 Nov, 2022 3 commits
-
-
Mathias Bavay authored
Finally, the filename parsing is now also done with regex which should help with long term maintennace... Also some code cleanup.
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 31 Oct, 2022 1 commit
-
-
Mathias Bavay authored
-
- 28 Oct, 2022 1 commit
-
-
Mathias Bavay authored
-
- 17 Oct, 2022 1 commit
-
-
Mathias Bavay authored
The documentation has also been updated (thanks Paul Billecocq for reporting this!). WINSTRAL_LISTON will be updated in another commit...
-
- 14 Oct, 2022 1 commit
-
-
Mathias Bavay authored
Moreover the naming has been changed, referring to "synthesizers" instead of "synthGenerators" for clarity and consistency
-
- 06 Oct, 2022 1 commit
-
-
Mathias Bavay authored
-