AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 Next | |
Dec 17, 2010 | |
10 years 29 days | More details in error messages |
Commit 472, by Mathias Bavay | |
Dec 16, 2010 | |
10 years 30 days | Code cleanup and the ability to set a date from system date. |
Commit 471, by Mathias Bavay | |
Dec 11, 2010 | |
10 years 1 month | Bugfix for ImisIO: stations that don't require any ANETZ data although useAnetz is set are correctly treated now. Optimization: vec_of_psums in readMeteoData is calculated only once for all stations! Overall: the use of these ANETZ regressions is hi |
Commit 470, by Thomas Egger | |
Dec 10, 2010 | |
10 years 1 month | cosmetic commit: fixed a doxygen comment, fixed some alignements |
Commit 469, by Mathias Bavay | |
10 years 1 month | The unnecessary copies of a Config object have been removed from MeteoFilter and MeteoProcessor. Now, cfg is used in the constructor and not kept any longer. Next task: do the same for Meteo1DInterpolator! |
Commit 468, by Mathias Bavay | |
10 years 1 month | The smoothing algorithms have been renammed as Process instead of Filter. The rate and the Tukey filters have been improved so that they correctly handles nodata. A new resampling algorithm has been introduced: "none". It does just that: nothing. Th |
Commit 467, by Mathias Bavay | |
Dec 9, 2010 | |
10 years 1 month | The new IOInterface also affects the Meteo2DInterpolator. Changes compile, no testing done yet. |
Commit 466, by Thomas Egger | |
10 years 1 month | The changes to the IOInterface (no more vec<vec<StationData>>) have been propagated into all plugins. |
Commit 465, by Thomas Egger | |
10 years 1 month | MeteoData now has an extra public member variable: StationData meta. It will hold the meta information of the measurment instead of dragging along a second vector<StationData> alongside the vector<MeteoData> everywhere. This has huge implications: t |
Commit 464, by Thomas Egger | |
Dec 7, 2010 | |
10 years 1 month | Some code annotations (TODO and HACK) as well as new filters or new implementations: rate filter, standard deviation filter and Tukey 53H filter. |
Commit 463, by Mathias Bavay | |
Nov 16, 2010 | |
10 years 2 months | Enhancement to the ImisIO plugin: more verbose error message when logon or connection fails. |
Commit 462, by Thomas Egger | |
Nov 9, 2010 | |
10 years 2 months | Now the documentation is NOT built by default (so there is no "doxygen not found" warning) |
Commit 461, by Mathias Bavay | |
Nov 8, 2010 | |
10 years 2 months | Optimized the performance of the resampling of "extended" meteo parameters for MeteoData objects. The problem is, we cannot know beforehand whether there are other meteo parameters. |
Commit 460, by Thomas Egger | |
Nov 6, 2010 | |
10 years 2 months | Documentation fixes for IMISIO, more robust detection of libraries for cmake |
Commit 459, by Mathias Bavay | |
10 years 2 months | Bugfix in ImisIO: if there was no antetzdata, it could come to inconsistencies between the psum vectors, that would lead to an IOException. Fix: Fill up empty slices of psums, ensuring the overall consistency. |
Commit 458, by Thomas Egger | |
Nov 5, 2010 | |
10 years 2 months | Fixing documentation |
Commit 457, by Mathias Bavay | |
10 years 2 months | Tagging release 1.1.3 |
Commit 456, by Mathias Bavay | |
10 years 2 months | Pushed release number up to 1.1.3 |
Commit 455, by Mathias Bavay | |
10 years 2 months | Small documentation/indentation update. CPack can now create source packages, by typing "make package_source" |
Commit 454, by Mathias Bavay | |
Nov 4, 2010 | |
10 years 2 months | 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. There was a small bug in the |
Commit 453, by Thomas Egger |