- 22 Jul, 2020 1 commit
-
-
Mathias Bavay authored
-
- 14 Jul, 2020 1 commit
-
-
Mathias Bavay authored
The ACDD keys have been renamed to be prefixed by ACDD_ instead of NC_. Both NetCDF and SMET now support ACDD.
-
- 04 Jul, 2020 1 commit
-
-
Mathias Bavay authored
-
- 01 Jul, 2020 1 commit
-
-
Mathias Bavay authored
-
- 30 Jun, 2020 1 commit
-
-
Mathias Bavay authored
-
- 24 Jun, 2020 1 commit
-
-
Mathias Bavay authored
As well as some reformatting for some help texts
-
- 28 May, 2020 3 commits
-
-
Mathias Bavay authored
After hours of fighting, I managed to implement a workaround. The problem is that when creating an ini file from scratch (for example for MeteoIO) and running it directly (after saving it to a file), the workflow output path can not be read (${key:OUTPUT::METEOPATH} can never be read, it is actually empty). This comes from the fact that MainWindow.getINI() does not contain the same keys as in the INIParser just after saving... So the dirty fix is to copy this content to MainWindow.ini_ just after saving so the WorkFlow object has access to the user provided configuration. Hopefully, a clean fix can be developed at some point.
-
Mathias Bavay authored
-
Mathias Bavay authored
Such plugins are now italicized so the user has a way to know they might not work on his/her system.
-
- 27 May, 2020 3 commits
-
-
Michael Reisecker authored
-
Michael Reisecker authored
-
Mathias Bavay authored
-
- 26 May, 2020 1 commit
-
-
Mathias Bavay authored
-
- 22 May, 2020 1 commit
-
-
Mathias Bavay authored
It now supports unlimited priorities
-
- 19 May, 2020 1 commit
-
-
Mathias Bavay authored
And some cosmetic fixes for the line numbering of the preview editor
-
- 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
-