- 22 Jan, 2014 1 commit
-
-
Thomas Egger authored
libsmet: a new convert_to_double implementation, based on strtod from the cstdlib, cuts conversion time to about a fourth of the stringstream implementation.
-
- 17 Jan, 2014 2 commits
-
-
Thomas Egger authored
-
Mathias Bavay authored
-
- 16 Jan, 2014 6 commits
-
-
Thomas Egger authored
-
Thomas Egger authored
-
Thomas Egger authored
-
Mathias Bavay authored
-
Thomas Egger authored
-
Thomas Egger authored
GSNIO: Missing NULL values and missing fields and units keys in the header have been fixed on the GSN server side. Plugin updated accordingly.
-
- 15 Jan, 2014 1 commit
-
-
Mathias Bavay authored
-
- 13 Jan, 2014 1 commit
-
-
Thomas Egger authored
-
- 12 Jan, 2014 3 commits
-
-
Thomas Egger authored
-
Thomas Egger authored
GSNIO: Now we can deal with offsets and multipliers, which are sometimes indicated in a UTF8 string after the fields definition in the header. The units are given as "°C" or "%" for instance. Thus we can perform a calculation to MKSA.
-
Thomas Egger authored
GSNIO: Cosmetic adjustments. If the user requested station does not exist, there will be an exception thrown. Otherwise the most pressing issue remains the NULL values in GSN.
-
- 11 Jan, 2014 1 commit
-
-
Thomas Egger authored
-
- 10 Jan, 2014 4 commits
-
-
Thomas Egger authored
GSNIO: reading of meteo data works now. However there are the usual GSN issues, which are plentiful and painful: 1) Big problem: NULL values seem to actually come as 0 values 2) parameter naming conventions: totally inconsistent, also one station might have more than one sensor for a parameter, which one to use? 3) Slow, impossible to retrieve meta data for one station only, meta data formatted in obscure way -> necessary to guess where the timestamp is (current guess position 1 or 2 in the csv formatted data row).
-
Thomas Egger authored
-
Thomas Egger authored
-
Thomas Egger authored
-
- 09 Jan, 2014 3 commits
-
-
Thomas Egger authored
-
Thomas Egger authored
GSNIO: reading of StationData now works perfectly,although terribly slow, due to the fact that it is not possible to retrieve meta data for a selected number of stations only.
-
Thomas Egger authored
-
- 07 Jan, 2014 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
The LIDW_LAPSE method is now back. It still works the same, ie it can produce very unatural results depending on the stations set that is used!
-
- 03 Jan, 2014 2 commits
-
-
Thomas Egger authored
Deleting old GSNIO plugin based on SOAP messages and adding new framework based on REST API and libcurl (gnutls variant).
-
Thomas Egger authored
-
- 02 Jan, 2014 2 commits
-
-
Mathias Bavay authored
The version number has been changed to 2.4.1 (this will most probably be an internal release shipped with Snowpack). Bringing back the LIDW spatial interpolation method that perfoms IDW on a subset of the stations. At least it compiles...
-
Thomas Egger authored
-
- 19 Dec, 2013 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 18 Dec, 2013 1 commit
-
-
Mathias Bavay authored
The Forland1996 undercatch correction as well as the coefficients for WFJ as calculated by Nander Wever have been implemented
-
- 13 Dec, 2013 1 commit
-
-
Mathias Bavay authored
Two new undercatch corrections have been implemented: for the Chinese Standard Precipitation Gauge and for the shielded Geonor gauge. A documentation bug has been fixed in GeneratorAlgorithms. Some warnings and white spaces have been fixed in GeneratorAlgorithms.
-
- 12 Dec, 2013 2 commits
-
-
Mathias Bavay authored
A line was commented out that should not have been... Therefore the geolocalization information was not properly read!
-
Mathias Bavay authored
This addresses issue 335 by providing data quality output (it has to be enabled at compile time): it reports all points that have been filtered or corrected as well as all points that had to be resampled to replace a nodata value by a proper value (ie resampling between measured points is not reported).
-
- 06 Dec, 2013 1 commit
-
-
Mathias Bavay authored
A small bug has been found in the Unsworth generator (when iswr>0 && rswr==0, this was leading to a division by 0). A suppression filter has been implemented (it simply deletes all the data for a given parameter).
-
- 04 Dec, 2013 1 commit
-
-
Mathias Bavay authored
More work on the Unshade processing element. Unfortunatelly, it is slow, it works very poorly and it is complicated...
-
- 03 Dec, 2013 1 commit
-
-
Mathias Bavay authored
This is the very preliminary version of a filter to remove shade on a short wave radiation sensor: when both ISWR and RSWR are measured, we compute the measured albedo, remove all points that are out of range, filter with a MAD filter, linearly re-interpolate the albedo for the missing points (either no measured albedo or filtered out) and then reconstruct the chosen signal (either ISWR ort RSWR) using the albedo and the other signal as reference. This would most probably be most useful on ISWR, but who knows...
-
- 02 Dec, 2013 2 commits
-
-
Mathias Bavay authored
The date rounding was not always working properly since it was rounding the GMT date. This has been fixed (so rounding a local time down to the nearest day now properly returns the local day at 00:00). Identation correction in libinterpol1D.
-
Mathias Bavay authored
Documentation update: hopefuly clearer for first time users (more links added) and removing an obsolete comment in Accumulate
-
- 25 Nov, 2013 1 commit
-
-
Mathias Bavay authored
Finally! Handling precipitation redistribution before re-accumulation (ie the 24 hours sums provided in an otherwise hourly data file) now works with non-uniform timesteps. This introduced some runtime performance hit (~10% slower) but better accomodate the needs of our users!
-