- 13 Mar, 2014 2 commits
-
-
Thomas Egger authored
-
Mathias Bavay authored
small fix to support slightly different naming schemes between IMIS and MeteoCH (with an optional switch to enable it)
-
- 11 Mar, 2014 3 commits
-
-
Mathias Bavay authored
Fixed a segfault when using PNGIO (allocating the wrong number of elements). Small cleanup in Graphics.
-
Mathias Bavay authored
-
Thomas Egger authored
-
- 09 Mar, 2014 2 commits
-
-
Thomas Egger authored
PSQLIO: Adding explicit copy constructor and assignment operator to get rid of warnings regarding the psql pointer.
-
Thomas Egger authored
[INPUT] METEO = PSQL EXCLUDE = exclude.txt The exclude file has the structure: stationID, RH, TA, ... The parameters will be shadowed and set to IOUtils::nodata
-
- 07 Mar, 2014 1 commit
-
-
Mathias Bavay authored
-
- 06 Mar, 2014 1 commit
-
-
Mathias Bavay authored
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).
-
- 04 Mar, 2014 1 commit
-
-
Thomas Egger authored
-
- 03 Mar, 2014 1 commit
-
-
Mathias Bavay authored
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).
-
- 28 Feb, 2014 1 commit
-
-
Mathias Bavay authored
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.
-
- 25 Feb, 2014 3 commits
-
-
Mathias Bavay authored
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.
-
Thomas Egger authored
-
Mathias Bavay authored
Removing some try/catch, adding some documentation and adding the missing error message as reported by issue 357
-
- 21 Feb, 2014 1 commit
-
-
Mathias Bavay authored
-
- 20 Feb, 2014 2 commits
-
-
Mathias Bavay authored
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.
-
Mathias Bavay authored
-
- 19 Feb, 2014 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
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 using IDW with an exponent on the distance. This is currently hardcoded to 1 (bypassing the call to "fast_pow" if it is 1 in order to have no performance impact in this case). We still have to figure out how the user could provide this value as an argument... In terms of performance, it is around 3% slower when calling fast_pow(x, 1.) compared to skipping this call. On some other tests, it was more on the order of 8%.
-
- 18 Feb, 2014 2 commits
-
-
Mathias Bavay authored
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.
-
Mathias Bavay authored
Fixing a documentation bug (thanks to Matteo), small optimization in Sun and a few extra optimizations in MathOptim
-
- 14 Feb, 2014 1 commit
-
-
Mathias Bavay authored
-
- 11 Feb, 2014 2 commits
-
-
Mathias Bavay authored
-
Thomas Egger authored
-
- 07 Feb, 2014 2 commits
-
-
Mathias Bavay authored
-
Thomas Egger authored
-
- 06 Feb, 2014 3 commits
-
-
Mathias Bavay authored
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...
-
Mathias Bavay authored
Removing an external include out of the PSQLIO header (just in case), updating/fixing some plugin documentation (PSQLIO and GSNIO).
-
Mathias Bavay authored
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).
-
- 05 Feb, 2014 4 commits
-
-
Thomas Egger authored
-
Thomas Egger authored
-
Thomas Egger authored
-
Thomas Egger authored
-
- 04 Feb, 2014 3 commits
-
-
Mathias Bavay authored
-
Thomas Egger authored
-
Thomas Egger authored
IOManager: added the option to clear the point cache through the clear_cache() procedure. Furthermore the point cache is cleared in case push_meteo_data is successful, i.e. when data (filtered or raw) is pushed into the IOManager.
-
- 03 Feb, 2014 3 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
The equator was not at the right location for UTM coordinates, therefore zones xxN were supposed to be in the southern hemipshere... This fixes issue 351
-
Thomas Egger authored
-