WSL/SLF GitLab Repository
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
meteoio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
snow-models
meteoio
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
299d1ffb5470e3a4375fcf8e0578492772b2c17f
Select Git revision
Selected
299d1ffb5470e3a4375fcf8e0578492772b2c17f
Branches
4
master
default
protected
BUFR_changes
feature/web-service
limiting_trends
Tags
20
test
MeteoIO-2.11.0
webservice-2022
MeteoIO-2.10.0
MeteoIO-2.9.0
MeteoIO-2.8.0
MeteoIO-2.7.0
MeteoIO-2.6.1
MeteoIO-2.6.0
MeteoIO-2.5.1
MeteoIO-2.5.0
MeteoIO-2.4.2
MeteoIO-2.4.1
MeteoIO-2.4.0
MeteoIO-2.3.0
MeteoIO-2.2.0
MeteoIO-2.1.2
MeteoIO-2.1.1
MeteoIO-2.1.0
MeteoIO-2.0.0
25 results
Select display option
Display full history
Display full history
Display up to revision
Created with Raphaël 2.2.0
27
Nov
26
25
24
20
19
18
17
16
11
5
4
31
Oct
28
23
22
15
12
8
6
1
30
Sep
29
28
25
23
22
10
9
8
7
2
1
31
Aug
28
27
11
10
7
3
30
Jul
28
27
23
21
20
17
16
13
9
8
7
2
1
30
Jun
24
17
16
15
12
10
9
29
May
27
21
6
26
Apr
14
10
9
8
2
1
31
Mar
30
26
25
24
25
Feb
17
13
11
10
8
6
3
30
Jan
23
20
22
Dec
19
18
17
12
8
4
2
27
Nov
25
24
20
18
13
12
11
10
7
31
Oct
30
29
28
22
21
13
9
7
6
3
2
1
30
Sep
16
14
4
3
2
29
Aug
27
26
25
22
21
20
19
15
14
12
4
31
Jul
27
18
14
11
10
9
8
26
Jun
25
24
19
18
17
16
14
10
5
3
2
29
May
26
23
21
19
16
12
11
9
8
7
6
5
3
30
Apr
29
28
25
24
23
22
15
14
12
11
8
7
1
27
Mar
26
20
19
18
17
16
15
14
13
11
9
7
6
4
3
28
Feb
25
21
20
19
18
14
11
7
6
5
4
3
1
31
Jan
30
29
28
27
23
22
17
16
15
13
12
11
10
9
7
3
2
19
Dec
18
13
12
6
4
3
2
25
Nov
21
20
15
13
9
2
1
31
Oct
30
28
26
25
24
23
21
18
15
11
5
4
2
1
30
Sep
24
23
20
18
16
13
10
9
2
1
30
Aug
29
26
13
9
5
31
Jul
26
25
24
23
19
17
15
5
28
Jun
27
19
14
5
31
May
27
25
24
23
22
21
20
16
14
13
10
8
18
Apr
17
11
10
8
28
Mar
26
25
23
22
21
19
18
14
13
12
11
10
5
4
28
Feb
21
18
15
14
13
11
8
7
2
1
31
Jan
30
29
28
24
22
10
9
8
7
29
Dec
11
9
6
5
4
3
30
Nov
28
27
26
23
22
21
20
11
5
4
3
2
31
Oct
30
29
28
25
24
23
22
17
12
2
1
24
Sep
20
19
18
The previous commit was actually not that good...
The version string was delimited by " that had to be escaped for cmake. This escaping made Xcode refuse to read cmake generated project files. Removing the " and their escaping now works properly on osx, windows and linux.
Several exceptions have been renamed in order to be more generic (ex: instead of FileNotFound -> NotFound) and their text has been modified accordingly. The GSN plugin now reports the errors with more relevant details (invalid sensor name, no permissions).
Fixed a small bug in the MERGE feature and small improvements to the GSN plugin (always set a station ID, up to date documentation, more possibilities in the parameters names matching). Otherwise, minor code cleanup.
Small documentation update and relying on views for two more queries to the database (only one query remains that does not rely on views).
A few extra comments have been added to better understand the flow of data. The "merge" feature was not properly handling all situations, this should now be fixed.
The EXCLUDE/KEEP/MERGE keys (as well as the associated stationIDs) were case sensitive and this was making trouble. This is now case-insensitive. A warning flag has been changed for Clang to prevent reporting fake warnings (the flag does not make sense at all and only exists for compatibility reasons).
Tagging release 2.5.1
MeteoIO-2.5.1
MeteoIO-2.5.1
Documentation fix for issue 458
Pushing version number to 2.5.1 for the Alpine3D special edition release...
The MERGE feature has been much improved: the syntax now follows the (more logical) EXCLUDE/KEEP syntax:
A new "raw data editing" method has been implemented: merge_by_name. Stations sharing a common name can be merged together with the MERGE_BY_NAME key in the [Input] section. The documentation has been edited to bring visibility to the "raw data editing" features.
Micro optimizations for Sun.cc, converted an exception into a warning in ImisIO and fixing case in message in Smetio
Handle TSOIL output with customized gradients
A new MeteoGrids has been added (TSOIL)
The file names where not escaped for special characters, this could lead to some trouble
small improvement in order to properly handle directories containing sub-dirs
Swapping the order of the tests hoping this could solve the issue of the "SMET plugin not found" when testing Snowpack (ie maybe the coverage compile breaks some of the plugins)
Updated the GSN example keys to reflect the new keys
This was quite a nasty bug: in some cases, a point that could not be gridified would be re-tried, resulting in a valid point although the vector as a whole signaled that it had invalid entries. Way too many hours for that...
A bug/inconsistency has been fixed in the Winstral algorithm: when pixels are excluded because their air temperature is too high for snow, they should not contribute to the min/max erosion/deposition! A new version is now in dveelopment that takes into account the local wind field as well as a threshold on the wind speed. This is not documented as it is still highly experiemental.
Better documentation for the USER interpolation method (grids are read from GRID2DPATH or a provided sub-dir) and better info message
Small cleanup for the USER algorithm
Fixed a bug in gridify(): cells exactly on the upper/right border where not marked as invalid (thanks Aurélien!)
Code cleanup and fix for IMIS: now the ENET stations receive the number 1 for the automatic stations instead of 0.
Moved <unistd.h> within an ifdef, removed flto for gcc on Windows (since this is currently very, very buggy on Windows).
There was a mistake in the handling of extra parameters
By simplifying MeteoData, the memory consumption of a benchmark such as data_converter is reduced by almost 20%
Trying to optimize MeteoData and to reduce its memory consumption
very minor code cleanup, some comments were wrong and have been fixed, a wrong debug message has been fixed (in toString())
the USER interpolation method should now work as expected. A new method "getParameterIndex()" has been written for MeteoGrids for a future use.
Improved the error message when subseting an array. Fixed documentation warnings.
getHostName() now works properly on Windows
Fixed some broken examples and added a getHostName() function in IOUtils
An new include was missing and the tests were not working anymore after the last changes in Coords
Clang tries to check if doxygen comments are correct, but it does not understand quite a big chunk of them... This is quite stupid, so turning off these warnings
Keeping Clang happy... macros should not start with "__"...
Small fix to get rid of a warning in Alpine3D
Better output format and move a few lines from a wrong location to a right one... (ie fixed a bug in setProj)
Fixing the collateral dammage of the split between Coords and CoordsAlgorithms...
Loading