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 | |
Jul 11, 2019 | |
1 year 6 months | PF & KF: nodata handling and adaptive timestepping; some const-ness. KF: input of time-dependent system matrix, core fix (but still not usable very well). |
Commit 2454, by Michael Reisecker | |
Jul 10, 2019 | |
1 year 6 months | PF: Possibility to dump internal states to file system and read it at next startup --> on successive calls the past does not have to be recalculated and observations can be aggregated online. Smaller Eigen include, parse_args fix. KF: Core algorithm… |
Commit 2453, by Michael Reisecker | |
1 year 6 months | The IDW_Slopes spatial interpolation needs to cache the data and was failing to clear the data before the next run, leading to accumulating more and more data (which is bad) and mixing data between different calls (which is even worst). This has bee… |
Commit 2452, by Mathias Bavay | |
1 year 6 months | Safeguard in readLineToVec, Kalman filter: most input matrices can be read, cleanup. Particle Filter: allowing to seed resampling RNG for reproducability, allowing to set resampling threshold, cleanup. No more GCC warnings. |
Commit 2451, by Michael Reisecker | |
1 year 6 months | In order to avoid Eigen's (tons of) warnings, it must be declared as system library (as was already done) but also included without any path (so it is handled as a system library) |
Commit 2450, by Mathias Bavay | |
Jul 9, 2019 | |
1 year 6 months | Resampling fix and cosmetics in particle filter, started Kalman filter, readLineToVec(delim) overload to return doubles instead of strings. |
Commit 2449, by Michael Reisecker | |
1 year 6 months | The time loop filter had some limitations (regarding the definition of the synchronization date) that have been removed. there was also a small mistake that could lead to slightly sifted timestamps (ie starting from the wrong one). This has also bee… |
Commit 2448, by Mathias Bavay | |
Jul 8, 2019 | |
1 year 6 months | PF: Implemented paths resampling. With this, the filter should be somewhat usable already. |
Commit 2447, by Michael Reisecker | |
1 year 6 months | Particle filter: Kicking idea to init via vector (if we allow that, the user may aswell just write it themselves...), 3rd and last RNG, 2nd and last model function. |
Commit 2446, by Michael Reisecker | |
Jul 5, 2019 | |
1 year 6 months | The time filters can now run either as first pass or second pass. In first pass, they modify the dateStart and dateEnd parameters of the data request that will be sent to the plugins. This has allowed the implementation of a timeLoop filter that rep… |
Commit 2445, by Mathias Bavay | |
1 year 6 months | PF: prior pdf generator, switching Maths vectors to Eigen, restructure and simplification |
Commit 2444, by Michael Reisecker | |
Jul 4, 2019 | |
1 year 6 months | Adding customizable noise generator to particle filter; some structure, some styling. |
Commit 2443, by Michael Reisecker | |
1 year 6 months | Helper functions to read RNG settings from ini file |
Commit 2442, by Michael Reisecker | |
1 year 6 months | Intermediate commit to expose Eigen compiler warnings. Thanks Mathias! Some styling. |
Commit 2441, by Michael Reisecker | |
Jul 3, 2019 | |
1 year 6 months | A bug has been found in DEMObject::calculateHick() : in some cases the normals would be set to nodata because they could not be computed but the slope was not set to nodata, leading the dem in an inconsistent state. Moreover, the sanitize() method h… |
Commit 2440, by Mathias Bavay | |
1 year 6 months | Backbone of the first of some statistical filters. This will not be usable for a while and remains undocumented so far. Maybe no compiler warnings after all? |
Commit 2439, by Michael Reisecker | |
1 year 6 months | Bundling Eigen library header files for heavy-duty matrix operations. Some compiler warnings are left... |
Commit 2438, by Michael Reisecker | |
1 year 6 months | Improved documentation for ALSscale, moved one constant in Date from private to public |
Commit 2437, by Mathias Bavay | |
Jun 28, 2019 | |
1 year 6 months | Better documentation for the ERA5 downloads, some minor code cleaup and two new methods added to ProcessingBlock: one to query if a given filter excludes some stations and another calling that will be used by the time filters to actually modify the … |
Commit 2436, by Mathias Bavay | |
Jun 24, 2019 | |
1 year 6 months | An information message has been added about the deprecation of the ECMWF Netcdf schema. In Config, keys that contain spaces are now rejected. |
Commit 2435, by Mathias Bavay |