WSL/SLF GitLab Repository
Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
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
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
snow-models
meteoio
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
e1164d410f70b20cebfcd6619b67c671f395d01b
Select Git revision
Selected
e1164d410f70b20cebfcd6619b67c671f395d01b
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
18
Mar
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
17
31
Aug
24
23
20
15
9
7
6
1
31
Jul
27
24
23
20
19
17
16
27
Jun
26
25
23
21
20
19
18
16
11
8
5
4
1
31
May
30
25
24
23
22
21
16
14
11
10
9
8
5
4
3
30
Apr
17
14
10
7
5
3
2
31
Mar
29
28
26
23
21
19
16
13
12
9
7
6
5
2
1
27
Feb
24
23
20
17
16
15
14
13
11
10
9
8
7
3
2
1
31
Jan
30
27
25
23
20
19
18
17
16
13
12
11
10
9
7
6
4
3
2
25
Dec
23
22
20
19
Nov
18
16
15
14
13
11
10
9
8
7
3
2
1
31
Oct
30
24
23
21
17
11
6
4
3
2
29
Sep
27
26
22
21
20
19
13
12
2
31
Aug
30
29
24
23
22
16
8
30
Jul
28
27
26
20
19
18
15
7
6
5
4
30
Jun
24
23
20
18
16
10
8
Fix for issue 366: DEMObject buffering, it was buffered in a map as Grid2DObject, now in a vector as DEMObject.
Added more flexibility for 2D resampling: it is now possible to resample an Array2D with different x and y factors. Improved the hillshade call in DEMObject.
Since the number of clear or all sky parametrizations seem to multiply, two generic generators have been implemented: clearsky and allsky that take as argument which parametrization to use. Therefore the old Brutsaert or Dilley have been removed. The Unsworth should follow at some point, after we will have added the cloud fraction as a meteo parameter and found a way to also specifiy a parametrization for clear_sky_index <-> cloudiness that could be used by the all sky generators.
NetCDFIO: Full implementation of the grid2D reading. The DEM calculations are a big speed thief.
Implementing Konzelmann, 1994 atmospheric emisssivity and ILWR.
Improved introduction to MeteoIO in the documentation
Added a Dilley clear sky generator. The Unsworth does not provide clear sky as a fallback anymore, this has to be configured by the user (so the user can choose which fallback to enable).
NetCDF: CMake find netcdf module.
NetCDFIO: A plugin to read grids and meteo data from NetCDF files. Scaffolding only.
small fix to support slightly different naming schemes between IMIS and MeteoCH (with an optional switch to enable it)
Fixed a segfault when using PNGIO (allocating the wrong number of elements). Small cleanup in Graphics.
A new drawing has been integrated into the documentation.
PSQLIO: Fixed a bug, issue with upper case names for parameters
PSQLIO: Adding explicit copy constructor and assignment operator to get rid of warnings regarding the psql pointer.
PSQLIO: It is possible to exclude certain parameters of a station by adding an exclude file:
Code cleanup, better documentation and error messages, some small optimizations
Code cleanup and adjusting to the MeteoSwiss naming scheme as well as VW_MAX vs VW trick (VW is Kalman-corrected and therefore can get higher than VW_MAX).
PSQLIO: update for writeMeteo
The COSMOXMLIO documentation has been updated and the plugin can now read all files in a given directory (but they must follow a loose naming scheme). Otherwise, small fixes (documentation typo, constification).
First version of the new COSMO (in fact, FieldExtract) plugin. It currently only reads data from one single file that is provided as argument, but this file can contain all the stations and all the time steps. This plugin only relies on libxml2.
Finally a good documentation on ordinary kriging... This should be a reasonnably standard (since everybody seems to enjoy using his own notation for the various matrices) and more importantly, really show what the whole thing is about, how the matrices are filled and what is solved.
Removing cerr printouts in libsmet
Removing some try/catch, adding some documentation and adding the missing error message as reported by issue 357
Printing curl error messages (quite useful to understand what happened!)
Fixing a numerical bug: it happended once (Today) that the calculated cosinus of the solar azimuth angle was slightly less than -1... This lead to an arithmetic exception. Now, all values are brought back within [-1, +1] before computing the acos.
I forgot to make the 1/d^n weighting change to LIDW... (as has been made for IDW)
Adding templates for helping in developing new filters (see issue 334)
Removing the passing of ostrinstream objects by reference, since this forces us to reset the stringstream back to its original state and this lead to some compilation issues on some macs. Now, the interpolation messages are passed as normal strings.
Preparing the way for altitude thresholds on lapse rates: for example, preventing HNW to get crazy at elevations much higher than the highest station. This would be achieved by using max_altitude instead of the true elevation of a high point when doing detrending/retrending. See issue 358 and issue 359.
Fixing a documentation bug (thanks to Matteo), small optimization in Sun and a few extra optimizations in MathOptim
Moving forward with a "Winstral-like" wind/precipitation spatial distribution algorithm.
First elements to implement Winstral, 2002.
PSQLIO: Now with the capability to read meteo and meta data from PostgreSQL databases.
Code cleanup: using grid(i,j) instead of the older (and less clear) grid.grid2D(i,j)
PSQLIO: readStationData implementation
A new spatial interpolation algorithm has been implemented: "NONE". This just fills the grid with nodata. Otherwise, an unnecessary check has been removed in Meteo2DInterpolator and some comments editing, white spaces...
Removing an external include out of the PSQLIO header (just in case), updating/fixing some plugin documentation (PSQLIO and GSNIO).
Reverting a change that made reading SMET files impossible with OpenMP. Pushing up version number to 2.4.2. Properly restoring ostream parameters before returning (in libinterpol1D, thanks to Coverity).
PSQLIO: Building on top of libpq instead of pqxx.
Linking up PSQL plugin with pqxx the official C++ lib that allows acces to PostgreSQL databases
Loading