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.
656de3161e64c3fe09a8f3efc00c04f8d5d15adc
Select Git revision
Selected
656de3161e64c3fe09a8f3efc00c04f8d5d15adc
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
Begin with the selected commit
Created with Raphaël 2.2.0
5
Nov
4
3
2
1
29
Oct
27
25
24
22
21
20
12
11
7
3
1
30
Sep
22
8
7
6
3
27
Aug
26
24
23
20
19
18
17
16
12
11
10
6
4
3
2
1
28
Jul
26
23
22
21
20
19
16
15
14
13
12
7
6
2
30
Jun
29
28
26
25
24
22
21
17
16
15
14
9
8
7
3
2
28
May
27
26
6
3
30
Apr
29
28
26
25
22
21
20
16
15
14
13
12
8
7
6
1
31
Mar
30
29
26
25
19
16
15
9
4
1
25
Feb
23
22
19
18
17
16
15
10
9
5
3
29
Jan
28
27
24
20
19
18
14
13
12
8
7
4
21
Dec
17
15
11
9
8
7
3
2
1
22
Nov
19
17
12
11
10
9
7
5
4
3
2
30
Oct
29
28
27
22
21
19
14
13
9
5
18
Sep
15
14
10
8
6
5
4
2
1
28
Aug
27
26
25
20
19
18
17
14
13
12
10
7
4
3
29
Jul
28
27
23
22
21
20
16
14
12
11
10
7
1
24
Jun
19
18
17
16
15
12
11
10
9
3
29
May
28
27
26
Pushed release number up to 1.1.3
Small documentation/indentation update. CPack can now create source packages, by typing "make package_source"
The ImisIO plugin now is fully capable of dealing with the ANETZ precipitation data in the "old" way. Furthermore the wind drift data is read from the correct stations and added to the MeteoData as VW_DRIFT and DW_DRIFT.
Removed the NODATA in MeteoData::Parameters (it was not working and not even used...)
Documentation update
The resampling of MeteoData parameters was restricted to the well known ones defined in the enum MeteoData::Parameters. The Meteo1DInterpolator and the resampling algorithms have been adapted to allow the resampling of any meteo parameter, i. e. those that are plugin specific or user added.
The SMETIO plugin now supports the "units_multiplier" field. The SMET specification has been brought to 1.0. A forgotten debugging output has been removed in InterpolationAlgorithms
An error was found: the linear regression returns the regression coefficient r, not r2!! It has been modified so that it returns |r| and prints r2 in the info strings.
Updating the default io.ini example so it fits the latest changes made in the code
The "frac" optional argument (for fractional lapse rate, or relative lapse rate) has been added to IDW_LAPSE. The documentation has been updated. If HS is interpolated, it is now checked for min/max to be greater than 0.
The SMET plugin was the only plugin not to use "STATION#" for specifying its input files/stations (besides plugin reading a path). It has been modified for consistency. This WILL break older io.ini files...
A new spatial interpolation algorithm, LocalLapse_IDW (key being LIDW_LAPSE) has been implemented. It takes a number of stations as mandatory parameter, and computes for each pixel the IDW_LAPSE only using the closest n stations. This is specially useful when dealing with large number of stations over a wide area. Please keep in mind that since the linear regression calculation might exclude some outliers, a sufficiently large number of stations should be given.
First (non working) implementation of the ordinary kriging. The variogram fit still has to be done... But a few const issues have been fixed in Matrix and a new method added (to read a 1x1 matrix as a scalar).
Improved library autodetection (cmake module provided for users of MeteoIO wishing to detected MeteoIO with cmake in their application).
Add the possibility to clusterize the points of a Grid2DObject according
Add operator()(const int&) to Array2D, to have a more direct access to the vector of values (skips i*j operation)
Add the possibility to clusterize the points of a Grid2DObject according
Update jnative extension to fit the new version
Correct IOUtils::cleanPath
An IOUtils function has been created to handle cleaning path strings. This is used by the jnative Java binding. The Geotop plugin has been removed from the jnative Java binding, because the binding loads grids but no meteo data and Geotop does not contain grids...
Fixed typo in GSN plugin (thanks to Olivier Bohrer!)
The latest version of jnative now correctly compiles. A trivial bug was preventing it... Paths have been updated (for includes), configuration keys now use the latest syntax (even if the keys are never used afterwards...) and the Makefiles now produces a working library for Linux.
Corrected two major issues in ImisIO:
Added a weighted moving average smoothing filter, called wma_smoothing.
Removed timezone support from ImisIO, it leads to horrendous complications in the resampling, which need to be addressed before dealing with timezones.
Bug in IMISIO: the snow height (hs) comes in centimeters out of the database and must be converted into meters.
Small bugfix for BufferedIOHandler, in some cases the rebuffering did not occur, even though buffer was at its end.
The resampling algorithm Accumulate had some errors when dealing with undersampled values. These should be fixed now.
ImisIO: Added the USEANETZ functionality. Many IMIS stations don't have an own precipitation measurement, but there has been some work done to associate the measurements from nearby ANETZ stations with the IMIS stations, thus allowing to calculate a regression for the precipitation for the IMIS stations. If you want to use this feature, then add the following key to your io.ini
Small fixes: the MAGNUSS interpolation has been renammed in HNW_SNOW (since we will add avalanche snow redistribution in the future and potentially other things) and the documentation has been reworked.
A severe bug has been found in the spatial interpolations: the algorithm arguments were always the ones from the last evaluated algorithm (therefore not necessarily matching the chosen algorithm).
This is the first implementation of the precipitation distribution algorithm discribed in (Magnusson, 2010). This basically initializes the precipitation with an IDW_LAPSE, then removes some or all precipitation according to the local slope, applies a factor depending on the curvature (Huss, 2008) and applies a factor so that the mean precipitation matches the original mean (this is definitely sub-optimal for this part).
Fixed compilation warnings (like always, "int" instead of "unsigned int")
Bad commit of BufferedIOHandler.cc reverted
Small adjustments to accumulate resampling filter: return IOUtils::nodata in all cases where accumulation is not possible
Tagging release 1.1.2
MeteoIO-1.1.2
MeteoIO-1.1.2
Push version numbers to 1.1.2
Fixed a compiler warning in Matrix ("warning: type qualifiers ignored on function return type" , cf http://stackoverflow.com/questions/1607188/why-is-type-qualifier-on-return-type-is-meaningless for full explanations). Small hack/bug fix in SMETIO 8related to issue 87)
Loading