AgeSort asc/desc | Change |
---|---|
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 Next | |
Apr 7, 2021 | |
12 days 15 hours | Fixing formatting in Date::toString for negative years. |
Commit 2818, by Nander Wever | |
Mar 29, 2021 | |
21 days 10 hours | Adding the MeteoDataNew class, the future replacement of MeteoData. It preserves the interface that MeteoData provides but doesn't allocate any memory for the standard parameters - the idea is to be more memory efficient. Serialization and deseriali… |
Commit 2817, by Thomas Egger | |
21 days 10 hours | Merge with main branch |
Commit 2816, by Thomas Egger | |
Mar 26, 2021 | |
24 days 17 hours | Correcting comment |
Commit 2815, by Nander Wever | |
24 days 20 hours | Adding option RESAMPLING_STRATEGY = GRID_EXTRACT_PTS, which will request from the plugin only for the list of virtual stations, rather than requesting full grids and reading the points from the grid. |
Commit 2814, by Nander Wever | |
Mar 17, 2021 | |
1 month 2 days | Merging changes from trunk into meteoseries branch |
Commit 2813, by Thomas Egger | |
1 month 2 days | Fixing time manipulation example in docs to reflect the absence of the dst member variable in the altered Date class |
Commit 2812, by Thomas Egger | |
Mar 3, 2021 | |
1 month 16 days | Follow up on commit 2809: each dimension in the count array needs to be initialized with 1 in order for data to be read. |
Commit 2811, by Nander Wever | |
Mar 2, 2021 | |
1 month 17 days | Make the netCDF plugin skip files without time dimension when listing grids. |
Commit 2810, by Nander Wever | |
1 month 17 days | Making the NetCDF plugin more flexible in that it now reads the dimension sequence for a variable, instead of assuming it is time, row, col. |
Commit 2809, by Nander Wever | |
Feb 26, 2021 | |
1 month 24 days | The DST (Daylight Saving Time) support in the Date class had never been used and seem like a quite bad idea in retrospect, therefore it has been removed. For input data that have DST, it is still possible to rely on the UnDST time filter to bring th… |
Commit 2808, by Mathias Bavay | |
Feb 24, 2021 | |
1 month 26 days | The SOFT option in the MAD filter was being used both for the window definition and for the behavior when no window can be defined, leading to counter-intuitive behavior. There is now an additional STRICT option that defines how to handle the case w… |
Commit 2807, by Mathias Bavay | |
1 month 26 days | Now relying on MathML for equations in doxygen instead of pictures as well as some tunning for the visibility of enums, typedefs within classes and namespaces |
Commit 2806, by Mathias Bavay | |
Feb 23, 2021 | |
1 month 27 days | There is now a flag to enable / disable the input editing for timeseries globally (as this can be useful when defining different processing levels) |
Commit 2805, by Mathias Bavay | |
1 month 27 days | Minor code styling, minor imporvements to the documentation and making the sensitivity parameter optional. |
Commit 2804, by Mathias Bavay | |
Feb 22, 2021 | |
1 month 28 days | Two new keys have been added: enable_meteo_filtering and enable_time_filtering in order to be able to disable some filtering without having to comment out the whole section. |
Commit 2803, by Mathias Bavay | |
Feb 16, 2021 | |
2 months 3 days | Adding the option to split output NetCDF file by variable and/or year using the [Output] keys NETCDF_SPLIT_BY_VAR and NETCDF_SPLIT_BY_YEAR, respectively. |
Commit 2802, by Nander Wever | |
Feb 11, 2021 | |
2 months 8 days | Fixed an error message |
Commit 2801, by Mathias Bavay | |
2 months 8 days | Small simplification since kernel() only contains 0 or 1 (but Array2D<bool> does not work for a mysterious reason) |
Commit 2800, by Mathias Bavay | |
2 months 8 days | Minor changes: style (Kernel coding style, although I am guilty of some early code in Grid**Object not fully following it), constification, fixed some warnings (type casting) and fixed one bug (calling getNx() when it should have been getNy()) |
Commit 2799, by Mathias Bavay |