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 10, 2014 | |
6 years 6 months | We had a weird structure for the "doc" target that was triggering a warning in cmake-3.0 |
Commit 1404, by Mathias Bavay | |
6 years 6 months | Bringing more clarity to the filter (please also note that the syntax changed!) |
Commit 1403, by Mathias Bavay | |
6 years 6 months | New possibilities for the Unventillated_T filter (according to issue 374). |
Commit 1402, by Mathias Bavay | |
Jul 9, 2014 | |
6 years 6 months | Small touch up on the documentation |
Commit 1401, by Mathias Bavay | |
6 years 6 months | Beautifying the PSQL documentation... |
Commit 1400, by Mathias Bavay | |
6 years 6 months | PSQLIO: Adding documentation. This plugin is still under development. Syntax of queries will very probably change! |
Commit 1399, by Thomas Egger | |
Jul 8, 2014 | |
6 years 6 months | Fixed a documentation issue in GeneratorAlgorithms, fixed a warning in config.dox and wrote some documentation for the PSQL plugin. Some cleanup also took place in the PSQL plugin. |
Commit 1398, by Mathias Bavay | |
Jun 26, 2014 | |
6 years 6 months | The Add and Mult filters can now take more arguments: it is possible to provide an hourly/daily/monthly correction to add/multiply in an external file (either absolute or relative path). |
Commit 1397, by Mathias Bavay | |
6 years 6 months | The equalBin method was not working properly and the test was also wrong... This has been fixed! |
Commit 1396, by Mathias Bavay | |
Jun 25, 2014 | |
6 years 6 months | The equalCountBin method is now in order: all classes have at most 1 element more than the lowest number of element in one class. This binning is now part of the ctest tests. |
Commit 1395, by Mathias Bavay | |
6 years 6 months | Better implementation of the equalCountBin (to guarantee the number of classes) |
Commit 1394, by Mathias Bavay | |
Jun 24, 2014 | |
6 years 6 months | Small documentation update and new tests in stats.cc |
Commit 1393, by Mathias Bavay | |
Jun 21, 2014 | |
6 years 6 months | GettingHelp, Add link to documentation building |
Change of GettingHelp, by Mathias Bavay | |
Jun 19, 2014 | |
6 years 6 months | Mostly code cleanup: trying to find more logical names for the buffering code in BufferedIOHandler, more modularity in InterpolationAlgorithms. Since when computing a variogram from time series it is possible to end up with significantly lower values |
Commit 1392, by Mathias Bavay | |
6 years 6 months | Removing nodata values seemed like a good idea when doing a sort(), but this created some bugs (sometimes it is still valuable to know that y=nodata after sorting). This is now an optional behavior. The interpolated grids are now buffered in Meteo2DI |
Commit 1391, by Mathias Bavay | |
Jun 18, 2014 | |
6 years 6 months | Small improvements when computing a variogram (in order to be more tolerant to nodata values), new key for virtual stations (to force using the whole DEM instead of a one point dem), a results cache has been created for the virtual stations (mixing v |
Commit 1390, by Mathias Bavay | |
Jun 17, 2014 | |
6 years 6 months | Two new methods for data binning have been added to libinterpol1D. The krigging now works properly with either an empirical variogram or a variogram computed on the last 3 days of data (the later being currently enabled). But a proper caching of mete |
Commit 1389, by Mathias Bavay | |
Jun 16, 2014 | |
6 years 7 months | This is a tentative improvement for the krigging, by properly building the variogram from past time series of variances. Unfortunatelly, this makes no difference with the previously implemented empirical variogram. Therefore the simpler version is st |
Commit 1388, by Mathias Bavay | |
6 years 7 months | The Ryan wind algorithm is now implemented properly (but the VW correction seems to always be extremely small). A new method for slope along a given direction has been implemented that is used by both Winstral and Ryan. The VW reference spatial distr |
Commit 1387, by Mathias Bavay | |
Jun 14, 2014 | |
6 years 7 months | The Liston & Elder wind interpolation algorithm now works like in the paper. It has been renamed as "LISTON_WIND" and shows acceptable/encouraging preformances. |
Commit 1386, by Mathias Bavay |