- 15 May, 2020 3 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
Now there is a link to the online documentation
-
- 14 May, 2020 1 commit
-
-
Mathias Bavay authored
The runoff should now be more or less supported
-
- 13 May, 2020 1 commit
-
-
Mathias Bavay authored
Some missing keys in the katabatic flows module have been added, some unnecessary keys removed from MeteoIO (no need for POIs there). Some file extensions are now specified as filters when it makes sense.
-
- 12 May, 2020 1 commit
-
-
Mathias Bavay authored
A few errors have also been fixed for Snowpack (missing the SNOW_WRITE key and wrong type for HOAR_DENSITY_BURIED)
-
- 11 May, 2020 2 commits
-
-
Mathias Bavay authored
The WSL_HACK of the ARGOS plugin is defined in the metafile, not in the ini file!
-
Mathias Bavay authored
The configuration for MeteoIO's Argos plugin has been added
-
- 07 May, 2020 1 commit
-
-
Mathias Bavay authored
The spatial_resampling, 1d interpolaitons and 2d interpolations have been renamed to have more consistent naming.
-
- 04 May, 2020 1 commit
-
-
Mathias Bavay authored
-
- 01 May, 2020 1 commit
-
-
Mathias Bavay authored
This is necesary for the packaging (it is much beter to have an "inishell-apps" folder in /usr/share than an "applications" folder)
-
- 28 Apr, 2020 1 commit
-
-
Mathias Bavay authored
And fixed an inconsistent option (between SUPPR on single parameters and on time).
-
- 27 Apr, 2020 1 commit
-
-
Mathias Bavay authored
When both a default value and precision=... where provided in the xml file, the precision was reset to the default precision. Now the default precision is reset to the XML provided precision. In order to give the user the required flexibility to enter the numeric values he/she wants to, precision specifications have been almost everywhere in the xml files (a few places still rely on the default settings because it makes sense). The units have also been added where possible.
-
- 24 Apr, 2020 1 commit
-
-
Mathias Bavay authored
This addresses issue 834: files that will be read from a METEOPATH should be stripped of their path otherwise the path appears twice. On the other hand, this means that since there is no link to the METEOPATH (or similar variable), we don't know which directory the files belong to, so we can not validate anything (beside non-empty file name). This is better than generating a wrong configuration file but still not perfect...
-
- 23 Apr, 2020 3 commits
-
-
Mathias Bavay authored
When doing a merge, keep, exclude, etc that rely on a station ID, since the user might have little control over the station ID we need to be able to support some flexible naming (including containing '-').
-
Mathias Bavay authored
Since this might generate large logs, this could be necessary...
-
Mathias Bavay authored
The virtual stations are given as "VSTATIONx", not "POSITIONx"! Moreover, more links to the online documentation have been added and the syntax highlighting (in the PreviewWindow) now supports the coordinates specifications (otherwise, coordinates provided with ";" were shown as comments).
-
- 16 Apr, 2020 3 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
better "unsaved changes" warning. It should finally be relatively clear to the user what happens when an INI is opened, and closed seemingly without changing anything - namely that the application may have inserted mandatory keys.
-
- 05 Apr, 2020 1 commit
-
-
Michael Reisecker authored
For the Kalman filter this is not possible yet because of changes requiring anything entered in a Number's expression to be a complete formula.
-
- 01 Apr, 2020 3 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 31 Mar, 2020 1 commit
-
-
Mathias Bavay authored
Moreover, the license for the lines numbering has been clarified and is now advertised in the About window
-
- 26 Mar, 2020 1 commit
-
-
Mathias Bavay authored
The goal being to avoid writing out lots of keys that already have defaults in their respective applications
-
- 24 Mar, 2020 1 commit
-
-
Mathias Bavay authored
Now MeteoIO provides a first application: meteoio_timeseries and it is handled by the meteoio workflow (instead of the hacky data_converter). Small touch up on the Numbers: default decimal precision is now 2 (for a precision up to the percent)
-
- 21 Mar, 2020 2 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
Modernize signal mapping in PreviewEdit (better compile time checks), re-add line number safety margin (sorry, my oversight).
-
- 20 Mar, 2020 11 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
(old style cast, and "no out-of-line virtual method definitions")
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Michael Reisecker authored
Use recommended call for text width. I looked this up a while ago for the Alternative width calculation. This way we stay happy with the default Qt 5.9 and don't require 5.11 just for this call. (Ok I admit - I don't want to update Qt myself. But luckily it is the correct call.)
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
The fonts are now setup in the constructor. An unnecessary script has been deleted.
-