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 Next | |
Nov 7, 2014 | |
6 years 2 months | PSQLIO: Different logins for input and output sections supported |
Commit 1462, by Thomas Egger | |
Oct 31, 2014 | |
6 years 2 months | PSQLIO: Fixing timezone issue when reading data and adding a few comments. |
Commit 1461, by Thomas Egger | |
6 years 2 months | PSQLIO: whitespaces |
Commit 1460, by Thomas Egger | |
6 years 2 months | PSQLIO: Wrapping up the writing to the PSQL db. |
Commit 1459, by Thomas Egger | |
6 years 2 months | PSQLIO: Adding initial capability to write data into the database |
Commit 1458, by Thomas Egger | |
Oct 30, 2014 | |
6 years 2 months | In order to make it more modular and allow more advanced processing (virtual stations, downscaling, multiple io sources) the IOManager is now a proper wrapper: the processing is fully delegated to either a GridsManager or a TimeSeriesManager. These c |
Commit 1457, by Mathias Bavay | |
Oct 29, 2014 | |
6 years 2 months | Now the Winstral algorithm properly handles the case of only one station providing HNW with the default base algorithm (by switching to CST in this case). The availability of wind data is now part of the rating return by Winstral. The case of no prec |
Commit 1456, by Mathias Bavay | |
Oct 28, 2014 | |
6 years 2 months | When a plugin was throwing an exception, the mapPlugins could get corrupted in the (rare) case of the caller catching and moving forward (uncaught NULL pointer). This is now not anymore possible, by design. |
Commit 1455, by Mathias Bavay | |
Oct 22, 2014 | |
6 years 2 months | The simpleWindInterpolate spatial interpolation was not properly handling nodata values. Therefore the 2D_interpolations reference file for VW had to be corrected. The statistical tests now work better with nodata values (setting values to IOUtils::n |
Commit 1454, by Mathias Bavay | |
Oct 21, 2014 | |
6 years 2 months | Function to convert bearing double to string |
Commit 1453, by Adrien Gaudard | |
Oct 13, 2014 | |
6 years 3 months | Fixed a bug in a (currently) unsued optmized method for nth_root of a number (negative numbers were not working) |
Commit 1452, by Mathias Bavay | |
Oct 9, 2014 | |
6 years 3 months | Fixed a bug with the "EXCLUDE" keyword (when a station has no data at all in the buffer) |
Commit 1451, by Mathias Bavay | |
Oct 7, 2014 | |
6 years 3 months | When using Snowpack simulations in the database for computing precipitation, this was leading to lots of very small events. This should now produce less events but with more precipitation. |
Commit 1450, by Mathias Bavay | |
6 years 3 months | The nodata points are now always properly filtered out when computing a least square fit. The code has been a little reshaped in order to be closer to the reference document that has also been cited. Some comments have been added. The quadratic fit w |
Commit 1449, by Mathias Bavay | |
Oct 6, 2014 | |
6 years 3 months | proper retrieval of compilation date and version number that also works on Windows |
Commit 1448, by Mathias Bavay | |
Oct 3, 2014 | |
6 years 3 months | When introducing TAU_CLD, a nasty bug found its way into the ALLSKY_LW generator that lead to always compute a perfectly clear sky... |
Commit 1447, by Mathias Bavay | |
Oct 2, 2014 | |
6 years 3 months | A new Date::getTime() method has been written. A better error message has been implemented for ProcHNWDistribute. The daily_solar temporal interpolation can now handle daily sums provided at midnight (then assuming they belong to the day that just fi |
Commit 1446, by Mathias Bavay | |
Oct 1, 2014 | |
6 years 3 months | The grids.isEmpty() method has been renamed as empty() in order to follow the STL convention. The ARC grids written with Alpine3D naming were still not properly named, they should now be directly recognized by the Alpine3D grid viewer. |
Commit 1445, by Mathias Bavay | |
Sep 30, 2014 | |
6 years 3 months | The getTanMaxSlope method used for Winstral or Ryan has been optimized and improved: now a pixel that would be just behind a ridge would be properly processed (ie it would see the uphill slope and not the downhill slope behind the ridge). |
Commit 1444, by Mathias Bavay | |
6 years 3 months | a new seter method has been created for the grids: grid.set(grid, init). |
Commit 1443, by Mathias Bavay |